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">
5 <key>CFBundleDevelopmentRegion
</key>
6 <string>English
</string>
7 <key>CFBundleDocumentTypes
</key>
10 <key>CFBundleTypeExtensions
</key>
15 <key>CFBundleTypeIconFile
</key>
16 <string>PythonSource.icns
</string>
17 <key>CFBundleTypeName
</key>
18 <string>Python Script
</string>
19 <key>CFBundleTypeRole
</key>
20 <string>Editor
</string>
23 <key>CFBundleTypeExtensions
</key>
28 <key>CFBundleTypeIconFile
</key>
29 <string>PythonCompiled.icns
</string>
30 <key>CFBundleTypeName
</key>
31 <string>Python Bytecode Document
</string>
32 <key>CFBundleTypeRole
</key>
33 <string>Editor
</string>
36 <key>CFBundleExecutable
</key>
38 <key>CFBundleGetInfoString
</key>
39 <string>%VERSION%, ©
001-
2006 Python Software Foundation
</string>
40 <key>CFBundleIconFile
</key>
41 <string>IDLE.icns
</string>
42 <key>CFBundleIdentifier
</key>
43 <string>org.python.IDLE
</string>
44 <key>CFBundleInfoDictionaryVersion
</key>
46 <key>CFBundleName
</key>
48 <key>CFBundlePackageType
</key>
50 <key>CFBundleShortVersionString
</key>
51 <string>%VERSION%
</string>
52 <key>CFBundleVersion
</key>
53 <string>%VERSION%
</string>