diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-12-12 21:40:38 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-12-12 21:40:38 (GMT) |
commit | ff3a69c4bcb94433d018208fc07dc9d24c999c03 (patch) | |
tree | e621b63fd485a332aac4c397f4ba58ce5efb8e75 /Mac/OSXResources/app | |
parent | b48f1d3f8a8fe68672c67921626c5df39424be37 (diff) | |
download | cpython-ff3a69c4bcb94433d018208fc07dc9d24c999c03.zip cpython-ff3a69c4bcb94433d018208fc07dc9d24c999c03.tar.gz cpython-ff3a69c4bcb94433d018208fc07dc9d24c999c03.tar.bz2 |
Ready for 2.2 distribution.
Diffstat (limited to 'Mac/OSXResources/app')
-rw-r--r-- | Mac/OSXResources/app/Info.plist | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index da65acd..b51ffc1 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -51,8 +51,16 @@ </array> <key>CFBundleExecutable</key> <string>python</string> + <key>CFBundleGetInfoString</key> - <string>Python Interpreter version 2.2a3, (c) 2001 Python Software Foundation.</string> + <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> @@ -63,12 +71,12 @@ <string>PythonInterpreter</string> <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> + <string>2.2</string> + <key>LSRequiresCarbon</key> + <true/> <key>CSResourcesFileMapped</key> <true/> </dict> |