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>MDImporter</string>
12			<key>LSItemContentTypes</key>
13			<array>
14				<string>public.zcode</string>
15			</array>
16		</dict>
17		<dict>
18			<key>CFBundleTypeRole</key>
19			<string>MDImporter</string>
20			<key>LSItemContentTypes</key>
21			<array>
22				<string>public.blorb.zcode</string>
23			</array>
24		</dict>
25	</array>
26	<key>CFBundleExecutable</key>
27	<string>ZoomMetadataImporter</string>
28	<key>CFBundleIconFile</key>
29	<string></string>
30	<key>CFBundleIdentifier</key>
31	<string>uk.org.logicalshift.ZoomMetadataImporter</string>
32	<key>CFBundleInfoDictionaryVersion</key>
33	<string>6.0</string>
34	<key>CFBundlePackageType</key>
35	<string>BNDL</string>
36	<key>CFBundleSignature</key>
37	<string>????</string>
38	<key>CFBundleVersion</key>
39	<string>1.4</string>
40	<key>CFPlugInDynamicRegisterFunction</key>
41	<string></string>
42	<key>CFPlugInDynamicRegistration</key>
43	<string>NO</string>
44	<key>CFPlugInFactories</key>
45	<dict>
46		<key>456EF067-FF4A-4F3B-9BD1-F58545340FCE</key>
47		<string>MetadataImporterPluginFactory</string>
48	</dict>
49	<key>CFPlugInTypes</key>
50	<dict>
51		<key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key>
52		<array>
53			<string>456EF067-FF4A-4F3B-9BD1-F58545340FCE</string>
54		</array>
55	</dict>
56	<key>CFPlugInUnloadFunction</key>
57	<string></string>
58</dict>
59</plist>
60