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

Jack Jansen jackjansen@users.sourceforge.net
Wed, 12 Dec 2001 13:40:40 -0800


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

Modified Files:
	Info.plist 
Log Message:
Ready for 2.2 distribution.

Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Info.plist	2001/09/11 13:01:07	1.3
--- Info.plist	2001/12/12 21:40:38	1.4
***************
*** 52,57 ****
  	<key>CFBundleExecutable</key>
  	<string>python</string>
  	<key>CFBundleGetInfoString</key>
! 	<string>Python Interpreter version 2.2a3, (c) 2001 Python Software Foundation.</string>
  	<key>CFBundleIconFile</key>
  	<string>PythonInterpreter.icns</string>
--- 52,65 ----
  	<key>CFBundleExecutable</key>
  	<string>python</string>
+ 
  	<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>
***************
*** 64,73 ****
  	<key>CFBundlePackageType</key>
  	<string>APPL</string>
- 	<key>CFBundleShortVersionString</key>
- 	<string>Python Interpreter version 2.2a3</string>
  	<key>CFBundleSignature</key>
  	<string>PytX</string>
  	<key>CFBundleVersion</key>
! 	<string>2.2a3</string>
  	<key>CSResourcesFileMapped</key>
  	<true/>
--- 72,81 ----
  	<key>CFBundlePackageType</key>
  	<string>APPL</string>
  	<key>CFBundleSignature</key>
  	<string>PytX</string>
  	<key>CFBundleVersion</key>
! 	<string>2.2</string>
! 	<key>LSRequiresCarbon</key>
!     <true/>
  	<key>CSResourcesFileMapped</key>
  	<true/>