]> granicus.if.org Git - python/commitdiff
Python.app no longer advertises that it can handle .py and .pyc files,
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 1 Aug 2002 21:12:36 +0000 (21:12 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 1 Aug 2002 21:12:36 +0000 (21:12 +0000)
PythonLauncher.app has taken that responsibility over.

Mac/OSXResources/app/Info.plist
Mac/OSXResources/app/Resources/PythonCompiled.icns [deleted file]
Mac/OSXResources/app/Resources/PythonSource.icns [deleted file]

index 29cc29deb852432f0ec7d715487044d7254203ee..7fd5117aaf9b3c84209633013ebc4be5b19d515b 100644 (file)
@@ -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 (file)
index afead3e..0000000
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 (file)
index 4ac7a96..0000000
Binary files a/Mac/OSXResources/app/Resources/PythonSource.icns and /dev/null differ