diff options
-rw-r--r-- | Mac/OSXResources/app/Info.plist | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index f201270..da65acd 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -9,7 +9,7 @@ <dict> <key>CFBundleTypeExtensions</key> <array> - <string>.py</string> + <string>py</string> </array> <key>CFBundleTypeIconFile</key> <string>PythonSource.icns</string> @@ -25,7 +25,7 @@ <dict> <key>CFBundleTypeExtensions</key> <array> - <string>.pyc</string> + <string>pyc</string> </array> <key>CFBundleTypeIconFile</key> <string>PythonCompiled.icns</string> @@ -36,6 +36,16 @@ <string>PYC</string> </array> <key>CFBundleTypeRole</key> + <string>Shell</string> + </dict> + <dict> + <key>CFBundleTypeOSTypes</key> + <array> + <string>****</string> + <string>fold</string> + <string>disk</string> + </array> + <key>CFBundleTypeRole</key> <string>Viewer</string> </dict> </array> |