|
20 | 20 | <key>CFBundleExecutable</key> |
21 | 21 | <string>Python</string> |
22 | 22 | <key>CFBundleGetInfoString</key> |
23 | | - <string>@VERSION@, (c) 2004 Python Software Foundation.</string> |
| 23 | + <string>%version%, (c) 2004-2009 Python Software Foundation.</string> |
24 | 24 | <key>CFBundleHelpBookFolder</key> |
25 | 25 | <array> |
26 | 26 | <string>Documentation</string> |
|
33 | 33 | <key>CFBundleIconFile</key> |
34 | 34 | <string>PythonInterpreter.icns</string> |
35 | 35 | <key>CFBundleIdentifier</key> |
36 | | - <string>@PYTHONFRAMEWORKIDENTIFIER@.app</string> |
| 36 | + <string>%bundleid%</string> |
37 | 37 | <key>CFBundleInfoDictionaryVersion</key> |
38 | 38 | <string>6.0</string> |
39 | 39 | <key>CFBundleLongVersionString</key> |
40 | | - <string>@VERSION@, (c) 2004-2008 Python Software Foundation.</string> |
| 40 | + <string>%version%, (c) 2004-2009 Python Software Foundation.</string> |
41 | 41 | <key>CFBundleName</key> |
42 | 42 | <string>Python</string> |
43 | 43 | <key>CFBundlePackageType</key> |
44 | 44 | <string>APPL</string> |
45 | 45 | <key>CFBundleShortVersionString</key> |
46 | | - <string>@VERSION@</string> |
| 46 | + <string>%version%</string> |
47 | 47 | <key>CFBundleSignature</key> |
48 | 48 | <string>PytX</string> |
49 | 49 | <key>CFBundleVersion</key> |
50 | | - <string>@VERSION@</string> |
| 50 | + <string>%version%</string> |
51 | 51 | <key>CSResourcesFileMapped</key> |
52 | 52 | <true/> |
53 | 53 | <key>LSRequiresCarbon</key> |
|
0 commit comments