diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index c7a8b058ded..ecd20009527 100644
--- a/Mac/OSX/Makefile
+++ b/Mac/OSX/Makefile
@@ -106,7 +106,7 @@ install_Python:
esac; \
done; \
done
- $(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/python
+ $(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/Python
install_IDE:
@if ! $(BUILDPYTHON) -c "import waste"; then \
diff --git a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj
index badee8785b5..06e45dc4fcc 100755
--- a/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj
+++ b/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj
@@ -132,7 +132,6 @@
4A9504D0FFE6A4CB11CA0CBA,
4A9504D1FFE6A4CB11CA0CBA,
);
- hasScannedForEncodings = 1;
isa = PBXProject;
mainGroup = 2A37F4AAFDCFA73011CA2CEA;
projectDirPath = "";
@@ -364,7 +363,7 @@
CFBundleExecutable
PythonLauncher
CFBundleGetInfoString
- Python Launcher
+ 2.3, © 2001-2003 Python Software Foundation
CFBundleIconFile
PythonInterpreter.icns
CFBundleIdentifier
@@ -372,13 +371,15 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleName
- Python Launcher
+ PythonLauncher
CFBundlePackageType
APPL
+ CFBundleShortVersionString
+ 2.3
CFBundleSignature
PytL
CFBundleVersion
- 2.3a0
+ 2.3
NSMainNibFile
MainMenu
NSPrincipalClass
@@ -386,6 +387,7 @@
";
+ shouldUseHeadermap = 0;
};
2A37F4C7FDCFA73011CA2CEA = {
buildActionMask = 2147483647;
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist
index c8fb6ee9d94..0f74e122ed5 100644
--- a/Mac/OSXResources/app/Info.plist
+++ b/Mac/OSXResources/app/Info.plist
@@ -18,14 +18,14 @@
CFBundleExecutable
- python
+ Python
CFBundleGetInfoString
- Python Interpreter version 2.3, (c) 2002 Python Software Foundation.
+ 2.3, (c) 2003 Python Software Foundation.
CFBundleLongVersionString
- 2.3, (c) 2002 Python Software Foundation.
+ 2.3, (c) 2003 Python Software Foundation.
NSHumanReadableCopyright
- Copyright 2002 Python Software Foundation.
+ Copyright 2003 Python Software Foundation.
CFBundleShortVersionString
2.3
@@ -57,5 +57,7 @@
CSResourcesFileMapped
+ NSAppleScriptEnabled
+
diff --git a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings
index 5f8924e1261..c1d1dfdcf0d 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 be3c641ed72..7f981a381a6 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 2a1913e3b95..21c314c2eaf 100644
--- a/Mac/OSXResources/framework/version.plist
+++ b/Mac/OSXResources/framework/version.plist
@@ -5,14 +5,14 @@
BuildVersion
1
CFBundleShortVersionString
- 2.2
+ 2.3
CFBundleVersion
- Python 2.2
+ 2.3
ProjectName
Python
ReleaseStatus
final
SourceVersion
- 2.2
+ 2.3
diff --git a/Mac/Tools/IDE/PythonIDE.plist b/Mac/Tools/IDE/PythonIDE.plist
index 4a1a602d731..8bebe379467 100644
--- a/Mac/Tools/IDE/PythonIDE.plist
+++ b/Mac/Tools/IDE/PythonIDE.plist
@@ -24,14 +24,14 @@
CFBundleExecutable
- python
+ PythonIDE
CFBundleGetInfoString
- Python IDE version 2.3, (c) 2002 Python Software Foundation.
+ 2.3, (c) 2003 Python Software Foundation.
CFBundleLongVersionString
- 2.3, (c) 2002 Python Software Foundation.
+ 2.3, (c) 2003 Python Software Foundation.
NSHumanReadableCopyright
- Copyright 2002 Python Software Foundation.
+ Copyright 2003 Python Software Foundation.
CFBundleShortVersionString
2.3