|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> |
3 | | -<plist version="0.9"> |
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | +<plist version="1.0"> |
4 | 4 | <dict> |
5 | 5 | <key>CFBundleDevelopmentRegion</key> |
6 | 6 | <string>English</string> |
|
25 | 25 | </array> |
26 | 26 | <key>CFBundleExecutable</key> |
27 | 27 | <string>PythonIDE</string> |
28 | | - |
29 | 28 | <key>CFBundleGetInfoString</key> |
30 | | - <string>2.4a0, (c) 2003 Python Software Foundation.</string> |
31 | | - <key>CFBundleLongVersionString</key> |
32 | | - <string>2.4a0, (c) 2003 Python Software Foundation.</string> |
33 | | - <key>NSHumanReadableCopyright</key> |
34 | | - <string>Copyright 2003 Python Software Foundation.</string> |
35 | | - <key>CFBundleShortVersionString</key> |
36 | | - <string>2.4a0</string> |
37 | | - |
| 29 | + <string>2.4alpha1, (c) 2004 Python Software Foundation.</string> |
38 | 30 | <key>CFBundleHelpBookFolder</key> |
39 | 31 | <array> |
40 | 32 | <string>PythonDocumentation</string> |
|
43 | 35 | <string>Python Help</string> |
44 | 36 | <key>CFBundleHelpTOCFile</key> |
45 | 37 | <string>index.html</string> |
46 | | - |
47 | 38 | <key>CFBundleIconFile</key> |
48 | 39 | <string>PythonIDE.icns</string> |
49 | 40 | <key>CFBundleIdentifier</key> |
50 | 41 | <string>org.python.pythonide</string> |
51 | 42 | <key>CFBundleInfoDictionaryVersion</key> |
52 | 43 | <string>6.0</string> |
| 44 | + <key>CFBundleLongVersionString</key> |
| 45 | + <string>2.4alpha1, (c) 2004 Python Software Foundation.</string> |
53 | 46 | <key>CFBundleName</key> |
54 | 47 | <string>PythonIDE</string> |
55 | 48 | <key>CFBundlePackageType</key> |
56 | 49 | <string>APPL</string> |
| 50 | + <key>CFBundleShortVersionString</key> |
| 51 | + <string>2.4alpha1</string> |
57 | 52 | <key>CFBundleSignature</key> |
58 | 53 | <string>Pide</string> |
59 | 54 | <key>CFBundleVersion</key> |
60 | | - <string>2.3.2</string> |
61 | | - <key>LSRequiresCarbon</key> |
62 | | - <true/> |
| 55 | + <string>2.4alpha1</string> |
63 | 56 | <key>CSResourcesFileMapped</key> |
64 | 57 | <true/> |
| 58 | + <key>LSRequiresCarbon</key> |
| 59 | + <true/> |
| 60 | + <key>NSHumanReadableCopyright</key> |
| 61 | + <string>(c) 2004 Python Software Foundation.</string> |
65 | 62 | </dict> |
66 | 63 | </plist> |
0 commit comments