• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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				<string>pyi</string>
14				<string>pyw</string>
15			</array>
16			<key>CFBundleTypeIconFile</key>
17			<string>PythonSource.icns</string>
18			<key>CFBundleTypeName</key>
19			<string>Python Script</string>
20			<key>CFBundleTypeRole</key>
21			<string>Editor</string>
22		</dict>
23		<dict>
24			<key>CFBundleTypeExtensions</key>
25			<array>
26				<string>pyc</string>
27				<string>pyo</string>
28			</array>
29			<key>CFBundleTypeIconFile</key>
30			<string>PythonCompiled.icns</string>
31			<key>CFBundleTypeName</key>
32			<string>Python Bytecode Document</string>
33			<key>CFBundleTypeRole</key>
34			<string>Editor</string>
35		</dict>
36	</array>
37	<key>CFBundleExecutable</key>
38	<string>IDLE</string>
39	<key>CFBundleGetInfoString</key>
40	<string>%version%, © 2001-2023 Python Software Foundation</string>
41	<key>CFBundleIconFile</key>
42	<string>IDLE.icns</string>
43	<key>CFBundleIdentifier</key>
44	<string>org.python.IDLE</string>
45	<key>CFBundleInfoDictionaryVersion</key>
46	<string>6.0</string>
47	<key>CFBundleName</key>
48	<string>IDLE</string>
49	<key>CFBundlePackageType</key>
50	<string>APPL</string>
51	<key>CFBundleShortVersionString</key>
52	<string>%version%</string>
53	<key>CFBundleSignature</key>
54	<string>????</string>
55	<key>CFBundleVersion</key>
56	<string>%version%</string>
57	<key>NSHighResolutionCapable</key>
58	<true/>
59</dict>
60</plist>
61