From: Jack Jansen Date: Wed, 8 Aug 2001 22:00:26 +0000 (+0000) Subject: Resource files for OSX Python.framework. Incomplete, and they should probably X-Git-Tag: v2.2a3~729 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab04653715008365b65b0a6926fce3b42379a21a;p=python 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. --- 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 + +