summaryrefslogtreecommitdiffstats
path: root/Mac/OSXResources/app/Info.plist
blob: 7fd5117aaf9b3c84209633013ebc4be5b19d515b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeOSTypes</key>
			<array>
				<string>****</string>
				<string>fold</string>
				<string>disk</string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>Viewer</string>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>python</string>

	<key>CFBundleGetInfoString</key>
	<string>Python Interpreter version 2.3, (c) 2002 Python Software Foundation.</string>
	<key>CFBundleLongVersionString</key>
	<string>2.3, (c) 2002 Python Software Foundation.</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright 2002 Python Software Foundation.</string>
	<key>CFBundleShortVersionString</key>
	<string>2.3</string>

	<key>CFBundleIconFile</key>
	<string>PythonInterpreter.icns</string>
	<key>CFBundleIdentifier</key>
	<string>org.python.pythonw</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>PythonW</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>PytX</string>
	<key>CFBundleVersion</key>
	<string>2.3</string>
	<key>LSRequiresCarbon</key>
    <true/>
	<key>CSResourcesFileMapped</key>
	<true/>
</dict>
</plist>