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

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 04 Jul 2003 06:06:16 -0700


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

Modified Files:
	Info.plist 
Log Message:
Fixed lots of minor issues found by Edward Moy: incorrect version
strings, non-standard naming of things in bundles, etc.


Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Info.plist	16 Mar 2003 22:09:22 -0000	1.10
--- Info.plist	4 Jul 2003 13:06:14 -0000	1.11
***************
*** 19,30 ****
  	</array>
  	<key>CFBundleExecutable</key>
! 	<string>python</string>
  
  	<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>
--- 19,30 ----
  	</array>
  	<key>CFBundleExecutable</key>
! 	<string>Python</string>
  
  	<key>CFBundleGetInfoString</key>
! 	<string>2.3, (c) 2003 Python Software Foundation.</string>
  	<key>CFBundleLongVersionString</key>
! 	<string>2.3, (c) 2003 Python Software Foundation.</string>
  	<key>NSHumanReadableCopyright</key>
! 	<string>Copyright 2003 Python Software Foundation.</string>
  	<key>CFBundleShortVersionString</key>
  	<string>2.3</string>
***************
*** 57,60 ****
--- 57,62 ----
      <true/>
  	<key>CSResourcesFileMapped</key>
+ 	<true/>
+ 	<key>NSAppleScriptEnabled</key>
  	<true/>
  </dict>