Update for release.
[python/dscho.git] / Mac / OSXResources / app / Info.plist
blob6022db7e39e2c2b281972b4987247b21612210d8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3 <plist version="0.9">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeOSTypes</key>
11 <array>
12 <string>****</string>
13 <string>fold</string>
14 <string>disk</string>
15 </array>
16 <key>CFBundleTypeRole</key>
17 <string>Viewer</string>
18 </dict>
19 </array>
20 <key>CFBundleExecutable</key>
21 <string>python</string>
23 <key>CFBundleGetInfoString</key>
24 <string>Python Interpreter version 2.3, (c) 2002 Python Software Foundation.</string>
25 <key>CFBundleLongVersionString</key>
26 <string>2.3, (c) 2002 Python Software Foundation.</string>
27 <key>NSHumanReadableCopyright</key>
28 <string>Copyright 2002 Python Software Foundation.</string>
29 <key>CFBundleShortVersionString</key>
30 <string>2.3</string>
32 <key>CFBundleHelpBookFolder</key>
33 <string>Documentation</string>
34 <key>CFBundleHelpBookName</key>
35 <string>Python Help</string>
36 <key>CFBundleHelpTOCFile</key>
37 <string>index.html</string>
39 <key>CFBundleIconFile</key>
40 <string>PythonInterpreter.icns</string>
41 <key>CFBundleIdentifier</key>
42 <string>org.python.python</string>
43 <key>CFBundleInfoDictionaryVersion</key>
44 <string>6.0</string>
45 <key>CFBundleName</key>
46 <string>Python</string>
47 <key>CFBundlePackageType</key>
48 <string>APPL</string>
49 <key>CFBundleSignature</key>
50 <string>PytX</string>
51 <key>CFBundleVersion</key>
52 <string>2.3</string>
53 <key>LSRequiresCarbon</key>
54 <true/>
55 <key>CSResourcesFileMapped</key>
56 <true/>
57 </dict>
58 </plist>