|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
5 | | - <key>CFBundleDevelopmentRegion</key> |
6 | | - <string>English</string> |
| 5 | + <key>CFBundleName</key> |
| 6 | + <string>Python</string> |
| 7 | + <key>CFBundleIdentifier</key> |
| 8 | + <string>%bundleid%</string> |
| 9 | + <key>CFBundleVersion</key> |
| 10 | + <string>%version%</string> |
| 11 | + <key>CFBundlePackageType</key> |
| 12 | + <string>APPL</string> |
| 13 | + <key>CFBundleSignature</key> |
| 14 | + <string>PytX</string> |
| 15 | + <key>CFBundleExecutable</key> |
| 16 | + <string>Python</string> |
| 17 | + <key>CFBundleIconFile</key> |
| 18 | + <string>PythonInterpreter.icns</string> |
| 19 | + <key>CFBundleInfoDictionaryVersion</key> |
| 20 | + <string>6.0</string> |
7 | 21 | <key>CFBundleDocumentTypes</key> |
8 | 22 | <array> |
9 | 23 | <dict> |
|
17 | 31 | <string>Viewer</string> |
18 | 32 | </dict> |
19 | 33 | </array> |
20 | | - <key>CFBundleExecutable</key> |
21 | | - <string>Python</string> |
22 | | - <key>CFBundleGetInfoString</key> |
23 | | - <string>%version%, (c) 2001-2024 Python Software Foundation.</string> |
| 34 | + <key>CFBundleShortVersionString</key> |
| 35 | + <string>%version%</string> |
| 36 | + <key>CFBundleSupportedPlatforms</key> |
| 37 | + <array> |
| 38 | + <string>MacOSX</string> |
| 39 | + </array> |
| 40 | + <key>NSHumanReadableCopyright</key> |
| 41 | + <string>Copyright © 2001 Python Software Foundation. All rights reserved.</string> |
| 42 | + <key>CFBundleDevelopmentRegion</key> |
| 43 | + <string>English</string> |
| 44 | + <key>NSHighResolutionCapable</key> |
| 45 | + <true/> |
| 46 | + <key>NSAppleScriptEnabled</key> |
| 47 | + <true/> |
| 48 | + <key>CFBundleAllowMixedLocalizations</key> |
| 49 | + <true/> |
24 | 50 | <key>CFBundleHelpBookFolder</key> |
25 | 51 | <array> |
26 | 52 | <string>Documentation</string> |
27 | | - <string>PythonDocumentation</string> |
28 | 53 | </array> |
29 | 54 | <key>CFBundleHelpBookName</key> |
30 | | - <string>MacPython Help</string> |
| 55 | + <string>Python Help</string> |
31 | 56 | <key>CFBundleHelpTOCFile</key> |
32 | 57 | <string>index.html</string> |
33 | | - <key>CFBundleIconFile</key> |
34 | | - <string>PythonInterpreter.icns</string> |
35 | | - <key>CFBundleIdentifier</key> |
36 | | - <string>%bundleid%</string> |
37 | | - <key>CFBundleInfoDictionaryVersion</key> |
38 | | - <string>6.0</string> |
39 | | - <key>CFBundleLongVersionString</key> |
40 | | - <string>%version%, (c) 2001-2024 Python Software Foundation.</string> |
41 | | - <key>CFBundleName</key> |
42 | | - <string>Python</string> |
43 | | - <key>CFBundlePackageType</key> |
44 | | - <string>APPL</string> |
45 | | - <key>CFBundleShortVersionString</key> |
46 | | - <string>%version%</string> |
47 | | - <key>CFBundleSignature</key> |
48 | | - <string>PytX</string> |
49 | | - <key>CFBundleVersion</key> |
50 | | - <string>%version%</string> |
51 | 58 | <key>CSResourcesFileMapped</key> |
52 | 59 | <true/> |
53 | 60 | <key>LSRequiresCarbon</key> |
54 | 61 | <true/> |
55 | | - <key>NSAppleScriptEnabled</key> |
56 | | - <true/> |
57 | | - <key>NSHumanReadableCopyright</key> |
58 | | - <string>(c) 2001-2024 Python Software Foundation.</string> |
59 | | - <key>NSHighResolutionCapable</key> |
60 | | - <true/> |
61 | | - <key>CFBundleAllowMixedLocalizations</key> |
62 | | - <true/> |
63 | 62 | </dict> |
64 | 63 | </plist> |
0 commit comments