summaryrefslogtreecommitdiffstats
path: root/Mac/OSXResources
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-07-04 13:06:14 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-07-04 13:06:14 (GMT)
commitdd614fdc51fca690be1d7c1f44d06e235f6ba1e7 (patch)
tree926474445a309ed12ea0bfed13350bb675cd50d4 /Mac/OSXResources
parent66b84832477258a009dbc011f1ac20a42495d220 (diff)
downloadcpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.zip
cpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.tar.gz
cpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.tar.bz2
Fixed lots of minor issues found by Edward Moy: incorrect version
strings, non-standard naming of things in bundles, etc.
Diffstat (limited to 'Mac/OSXResources')
-rw-r--r--Mac/OSXResources/app/Info.plist10
-rw-r--r--Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings8
-rw-r--r--Mac/OSXResources/framework/English.lproj/InfoPlist.strings4
-rw-r--r--Mac/OSXResources/framework/version.plist6
4 files changed, 15 insertions, 13 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist
index c8fb6ee..0f74e12 100644
--- a/Mac/OSXResources/app/Info.plist
+++ b/Mac/OSXResources/app/Info.plist
@@ -18,14 +18,14 @@
</dict>
</array>
<key>CFBundleExecutable</key>
- <string>python</string>
+ <string>Python</string>
<key>CFBundleGetInfoString</key>
- <string>Python Interpreter version 2.3, (c) 2002 Python Software Foundation.</string>
+ <string>2.3, (c) 2003 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
- <string>2.3, (c) 2002 Python Software Foundation.</string>
+ <string>2.3, (c) 2003 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2002 Python Software Foundation.</string>
+ <string>Copyright 2003 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key>
<string>2.3</string>
@@ -57,5 +57,7 @@
<true/>
<key>CSResourcesFileMapped</key>
<true/>
+ <key>NSAppleScriptEnabled</key>
+ <true/>
</dict>
</plist>
diff --git a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings
index 5f8924e..c1d1dfd 100644
--- a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings
+++ b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings
@@ -1,7 +1,7 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Python";
-CFBundleShortVersionString = "Python Interpreter version 2.3";
-CFBundleGetInfoString = "Python Interpreter version 2.3, (c) 2002 Python Software Foundation.";
-CFBundleLongVersionString = "2.3, (c) 2002 Python Software Foundation.";
-NSHumanReadableCopyright = "Copyright 2002 Python Software Foundation.";
+CFBundleShortVersionString = "2.3";
+CFBundleGetInfoString = "2.3, (c) 2003 Python Software Foundation.";
+CFBundleLongVersionString = "2.3, (c) 2003 Python Software Foundation.";
+NSHumanReadableCopyright = "Copyright 2003 Python Software Foundation.";
diff --git a/Mac/OSXResources/framework/English.lproj/InfoPlist.strings b/Mac/OSXResources/framework/English.lproj/InfoPlist.strings
index be3c641..7f981a3 100644
--- a/Mac/OSXResources/framework/English.lproj/InfoPlist.strings
+++ b/Mac/OSXResources/framework/English.lproj/InfoPlist.strings
@@ -1,5 +1,5 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Python";
-CFBundleShortVersionString = "2.2a1";
-CFBundleGetInfoString = "Python Runtime and Library";
+CFBundleShortVersionString = "2.3";
+CFBundleGetInfoString = "2.3, (c) 2003 Python Software Foundation";
diff --git a/Mac/OSXResources/framework/version.plist b/Mac/OSXResources/framework/version.plist
index 2a1913e..21c314c 100644
--- a/Mac/OSXResources/framework/version.plist
+++ b/Mac/OSXResources/framework/version.plist
@@ -5,14 +5,14 @@
<key>BuildVersion</key>
<string>1</string>
<key>CFBundleShortVersionString</key>
- <string>2.2</string>
+ <string>2.3</string>
<key>CFBundleVersion</key>
- <string>Python 2.2</string>
+ <string>2.3</string>
<key>ProjectName</key>
<string>Python</string>
<key>ReleaseStatus</key>
<string>final</string>
<key>SourceVersion</key>
- <string>2.2</string>
+ <string>2.3</string>
</dict>
</plist>