[Python-checkins] CVS: python/dist/src/Mac/OSXResources/app Info.plist,1.4,1.5

Jack Jansen jackjansen@users.sourceforge.net
Fri, 29 Mar 2002 13:16:43 -0800


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

Modified Files:
	Info.plist 
Log Message:
Changed visible name (in dock, menubar) of the interpreter to PythonW.
Changed version numbers and copyright.


Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Info.plist	12 Dec 2001 21:40:38 -0000	1.4
--- Info.plist	29 Mar 2002 21:16:41 -0000	1.5
***************
*** 54,73 ****
  
  	<key>CFBundleGetInfoString</key>
! 	<string>Python Interpreter version 2.2, (c) 2001 Python Software Foundation.</string>
  	<key>CFBundleLongVersionString</key>
! 	<string>2.2, (c) 2001 Python Software Foundation.</string>
  	<key>NSHumanReadableCopyright</key>
! 	<string>Copyright 2001 Python Software Foundation.</string>
  	<key>CFBundleShortVersionString</key>
! 	<string>6.5</string>
  
  	<key>CFBundleIconFile</key>
  	<string>PythonInterpreter.icns</string>
  	<key>CFBundleIdentifier</key>
! 	<string>org.python.interpreter</string>
  	<key>CFBundleInfoDictionaryVersion</key>
  	<string>6.0</string>
  	<key>CFBundleName</key>
! 	<string>PythonInterpreter</string>
  	<key>CFBundlePackageType</key>
  	<string>APPL</string>
--- 54,73 ----
  
  	<key>CFBundleGetInfoString</key>
! 	<string>Python Interpreter version 2.3, (c) 2002 Python Software Foundation.</string>
  	<key>CFBundleLongVersionString</key>
! 	<string>2.3, (c) 2002 Python Software Foundation.</string>
  	<key>NSHumanReadableCopyright</key>
! 	<string>Copyright 2002 Python Software Foundation.</string>
  	<key>CFBundleShortVersionString</key>
! 	<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>