mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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.
This commit is contained in:
parent
034cbf1350
commit
ab04653715
3 changed files with 49 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "Python";
|
||||
CFBundleShortVersionString = "2.2a1";
|
||||
CFBundleGetInfoString = "Python Runtime and Library";
|
26
Mac/OSXResources/framework/Info.plist
Normal file
26
Mac/OSXResources/framework/Info.plist
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Python</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Python Runtime and Library</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.python.python</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Python</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.2a1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>vecLib 1.1-4</string>
|
||||
</dict>
|
||||
</plist>
|
18
Mac/OSXResources/framework/version.plist
Normal file
18
Mac/OSXResources/framework/version.plist
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
||||
<plist version="0.9">
|
||||
<dict>
|
||||
<key>BuildVersion</key>
|
||||
<string>1</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.2a1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>Python 2.2a1</string>
|
||||
<key>ProjectName</key>
|
||||
<string>Python</string>
|
||||
<key>ReleaseStatus</key>
|
||||
<string>alfa</string>
|
||||
<key>SourceVersion</key>
|
||||
<string>2.2a1</string>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Add table
Add a link
Reference in a new issue