• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
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>pdf</string>
13				<string>PDF</string>
14			</array>
15			<key>CFBundleTypeMIMETypes</key>
16			<array>
17				<string>application/pdf</string>
18			</array>
19			<key>CFBundleTypeName</key>
20			<string>DocumentType</string>
21			<key>CFBundleTypeOSTypes</key>
22			<array>
23				<string>PDF </string>
24			</array>
25			<key>CFBundleTypeRole</key>
26			<string>Viewer</string>
27			<key>NSDocumentClass</key>
28			<string>MyPDFDocument</string>
29		</dict>
30	</array>
31	<key>CFBundleExecutable</key>
32	<string>PDFKitViewer</string>
33	<key>CFBundleName</key>
34	<string>PDFKitViewer</string>
35	<key>CFBundleIconFile</key>
36	<string>pdfkitviewer.icns</string>
37	<key>CFBundleIdentifier</key>
38	<string>org.pythonmac.quartz.examples.PDFKitViewer</string>
39	<key>CFBundleInfoDictionaryVersion</key>
40	<string>6.0</string>
41	<key>CFBundlePackageType</key>
42	<string>APPL</string>
43	<key>CFBundleShortVersionString</key>
44	<string>1.1</string>
45	<key>CFBundleSignature</key>
46	<string>pdfV</string>
47	<key>CFBundleVersion</key>
48	<string>1.0</string>
49	<key>NSMainNibFile</key>
50	<string>MainMenu</string>
51	<key>NSPrincipalClass</key>
52	<string>NSApplication</string>
53</dict>
54</plist>
55