1<?xml version="1.0" encoding="UTF-8"?>
2<plist version="0.9">
3    <dict>
4	<key>CFBundleInfoDictionaryVersion</key>
5	<string>6.0</string>
6
7	<key>CFBundleExecutable</key>
8	<string>htmldoc</string>
9
10	<key>CFBundleIdentifier</key>
11	<string>org.msweet.htmldoc</string>
12
13	<key>CFBundleVersion</key>
14	<string>@SVERSION@</string>
15
16	<key>CFBundleDevelopmentRegion</key>
17	<string>English</string>
18
19	<key>NSHumanReadableCopyright</key>
20	<string>Copyright 1997-2019 by Michael R Sweet</string>
21
22	<key>CFAppleHelpAnchor</key>
23	<string>help</string>
24
25	<key>CFBundleName</key>
26	<string>HTMLDOC</string>
27
28	<key>CFBundlePackageType</key>
29	<string>APPL</string>
30
31	<key>CFBundleSignature</key>
32	<string>HTDC</string>
33
34	<key>CFBundleIconFile</key>
35	<string>htmldoc.icns</string>
36
37	<key>CFBundleShortVersionString</key>
38	<string>@SVERSION@</string>
39
40	<key>CFBundleGetInfoString</key>
41	<string>@SVERSION@, Copyright Michael R Sweet 1997-2019</string>
42
43	<key>CFBundleDocumentTypes</key>
44	<array>
45            <dict>
46        	<key>CFBundleTypeExtensions</key>
47        	<array>
48                    <string>book</string>
49        	</array>
50
51        	<key>CFBundleTypeIconFile</key>
52        	<string>htmldoc.icns</string>
53
54        	<key>CFBundleTypeName</key>
55        	<string>HTMLDOC Book File</string>
56
57        	<key>CFBundleTypeOSTypes</key>
58        	<array>
59                    <string>htdc</string>
60        	</array>
61
62        	<key>CFBundleTypeRole</key>
63        	<string>Editor</string>
64            </dict>
65	</array>
66    </dict>
67</plist>
68