Fix doc typo reported by Arfrever.
[python.git] / Mac / scripts / BuildApplet.plist
blob0f142c9eb5c98bdba42950b5f44b499f7642d021
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">
3 <plist version="1.0">
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>
28 <key>CFBundleGetInfoString</key>
29 <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
30 <key>CFBundleIconFile</key>
31 <string>BuildApplet.icns</string>
32 <key>CFBundleIdentifier</key>
33 <string>org.python.buildapplet</string>
34 <key>CFBundleInfoDictionaryVersion</key>
35 <string>6.0</string>
36 <key>CFBundleLongVersionString</key>
37 <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
38 <key>CFBundleName</key>
39 <string>PythonIDE</string>
40 <key>CFBundlePackageType</key>
41 <string>APPL</string>
42 <key>CFBundleShortVersionString</key>
43 <string>2.5alpha0</string>
44 <key>CFBundleSignature</key>
45 <string>Pide</string>
46 <key>CFBundleVersion</key>
47 <string>2.5alpha0</string>
48 <key>CSResourcesFileMapped</key>
49 <true/>
50 <key>LSRequiresCarbon</key>
51 <true/>
52 <key>NSHumanReadableCopyright</key>
53 <string>(c) 2004 Python Software Foundation.</string>
54 </dict>
55 </plist>