blob: 826d3793f75a1b98e894a8dcb9d42fb7c5ca3f66 [file] [log] [blame]
Thomas Wouters477c8d52006-05-27 19:21:47 +00001<?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 <string>pyw</string>
14 </array>
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>
21 </dict>
22 <dict>
23 <key>CFBundleTypeExtensions</key>
24 <array>
25 <string>pyc</string>
26 <string>pyo</string>
27 </array>
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>
34 </dict>
35 </array>
36 <key>CFBundleExecutable</key>
37 <string>IDLE</string>
38 <key>CFBundleGetInfoString</key>
Benjamin Peterson65f2a6d2018-01-04 22:34:19 -080039 <string>%version%, © 2001-2018 Python Software Foundation</string>
Thomas Wouters477c8d52006-05-27 19:21:47 +000040 <key>CFBundleIconFile</key>
41 <string>IDLE.icns</string>
42 <key>CFBundleIdentifier</key>
43 <string>org.python.IDLE</string>
44 <key>CFBundleInfoDictionaryVersion</key>
45 <string>6.0</string>
46 <key>CFBundleName</key>
47 <string>IDLE</string>
48 <key>CFBundlePackageType</key>
49 <string>APPL</string>
50 <key>CFBundleShortVersionString</key>
Ronald Oussoren21600152008-12-30 12:59:02 +000051 <string>%version%</string>
Benjamin Petersonde9c8692008-07-01 18:23:09 +000052 <key>CFBundleSignature</key>
53 <string>????</string>
Thomas Wouters477c8d52006-05-27 19:21:47 +000054 <key>CFBundleVersion</key>
Ronald Oussoren21600152008-12-30 12:59:02 +000055 <string>%version%</string>
Ned Deily9cd864d2013-02-01 23:12:42 -080056 <key>NSHighResolutionCapable</key>
57 <true/>
Thomas Wouters477c8d52006-05-27 19:21:47 +000058</dict>
59</plist>