[Python-checkins] python/dist/src/Mac/OSXResources/app Info.plist,1.7,1.8

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 28 Aug 2002 14:27:04 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSXResources/app
In directory usw-pr-cvs1:/tmp/cvs-serv6636/OSXResources/app

Modified Files:
	Info.plist 
Log Message:
- 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).


Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Info.plist	1 Aug 2002 21:12:36 -0000	1.7
--- Info.plist	28 Aug 2002 21:27:02 -0000	1.8
***************
*** 30,41 ****
  	<string>2.3</string>
  
  	<key>CFBundleIconFile</key>
  	<string>PythonInterpreter.icns</string>
  	<key>CFBundleIdentifier</key>
! 	<string>org.python.pythonw</string>
  	<key>CFBundleInfoDictionaryVersion</key>
  	<string>6.0</string>
  	<key>CFBundleName</key>
! 	<string>PythonW</string>
  	<key>CFBundlePackageType</key>
  	<string>APPL</string>
--- 30,48 ----
  	<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.python</string>
  	<key>CFBundleInfoDictionaryVersion</key>
  	<string>6.0</string>
  	<key>CFBundleName</key>
! 	<string>Python</string>
  	<key>CFBundlePackageType</key>
  	<string>APPL</string>