[Python-checkins] python/dist/src/Mac/scripts BuildApplet.plist, 1.2, 1.3

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Thu Jul 15 23:30:47 CEST 2004


Update of /cvsroot/python/python/dist/src/Mac/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28685/scripts

Modified Files:
	BuildApplet.plist 
Log Message:
- Added a note about fixversions.py
- Ran it.


Index: BuildApplet.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/BuildApplet.plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BuildApplet.plist	19 Nov 2003 13:37:22 -0000	1.2
--- BuildApplet.plist	15 Jul 2004 21:30:41 -0000	1.3
***************
*** 1,5 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
! <plist version="0.9">
  <dict>
  	<key>CFBundleDevelopmentRegion</key>
--- 1,5 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
! <plist version="1.0">
  <dict>
  	<key>CFBundleDevelopmentRegion</key>
***************
*** 26,39 ****
  	<key>CFBundleExecutable</key>
  	<string>BuildApplet</string>
- 
  	<key>CFBundleGetInfoString</key>
! 	<string>2.3.2, (c) 2003 Python Software Foundation.</string>
! 	<key>CFBundleLongVersionString</key>
! 	<string>2.3.2, (c) 2003 Python Software Foundation.</string>
! 	<key>NSHumanReadableCopyright</key>
! 	<string>Copyright 2003 Python Software Foundation.</string>
! 	<key>CFBundleShortVersionString</key>
! 	<string>2.3.2</string>
! 
  	<key>CFBundleIconFile</key>
  	<string>BuildApplet.icns</string>
--- 26,31 ----
  	<key>CFBundleExecutable</key>
  	<string>BuildApplet</string>
  	<key>CFBundleGetInfoString</key>
! 	<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
  	<key>CFBundleIconFile</key>
  	<string>BuildApplet.icns</string>
***************
*** 42,57 ****
  	<key>CFBundleInfoDictionaryVersion</key>
  	<string>6.0</string>
  	<key>CFBundleName</key>
  	<string>PythonIDE</string>
  	<key>CFBundlePackageType</key>
  	<string>APPL</string>
  	<key>CFBundleSignature</key>
  	<string>Pide</string>
  	<key>CFBundleVersion</key>
! 	<string>2.3.2</string>
! 	<key>LSRequiresCarbon</key>
!     <true/>
  	<key>CSResourcesFileMapped</key>
  	<true/>
  </dict>
  </plist>
--- 34,55 ----
  	<key>CFBundleInfoDictionaryVersion</key>
  	<string>6.0</string>
+ 	<key>CFBundleLongVersionString</key>
+ 	<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
  	<key>CFBundleName</key>
  	<string>PythonIDE</string>
  	<key>CFBundlePackageType</key>
  	<string>APPL</string>
+ 	<key>CFBundleShortVersionString</key>
+ 	<string>2.4alpha1</string>
  	<key>CFBundleSignature</key>
  	<string>Pide</string>
  	<key>CFBundleVersion</key>
! 	<string>2.4alpha1</string>
  	<key>CSResourcesFileMapped</key>
  	<true/>
+ 	<key>LSRequiresCarbon</key>
+ 	<true/>
+ 	<key>NSHumanReadableCopyright</key>
+ 	<string>(c) 2004 Python Software Foundation.</string>
  </dict>
  </plist>



More information about the Python-checkins mailing list