diff options
-rw-r--r-- | Mac/OSXResources/app/Info.plist | 32 | ||||
-rw-r--r-- | Mac/OSXResources/app/Resources/PythonCompiled.icns | bin | 57125 -> 0 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/PythonSource.icns | bin | 50112 -> 0 bytes |
3 files changed, 0 insertions, 32 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index 29cc29d..7fd5117 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -7,38 +7,6 @@ <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> <string>****</string> diff --git a/Mac/OSXResources/app/Resources/PythonCompiled.icns b/Mac/OSXResources/app/Resources/PythonCompiled.icns Binary files differdeleted file mode 100644 index afead3e..0000000 --- a/Mac/OSXResources/app/Resources/PythonCompiled.icns +++ /dev/null diff --git a/Mac/OSXResources/app/Resources/PythonSource.icns b/Mac/OSXResources/app/Resources/PythonSource.icns Binary files differdeleted file mode 100644 index 4ac7a96..0000000 --- a/Mac/OSXResources/app/Resources/PythonSource.icns +++ /dev/null |