1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleTypeRole</key>
11			<string>QLGenerator</string>
12			<key>LSItemContentTypes</key>
13			<array>
14				<string>uk.org.logicalshift.zoomsave</string>
15				<string>uk.org.logicalshift.glksave</string>
16				<string>uk.org.logicalshift.zoom</string>
17			</array>
18		</dict>
19	</array>
20	<key>CFBundleExecutable</key>
21	<string>${EXECUTABLE_NAME}</string>
22	<key>CFBundleName</key>
23	<string>${PRODUCT_NAME}</string>
24	<key>CFBundleIconFile</key>
25	<string></string>
26	<key>CFBundleIdentifier</key>
27	<string>uk.org.logicalshift.zoom.save.quicklook</string>
28	<key>CFBundleInfoDictionaryVersion</key>
29	<string>6.0</string>
30	<key>CFBundleVersion</key>
31	<string>1.1.5</string>
32	<key>CFBundleShortVersionString</key>
33	<string>1</string>
34	<key>CFPlugInDynamicRegisterFunction</key>
35	<string></string>
36	<key>CFPlugInDynamicRegistration</key>
37	<string>NO</string>
38	<key>CFPlugInFactories</key>
39	<dict>
40		<key>CA4A4522-3FAD-4B75-B9EC-08587906BB22</key>
41		<string>QuickLookGeneratorPluginFactory</string>
42	</dict>
43	<key>CFPlugInTypes</key>
44	<dict>
45		<key>5E2D9680-5022-40FA-B806-43349622E5B9</key>
46		<array>
47			<string>CA4A4522-3FAD-4B75-B9EC-08587906BB22</string>
48		</array>
49	</dict>
50	<key>CFPlugInUnloadFunction</key>
51	<string></string>
52	<key>QLSupportsConcurrentRequests</key>
53	<false/>
54	<key>QLNeedsToBeRunInMainThread</key>
55	<true/>
56	<key>QLThumbnailMinimumSize</key>
57	<real>64</real>
58	<key>QLPreviewWidth</key>
59	<real>800</real>
60	<key>QLPreviewHeight</key>
61	<real>600</real>
62</dict>
63</plist>
64