summaryrefslogtreecommitdiffstats
path: root/Mac/Resources
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-03-30 20:00:00 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-03-30 20:00:00 (GMT)
commitf29b6b4b773beecf69a0c059f452161d2cceda18 (patch)
tree68bbef2da51e10bf2184b24df84b1e5e42942a91 /Mac/Resources
parent8593a7568817bf36039460e34826822bec9c3904 (diff)
downloadcpython-f29b6b4b773beecf69a0c059f452161d2cceda18.zip
cpython-f29b6b4b773beecf69a0c059f452161d2cceda18.tar.gz
cpython-f29b6b4b773beecf69a0c059f452161d2cceda18.tar.bz2
Merged revisions 70741 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70741 | ronald.oussoren | 2009-03-30 14:56:25 -0500 (Mon, 30 Mar 2009) | 2 lines Fixes issue 5270 ........
Diffstat (limited to 'Mac/Resources')
-rw-r--r--Mac/Resources/app/Info.plist.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in
index 1233715..bd4a54c 100644
--- a/Mac/Resources/app/Info.plist.in
+++ b/Mac/Resources/app/Info.plist.in
@@ -20,7 +20,7 @@
<key>CFBundleExecutable</key>
<string>Python</string>
<key>CFBundleGetInfoString</key>
- <string>@VERSION@, (c) 2004 Python Software Foundation.</string>
+ <string>%version%, (c) 2004-2009 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key>
<array>
<string>Documentation</string>
@@ -33,21 +33,21 @@
<key>CFBundleIconFile</key>
<string>PythonInterpreter.icns</string>
<key>CFBundleIdentifier</key>
- <string>@PYTHONFRAMEWORKIDENTIFIER@.app</string>
+ <string>%bundleid%</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
- <string>@VERSION@, (c) 2004-2008 Python Software Foundation.</string>
+ <string>%version%, (c) 2004-2009 Python Software Foundation.</string>
<key>CFBundleName</key>
<string>Python</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>@VERSION@</string>
+ <string>%version%</string>
<key>CFBundleSignature</key>
<string>PytX</string>
<key>CFBundleVersion</key>
- <string>@VERSION@</string>
+ <string>%version%</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>