Commit 2fc993d1 authored by Jack Jansen's avatar Jack Jansen

Python.app no longer advertises that it can handle .py and .pyc files,

PythonLauncher.app has taken that responsibility over.
parent b54c27c8
......@@ -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>
......
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment