This commit was manufactured by cvs2svn to create tag 'r234c1'.
[python/dscho.git] / Mac / scripts / BuildApplet.plist
blob1301dd467d21223646ace33bcd007a89d63a51c9
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>Viewer</string>
24 </dict>
25 </array>
26 <key>CFBundleExecutable</key>
27 <string>BuildApplet</string>
29 <key>CFBundleGetInfoString</key>
30 <string>2.3.2, (c) 2003 Python Software Foundation.</string>
31 <key>CFBundleLongVersionString</key>
32 <string>2.3.2, (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.3.2</string>
38 <key>CFBundleIconFile</key>
39 <string>BuildApplet.icns</string>
40 <key>CFBundleIdentifier</key>
41 <string>org.python.buildapplet</string>
42 <key>CFBundleInfoDictionaryVersion</key>
43 <string>6.0</string>
44 <key>CFBundleName</key>
45 <string>PythonIDE</string>
46 <key>CFBundlePackageType</key>
47 <string>APPL</string>
48 <key>CFBundleSignature</key>
49 <string>Pide</string>
50 <key>CFBundleVersion</key>
51 <string>2.3.2</string>
52 <key>LSRequiresCarbon</key>
53 <true/>
54 <key>CSResourcesFileMapped</key>
55 <true/>
56 </dict>
57 </plist>