• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PyObjCLauncher/
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			</array>
14			<key>CFBundleTypeIconFile</key>
15			<string>PythonSource.icns</string>
16			<key>CFBundleTypeName</key>
17			<string>Python Script</string>
18			<key>CFBundleTypeRole</key>
19			<string>Viewer</string>
20			<key>NSDocumentClass</key>
21			<string>MyDocument</string>
22		</dict>
23		<dict>
24			<key>CFBundleTypeExtensions</key>
25			<array>
26				<string>pyw</string>
27			</array>
28			<key>CFBundleTypeIconFile</key>
29			<string>PythonWSource.icns</string>
30			<key>CFBundleTypeName</key>
31			<string>Python GUI Script</string>
32			<key>CFBundleTypeRole</key>
33			<string>Viewer</string>
34			<key>NSDocumentClass</key>
35			<string>MyDocument</string>
36		</dict>
37		<dict>
38			<key>CFBundleTypeExtensions</key>
39			<array>
40				<string>pyc</string>
41			</array>
42			<key>CFBundleTypeIconFile</key>
43			<string>PythonCompiled.icns</string>
44			<key>CFBundleTypeName</key>
45			<string>Python Bytecode Document</string>
46			<key>CFBundleTypeRole</key>
47			<string>Viewer</string>
48			<key>NSDocumentClass</key>
49			<string>MyDocument</string>
50		</dict>
51	</array>
52	<key>CFBundleExecutable</key>
53	<string>PyObjCLauncher</string>
54	<key>CFBundleGetInfoString</key>
55	<string>2.3, © 2001-2003 Python Software Foundation</string>
56	<key>CFBundleIconFile</key>
57	<string>PythonInterpreter.icns</string>
58	<key>CFBundleIdentifier</key>
59	<string>net.sf.pyobjc.PyObjCLauncher</string>
60	<key>CFBundleInfoDictionaryVersion</key>
61	<string>6.0</string>
62	<key>CFBundleName</key>
63	<string>PyObjCLauncher</string>
64	<key>CFBundlePackageType</key>
65	<string>APPL</string>
66	<key>CFBundleShortVersionString</key>
67	<string>2.3</string>
68	<key>CFBundleSignature</key>
69	<string>PytM</string>
70	<key>CFBundleVersion</key>
71	<string>2.3</string>
72	<key>NSMainNibFile</key>
73	<string>MainMenu</string>
74	<key>NSPrincipalClass</key>
75	<string>NSApplication</string>
76</dict>
77</plist>
78