Updated for hfsplus module, new gusi libs.
[python/dscho.git] / Mac / OSXResources / app / Info.plist
blobda65acd44162365c8db6d92a2d4da967b7db86f7
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>CFBundleTypeExtensions</key>
11 <array>
12 <string>py</string>
13 </array>
14 <key>CFBundleTypeIconFile</key>
15 <string>PythonSource.icns</string>
16 <key>CFBundleTypeName</key>
17 <string>Python Module</string>
18 <key>CFBundleTypeOSTypes</key>
19 <array>
20 <string>TEXT</string>
21 </array>
22 <key>CFBundleTypeRole</key>
23 <string>Shell</string>
24 </dict>
25 <dict>
26 <key>CFBundleTypeExtensions</key>
27 <array>
28 <string>pyc</string>
29 </array>
30 <key>CFBundleTypeIconFile</key>
31 <string>PythonCompiled.icns</string>
32 <key>CFBundleTypeName</key>
33 <string>Python Compiled Module</string>
34 <key>CFBundleTypeOSTypes</key>
35 <array>
36 <string>PYC</string>
37 </array>
38 <key>CFBundleTypeRole</key>
39 <string>Shell</string>
40 </dict>
41 <dict>
42 <key>CFBundleTypeOSTypes</key>
43 <array>
44 <string>****</string>
45 <string>fold</string>
46 <string>disk</string>
47 </array>
48 <key>CFBundleTypeRole</key>
49 <string>Viewer</string>
50 </dict>
51 </array>
52 <key>CFBundleExecutable</key>
53 <string>python</string>
54 <key>CFBundleGetInfoString</key>
55 <string>Python Interpreter version 2.2a3, (c) 2001 Python Software Foundation.</string>
56 <key>CFBundleIconFile</key>
57 <string>PythonInterpreter.icns</string>
58 <key>CFBundleIdentifier</key>
59 <string>org.python.interpreter</string>
60 <key>CFBundleInfoDictionaryVersion</key>
61 <string>6.0</string>
62 <key>CFBundleName</key>
63 <string>PythonInterpreter</string>
64 <key>CFBundlePackageType</key>
65 <string>APPL</string>
66 <key>CFBundleShortVersionString</key>
67 <string>Python Interpreter version 2.2a3</string>
68 <key>CFBundleSignature</key>
69 <string>PytX</string>
70 <key>CFBundleVersion</key>
71 <string>2.2a3</string>
72 <key>CSResourcesFileMapped</key>
73 <true/>
74 </dict>
75 </plist>