From: Jack Jansen <jack.jansen@cwi.nl>
Date: Thu, 1 Aug 2002 21:12:36 +0000 (+0000)
Subject: Python.app no longer advertises that it can handle .py and .pyc files,
X-Git-Tag: v2.3c1~4798
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fc993d16fb31e5a55c13998b3c35032fcbb1771;p=python

Python.app no longer advertises that it can handle .py and .pyc files,
PythonLauncher.app has taken that responsibility over.
---

diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist
index 29cc29deb8..7fd5117aaf 100644
--- a/Mac/OSXResources/app/Info.plist
+++ b/Mac/OSXResources/app/Info.plist
@@ -6,38 +6,6 @@
 	<string>English</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
-		<dict>
-			<key>CFBundleTypeExtensions</key>
-			<array>
-				<string>py</string>
-			</array>
-			<key>CFBundleTypeIconFile</key>
-			<string>PythonSource.icns</string>
-			<key>CFBundleTypeName</key>
-			<string>Python Module</string>
-			<key>CFBundleTypeOSTypes</key>
-			<array>
-				<string>TEXT</string>
-			</array>
-			<key>CFBundleTypeRole</key>
-			<string>Shell</string>
-		</dict>
-		<dict>
-			<key>CFBundleTypeExtensions</key>
-			<array>
-				<string>pyc</string>
-			</array>
-			<key>CFBundleTypeIconFile</key>
-			<string>PythonCompiled.icns</string>
-			<key>CFBundleTypeName</key>
-			<string>Python Compiled Module</string>
-			<key>CFBundleTypeOSTypes</key>
-			<array>
-				<string>PYC</string>
-			</array>
-			<key>CFBundleTypeRole</key>
-			<string>Shell</string>
-		</dict>
 		<dict>
 			<key>CFBundleTypeOSTypes</key>
 			<array>
diff --git a/Mac/OSXResources/app/Resources/PythonCompiled.icns b/Mac/OSXResources/app/Resources/PythonCompiled.icns
deleted file mode 100644
index afead3e42e..0000000000
Binary files a/Mac/OSXResources/app/Resources/PythonCompiled.icns and /dev/null differ
diff --git a/Mac/OSXResources/app/Resources/PythonSource.icns b/Mac/OSXResources/app/Resources/PythonSource.icns
deleted file mode 100644
index 4ac7a96874..0000000000
Binary files a/Mac/OSXResources/app/Resources/PythonSource.icns and /dev/null differ