diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-08 22:00:26 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-08 22:00:26 (GMT) |
commit | ab04653715008365b65b0a6926fce3b42379a21a (patch) | |
tree | 6f31a523a24e4474d3bd5c80584cf3b294843e56 | |
parent | 034cbf135049fc74218a0daeb555ed597d991f3a (diff) | |
download | cpython-ab04653715008365b65b0a6926fce3b42379a21a.zip cpython-ab04653715008365b65b0a6926fce3b42379a21a.tar.gz cpython-ab04653715008365b65b0a6926fce3b42379a21a.tar.bz2 |
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.
-rw-r--r-- | Mac/OSXResources/framework/English.lproj/InfoPlist.strings | 5 | ||||
-rw-r--r-- | Mac/OSXResources/framework/Info.plist | 26 | ||||
-rw-r--r-- | Mac/OSXResources/framework/version.plist | 18 |
3 files changed, 49 insertions, 0 deletions
diff --git a/Mac/OSXResources/framework/English.lproj/InfoPlist.strings b/Mac/OSXResources/framework/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..be3c641 --- /dev/null +++ b/Mac/OSXResources/framework/English.lproj/InfoPlist.strings @@ -0,0 +1,5 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "Python"; +CFBundleShortVersionString = "2.2a1"; +CFBundleGetInfoString = "Python Runtime and Library"; diff --git a/Mac/OSXResources/framework/Info.plist b/Mac/OSXResources/framework/Info.plist new file mode 100644 index 0000000..dfb9457 --- /dev/null +++ b/Mac/OSXResources/framework/Info.plist @@ -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> diff --git a/Mac/OSXResources/framework/version.plist b/Mac/OSXResources/framework/version.plist new file mode 100644 index 0000000..b4a145c --- /dev/null +++ b/Mac/OSXResources/framework/version.plist @@ -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> |