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

Skip to content

Commit 61ef790

Browse files
committed
Auxiliary files used by BuildApplet for MachoPython.
1 parent 8134976 commit 61ef790

3 files changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3+
<plist version="0.9">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleDocumentTypes</key>
8+
<array>
9+
<dict>
10+
<key>CFBundleTypeOSTypes</key>
11+
<array>
12+
<string>****</string>
13+
<string>fold</string>
14+
<string>disk</string>
15+
</array>
16+
<key>CFBundleTypeRole</key>
17+
<string>Viewer</string>
18+
</dict>
19+
</array>
20+
<key>CFBundleExecutable</key>
21+
<string>python</string>
22+
23+
<key>CFBundleGetInfoString</key>
24+
<string>%(appletname)s, a Python applet</string>
25+
26+
<key>CFBundleIconFile</key>
27+
<string>PythonApplet.icns</string>
28+
<key>CFBundleIdentifier</key>
29+
<string>org.python.defaultapplet</string>
30+
<key>CFBundleInfoDictionaryVersion</key>
31+
<string>6.0</string>
32+
<key>CFBundleName</key>
33+
<string>%(appletname)s</string>
34+
<key>CFBundlePackageType</key>
35+
<string>APPL</string>
36+
<key>CFBundleSignature</key>
37+
<string>PytA</string>
38+
<key>CFBundleVersion</key>
39+
<string>2.2</string>
40+
<key>LSRequiresCarbon</key>
41+
<true/>
42+
<key>CSResourcesFileMapped</key>
43+
<true/>
44+
</dict>
45+
</plist>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* Localized versions of Info.plist keys */
2+
3+
CFBundleName = "%(appletname)s";
4+
CFBundleShortVersionString = "%(appletname)s";
5+
CFBundleGetInfoString = "%(appletname)s, a Python application";
6+
CFBundleLongVersionString = "";
7+
NSHumanReadableCopyright = "";
35.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)