Commit 37e92842 authored by Jack Jansen's avatar Jack Jansen

Fixed lots of minor issues found by Edward Moy: incorrect version

strings, non-standard naming of things in bundles, etc.
parent dfac99f6
...@@ -106,7 +106,7 @@ install_Python: ...@@ -106,7 +106,7 @@ install_Python:
esac; \ esac; \
done; \ done; \
done done
$(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/python $(INSTALL_PROGRAM) $(STRIPFLAG) $(BUILDPYTHON) $(DESTDIR)$(APPINSTALLDIR)/Contents/MacOS/Python
install_IDE: install_IDE:
@if ! $(BUILDPYTHON) -c "import waste"; then \ @if ! $(BUILDPYTHON) -c "import waste"; then \
......
...@@ -132,7 +132,6 @@ ...@@ -132,7 +132,6 @@
4A9504D0FFE6A4CB11CA0CBA, 4A9504D0FFE6A4CB11CA0CBA,
4A9504D1FFE6A4CB11CA0CBA, 4A9504D1FFE6A4CB11CA0CBA,
); );
hasScannedForEncodings = 1;
isa = PBXProject; isa = PBXProject;
mainGroup = 2A37F4AAFDCFA73011CA2CEA; mainGroup = 2A37F4AAFDCFA73011CA2CEA;
projectDirPath = ""; projectDirPath = "";
...@@ -364,7 +363,7 @@ ...@@ -364,7 +363,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>PythonLauncher</string> <string>PythonLauncher</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>Python Launcher</string> <string>2.3, © 2001-2003 Python Software Foundation</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>PythonInterpreter.icns</string> <string>PythonInterpreter.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
...@@ -372,13 +371,15 @@ ...@@ -372,13 +371,15 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>Python Launcher</string> <string>PythonLauncher</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>PytL</string> <string>PytL</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.3a0</string> <string>2.3</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
...@@ -386,6 +387,7 @@ ...@@ -386,6 +387,7 @@
</dict> </dict>
</plist> </plist>
"; ";
shouldUseHeadermap = 0;
}; };
2A37F4C7FDCFA73011CA2CEA = { 2A37F4C7FDCFA73011CA2CEA = {
buildActionMask = 2147483647; buildActionMask = 2147483647;
......
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
</dict> </dict>
</array> </array>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>python</string> <string>Python</string>
<key>CFBundleGetInfoString</key> <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> <key>CFBundleLongVersionString</key>
<string>2.3, (c) 2002 Python Software Foundation.</string> <string>2.3, (c) 2003 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 2002 Python Software Foundation.</string> <string>Copyright 2003 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.3</string> <string>2.3</string>
...@@ -57,5 +57,7 @@ ...@@ -57,5 +57,7 @@
<true/> <true/>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>NSAppleScriptEnabled</key>
<true/>
</dict> </dict>
</plist> </plist>
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "Python"; CFBundleName = "Python";
CFBundleShortVersionString = "Python Interpreter version 2.3"; CFBundleShortVersionString = "2.3";
CFBundleGetInfoString = "Python Interpreter version 2.3, (c) 2002 Python Software Foundation."; CFBundleGetInfoString = "2.3, (c) 2003 Python Software Foundation.";
CFBundleLongVersionString = "2.3, (c) 2002 Python Software Foundation."; CFBundleLongVersionString = "2.3, (c) 2003 Python Software Foundation.";
NSHumanReadableCopyright = "Copyright 2002 Python Software Foundation."; NSHumanReadableCopyright = "Copyright 2003 Python Software Foundation.";
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "Python"; CFBundleName = "Python";
CFBundleShortVersionString = "2.2a1"; CFBundleShortVersionString = "2.3";
CFBundleGetInfoString = "Python Runtime and Library"; CFBundleGetInfoString = "2.3, (c) 2003 Python Software Foundation";
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
<key>BuildVersion</key> <key>BuildVersion</key>
<string>1</string> <string>1</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.2</string> <string>2.3</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>Python 2.2</string> <string>2.3</string>
<key>ProjectName</key> <key>ProjectName</key>
<string>Python</string> <string>Python</string>
<key>ReleaseStatus</key> <key>ReleaseStatus</key>
<string>final</string> <string>final</string>
<key>SourceVersion</key> <key>SourceVersion</key>
<string>2.2</string> <string>2.3</string>
</dict> </dict>
</plist> </plist>
...@@ -24,14 +24,14 @@ ...@@ -24,14 +24,14 @@
</dict> </dict>
</array> </array>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>python</string> <string>PythonIDE</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>Python IDE version 2.3, (c) 2002 Python Software Foundation.</string> <string>2.3, (c) 2003 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.3, (c) 2002 Python Software Foundation.</string> <string>2.3, (c) 2003 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 2002 Python Software Foundation.</string> <string>Copyright 2003 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.3</string> <string>2.3</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment