Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5fa303

Browse files
committed
Changed visible name (in dock, menubar) of the interpreter to PythonW.
Changed version numbers and copyright.
1 parent cc07ec1 commit c5fa303

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Mac/OSXResources/app/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,22 @@
5353
<string>python</string>
5454

5555
<key>CFBundleGetInfoString</key>
56-
<string>Python Interpreter version 2.2, (c) 2001 Python Software Foundation.</string>
56+
<string>Python Interpreter version 2.3, (c) 2002 Python Software Foundation.</string>
5757
<key>CFBundleLongVersionString</key>
58-
<string>2.2, (c) 2001 Python Software Foundation.</string>
58+
<string>2.3, (c) 2002 Python Software Foundation.</string>
5959
<key>NSHumanReadableCopyright</key>
60-
<string>Copyright 2001 Python Software Foundation.</string>
60+
<string>Copyright 2002 Python Software Foundation.</string>
6161
<key>CFBundleShortVersionString</key>
62-
<string>6.5</string>
62+
<string>2.3</string>
6363

6464
<key>CFBundleIconFile</key>
6565
<string>PythonInterpreter.icns</string>
6666
<key>CFBundleIdentifier</key>
67-
<string>org.python.interpreter</string>
67+
<string>org.python.pythonw</string>
6868
<key>CFBundleInfoDictionaryVersion</key>
6969
<string>6.0</string>
7070
<key>CFBundleName</key>
71-
<string>PythonInterpreter</string>
71+
<string>PythonW</string>
7272
<key>CFBundlePackageType</key>
7373
<string>APPL</string>
7474
<key>CFBundleSignature</key>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Localized versions of Info.plist keys */
22

3-
CFBundleName = "PythonInterpreter";
4-
CFBundleShortVersionString = "Python Interpreter version 2.2";
5-
CFBundleGetInfoString = "Python Interpreter version 2.2, (c) 2001 Python Software Foundation.";
6-
CFBundleLongVersionString = "2.2, (c) 2001 Python Software Foundation.";
7-
NSHumanReadableCopyright = "Copyright 2001 Python Software Foundation.";
3+
CFBundleName = "PythonW";
4+
CFBundleShortVersionString = "Python Interpreter version 2.3";
5+
CFBundleGetInfoString = "Python Interpreter version 2.3, (c) 2002 Python Software Foundation.";
6+
CFBundleLongVersionString = "2.3, (c) 2002 Python Software Foundation.";
7+
NSHumanReadableCopyright = "Copyright 2002 Python Software Foundation.";

0 commit comments

Comments
 (0)