Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fc993d

Browse files
committed
Python.app no longer advertises that it can handle .py and .pyc files,
PythonLauncher.app has taken that responsibility over.
1 parent b54c27c commit 2fc993d

3 files changed

Lines changed: 0 additions & 32 deletions

File tree

Mac/OSXResources/app/Info.plist

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,6 @@
66
<string>English</string>
77
<key>CFBundleDocumentTypes</key>
88
<array>
9-
<dict>
10-
<key>CFBundleTypeExtensions</key>
11-
<array>
12-
<string>py</string>
13-
</array>
14-
<key>CFBundleTypeIconFile</key>
15-
<string>PythonSource.icns</string>
16-
<key>CFBundleTypeName</key>
17-
<string>Python Module</string>
18-
<key>CFBundleTypeOSTypes</key>
19-
<array>
20-
<string>TEXT</string>
21-
</array>
22-
<key>CFBundleTypeRole</key>
23-
<string>Shell</string>
24-
</dict>
25-
<dict>
26-
<key>CFBundleTypeExtensions</key>
27-
<array>
28-
<string>pyc</string>
29-
</array>
30-
<key>CFBundleTypeIconFile</key>
31-
<string>PythonCompiled.icns</string>
32-
<key>CFBundleTypeName</key>
33-
<string>Python Compiled Module</string>
34-
<key>CFBundleTypeOSTypes</key>
35-
<array>
36-
<string>PYC</string>
37-
</array>
38-
<key>CFBundleTypeRole</key>
39-
<string>Shell</string>
40-
</dict>
419
<dict>
4210
<key>CFBundleTypeOSTypes</key>
4311
<array>
-55.8 KB
Binary file not shown.
-48.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)