Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be67f8a commit 0b60772Copy full SHA for 0b60772
1 file changed
Mac/OSXResources/app/Info.plist
@@ -9,7 +9,7 @@
9
<dict>
10
<key>CFBundleTypeExtensions</key>
11
<array>
12
- <string>.py</string>
+ <string>py</string>
13
</array>
14
<key>CFBundleTypeIconFile</key>
15
<string>PythonSource.icns</string>
@@ -25,7 +25,7 @@
25
26
27
28
- <string>.pyc</string>
+ <string>pyc</string>
29
30
31
<string>PythonCompiled.icns</string>
@@ -36,6 +36,16 @@
36
<string>PYC</string>
37
38
<key>CFBundleTypeRole</key>
39
+ <string>Shell</string>
40
+ </dict>
41
+ <dict>
42
+ <key>CFBundleTypeOSTypes</key>
43
+ <array>
44
+ <string>****</string>
45
+ <string>fold</string>
46
+ <string>disk</string>
47
+ </array>
48
+ <key>CFBundleTypeRole</key>
49
<string>Viewer</string>
50
</dict>
51
0 commit comments