Commit f31e5180 authored by Jack Jansen's avatar Jack Jansen

Changed visible name (in dock, menubar) of the interpreter to PythonW.

Changed version numbers and copyright.
parent b2b26e5a
...@@ -53,22 +53,22 @@ ...@@ -53,22 +53,22 @@
<string>python</string> <string>python</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>Python Interpreter version 2.2, (c) 2001 Python Software Foundation.</string> <string>Python Interpreter version 2.3, (c) 2002 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.2, (c) 2001 Python Software Foundation.</string> <string>2.3, (c) 2002 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 2001 Python Software Foundation.</string> <string>Copyright 2002 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>6.5</string> <string>2.3</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>PythonInterpreter.icns</string> <string>PythonInterpreter.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.python.interpreter</string> <string>org.python.pythonw</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>PythonInterpreter</string> <string>PythonW</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
......
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "PythonInterpreter"; CFBundleName = "PythonW";
CFBundleShortVersionString = "Python Interpreter version 2.2"; CFBundleShortVersionString = "Python Interpreter version 2.3";
CFBundleGetInfoString = "Python Interpreter version 2.2, (c) 2001 Python Software Foundation."; CFBundleGetInfoString = "Python Interpreter version 2.3, (c) 2002 Python Software Foundation.";
CFBundleLongVersionString = "2.2, (c) 2001 Python Software Foundation."; CFBundleLongVersionString = "2.3, (c) 2002 Python Software Foundation.";
NSHumanReadableCopyright = "Copyright 2001 Python Software Foundation."; NSHumanReadableCopyright = "Copyright 2002 Python Software Foundation.";
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