From ab04653715008365b65b0a6926fce3b42379a21a Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 8 Aug 2001 22:00:26 +0000 Subject: [PATCH] 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. --- .../framework/English.lproj/InfoPlist.strings | 5 ++++ Mac/OSXResources/framework/Info.plist | 26 +++++++++++++++++++ Mac/OSXResources/framework/version.plist | 18 +++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 Mac/OSXResources/framework/English.lproj/InfoPlist.strings create mode 100644 Mac/OSXResources/framework/Info.plist create mode 100644 Mac/OSXResources/framework/version.plist diff --git a/Mac/OSXResources/framework/English.lproj/InfoPlist.strings b/Mac/OSXResources/framework/English.lproj/InfoPlist.strings new file mode 100644 index 0000000000..be3c641ed7 --- /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 0000000000..dfb9457477 --- /dev/null +++ b/Mac/OSXResources/framework/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Python + CFBundleGetInfoString + Python Runtime and Library + CFBundleIdentifier + org.python.python + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Python + CFBundlePackageType + FMWK + CFBundleShortVersionString + 2.2a1 + CFBundleSignature + ???? + CFBundleVersion + vecLib 1.1-4 + + diff --git a/Mac/OSXResources/framework/version.plist b/Mac/OSXResources/framework/version.plist new file mode 100644 index 0000000000..b4a145cfab --- /dev/null +++ b/Mac/OSXResources/framework/version.plist @@ -0,0 +1,18 @@ + + + + + BuildVersion + 1 + CFBundleShortVersionString + 2.2a1 + CFBundleVersion + Python 2.2a1 + ProjectName + Python + ReleaseStatus + alfa + SourceVersion + 2.2a1 + + -- 2.40.0