[Python-checkins] python/dist/src/Mac/OSXResources/app Info.plist,
1.12, 1.13
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/OSXResources/app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28685/OSXResources/app
Modified Files:
Info.plist
Log Message:
- Added a note about fixversions.py
- Ran it.
Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Info.plist 19 Nov 2003 13:50:21 -0000 1.12
--- Info.plist 15 Jul 2004 21:30:41 -0000 1.13
***************
*** 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>
***************
*** 20,33 ****
<key>CFBundleExecutable</key>
<string>Python</string>
-
<key>CFBundleGetInfoString</key>
! <string>2.4a0, (c) 2003 Python Software Foundation.</string>
! <key>CFBundleLongVersionString</key>
! <string>2.4a0, (c) 2003 Python Software Foundation.</string>
! <key>NSHumanReadableCopyright</key>
! <string>Copyright 2003 Python Software Foundation.</string>
! <key>CFBundleShortVersionString</key>
! <string>2.4a0</string>
!
<key>CFBundleHelpBookFolder</key>
<array>
--- 20,25 ----
<key>CFBundleExecutable</key>
<string>Python</string>
<key>CFBundleGetInfoString</key>
! <string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key>
<array>
***************
*** 39,43 ****
<key>CFBundleHelpTOCFile</key>
<string>index.html</string>
-
<key>CFBundleIconFile</key>
<string>PythonInterpreter.icns</string>
--- 31,34 ----
***************
*** 46,63 ****
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Python</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>PytX</string>
<key>CFBundleVersion</key>
! <string>2.4a0</string>
! <key>LSRequiresCarbon</key>
! <true/>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSAppleScriptEnabled</key>
<true/>
</dict>
</plist>
--- 37,60 ----
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
+ <key>CFBundleLongVersionString</key>
+ <string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key>
<string>Python</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>2.4alpha1</string>
<key>CFBundleSignature</key>
<string>PytX</string>
<key>CFBundleVersion</key>
! <string>2.4alpha1</string>
<key>CSResourcesFileMapped</key>
<true/>
+ <key>LSRequiresCarbon</key>
+ <true/>
<key>NSAppleScriptEnabled</key>
<true/>
+ <key>NSHumanReadableCopyright</key>
+ <string>(c) 2004 Python Software Foundation.</string>
</dict>
</plist>
More information about the Python-checkins
mailing list