- Removed the . in the extensions.

- Allow any file to be dropped on the interpreter (for file args).
This commit is contained in:
Jack Jansen 2001-09-11 13:01:07 +00:00
parent be67f8a5bf
commit 0b60772ee9
1 changed files with 12 additions and 2 deletions

View File

@ -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>