Changed visible name (in dock, menubar) of the interpreter to PythonW.
Changed version numbers and copyright.
This commit is contained in:
parent
cc07ec17a3
commit
c5fa303e78
|
@ -53,22 +53,22 @@
|
|||
<string>python</string>
|
||||
|
||||
<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>
|
||||
<string>2.2, (c) 2001 Python Software Foundation.</string>
|
||||
<string>2.3, (c) 2002 Python Software Foundation.</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2001 Python Software Foundation.</string>
|
||||
<string>Copyright 2002 Python Software Foundation.</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>6.5</string>
|
||||
<string>2.3</string>
|
||||
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>PythonInterpreter.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.python.interpreter</string>
|
||||
<string>org.python.pythonw</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>PythonInterpreter</string>
|
||||
<string>PythonW</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "PythonInterpreter";
|
||||
CFBundleShortVersionString = "Python Interpreter version 2.2";
|
||||
CFBundleGetInfoString = "Python Interpreter version 2.2, (c) 2001 Python Software Foundation.";
|
||||
CFBundleLongVersionString = "2.2, (c) 2001 Python Software Foundation.";
|
||||
NSHumanReadableCopyright = "Copyright 2001 Python Software Foundation.";
|
||||
CFBundleName = "PythonW";
|
||||
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.";
|
||||
|
|
Loading…
Reference in New Issue