]> granicus.if.org Git - python/commitdiff
- Removed the . in the extensions.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 11 Sep 2001 13:01:07 +0000 (13:01 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 11 Sep 2001 13:01:07 +0000 (13:01 +0000)
- Allow any file to be dropped on the interpreter (for file args).

Mac/OSXResources/app/Info.plist

index f20127051448bcfb77b3474d9b7b7822a7d539c6..da65acd44162365c8db6d92a2d4da967b7db86f7 100644 (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>
                                <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>