summaryrefslogtreecommitdiffstats
path: root/Mac/OSXResources
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-28 21:27:02 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-28 21:27:02 (GMT)
commit4684a09fc5cb67d223e4dff7467813412fceeac1 (patch)
tree51c39a41103c5d1616e552d7e01f49f328972e6f /Mac/OSXResources
parentc58eafbe3ea21dabcbb1588eb9dbfb2faea15319 (diff)
downloadcpython-4684a09fc5cb67d223e4dff7467813412fceeac1.zip
cpython-4684a09fc5cb67d223e4dff7467813412fceeac1.tar.gz
cpython-4684a09fc5cb67d223e4dff7467813412fceeac1.tar.bz2
- Install a symlink to the documentation (which lives in the framework)
in Python.app, and refer to it in Info.plist. This makes Apple Help Viewer recognize the Python documentation. - Changed the externally visible name of Python.app to "Python" (was PythonW).
Diffstat (limited to 'Mac/OSXResources')
-rw-r--r--Mac/OSXResources/app/Info.plist11
-rw-r--r--Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings2
2 files changed, 10 insertions, 3 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist
index 7fd5117..6022db7 100644
--- a/Mac/OSXResources/app/Info.plist
+++ b/Mac/OSXResources/app/Info.plist
@@ -29,14 +29,21 @@
<key>CFBundleShortVersionString</key>
<string>2.3</string>
+ <key>CFBundleHelpBookFolder</key>
+ <string>Documentation</string>
+ <key>CFBundleHelpBookName</key>
+ <string>Python Help</string>
+ <key>CFBundleHelpTOCFile</key>
+ <string>index.html</string>
+
<key>CFBundleIconFile</key>
<string>PythonInterpreter.icns</string>
<key>CFBundleIdentifier</key>
- <string>org.python.pythonw</string>
+ <string>org.python.python</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>PythonW</string>
+ <string>Python</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
diff --git a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings
index 20235b4..5f8924e 100644
--- a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings
+++ b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings
@@ -1,6 +1,6 @@
/* Localized versions of Info.plist keys */
-CFBundleName = "PythonW";
+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.";