Kaydet (Commit) 0b60772e authored tarafından Jack Jansen's avatar Jack Jansen

- Removed the . in the extensions.

- Allow any file to be dropped on the interpreter (for file args).
üst be67f8a5
......@@ -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>
......
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