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

Skip to content

Commit ab04653

Browse files
committed
Resource files for OSX Python.framework. Incomplete, and they should probably
eventually be generated so version numbers and such are automatically correct, but they do the job for now.
1 parent 034cbf1 commit ab04653

3 files changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* Localized versions of Info.plist keys */
2+
3+
CFBundleName = "Python";
4+
CFBundleShortVersionString = "2.2a1";
5+
CFBundleGetInfoString = "Python Runtime and Library";
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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>CFBundleExecutable</key>
8+
<string>Python</string>
9+
<key>CFBundleGetInfoString</key>
10+
<string>Python Runtime and Library</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>org.python.python</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>Python</string>
17+
<key>CFBundlePackageType</key>
18+
<string>FMWK</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>2.2a1</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleVersion</key>
24+
<string>vecLib 1.1-4</string>
25+
</dict>
26+
</plist>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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>BuildVersion</key>
6+
<string>1</string>
7+
<key>CFBundleShortVersionString</key>
8+
<string>2.2a1</string>
9+
<key>CFBundleVersion</key>
10+
<string>Python 2.2a1</string>
11+
<key>ProjectName</key>
12+
<string>Python</string>
13+
<key>ReleaseStatus</key>
14+
<string>alfa</string>
15+
<key>SourceVersion</key>
16+
<string>2.2a1</string>
17+
</dict>
18+
</plist>

0 commit comments

Comments
 (0)