Info.plist.in 1.7 KB
Newer Older
1
<?xml version="1.0" encoding="UTF-8"?>
2 3
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
4 5 6 7 8
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleDocumentTypes</key>
	<array>
9 10 11 12 13 14 15 16
		<dict>
			<key>CFBundleTypeOSTypes</key>
			<array>
				<string>****</string>
				<string>fold</string>
				<string>disk</string>
			</array>
			<key>CFBundleTypeRole</key>
17 18 19 20
			<string>Viewer</string>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
21
	<string>Python</string>
22
	<key>CFBundleGetInfoString</key>
23
	<string>%version%, (c) 2004-2011 Python Software Foundation.</string>
24
	<key>CFBundleHelpBookFolder</key>
25 26
	<array>
		<string>Documentation</string>
27
		<string>PythonDocumentation</string>
28
	</array>
29
	<key>CFBundleHelpBookName</key>
30
	<string>MacPython Help</string>
31 32
	<key>CFBundleHelpTOCFile</key>
	<string>index.html</string>
33 34 35
	<key>CFBundleIconFile</key>
	<string>PythonInterpreter.icns</string>
	<key>CFBundleIdentifier</key>
36
	<string>%bundleid%</string>
37 38
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
39
	<key>CFBundleLongVersionString</key>
40
	<string>%version%, (c) 2004-2011 Python Software Foundation.</string>
41
	<key>CFBundleName</key>
42
	<string>Python</string>
43 44
	<key>CFBundlePackageType</key>
	<string>APPL</string>
45
	<key>CFBundleShortVersionString</key>
46
	<string>%version%</string>
47 48 49
	<key>CFBundleSignature</key>
	<string>PytX</string>
	<key>CFBundleVersion</key>
50
	<string>%version%</string>
51 52
	<key>CSResourcesFileMapped</key>
	<true/>
53 54
	<key>LSRequiresCarbon</key>
	<true/>
55 56
	<key>NSAppleScriptEnabled</key>
	<true/>
57
	<key>NSHumanReadableCopyright</key>
58
	<string>(c) 2011 Python Software Foundation.</string>
59 60
</dict>
</plist>