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>CFBundleExecutable</key>
8	<string>http</string>
9	<key>CFBundleGetInfoString</key>
10	<string></string>
11	<key>CFBundleIconFile</key>
12	<string></string>
13	<key>CFBundleIdentifier</key>
14	<string>com.apple.URLMount.WebDAVPlugin</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>WebDAV URLMount Plugin</string>
19	<key>CFBundlePackageType</key>
20	<string>BNDL</string>
21	<key>CFBundleShortVersionString</key>
22	<string>$WEBDAVFS_URLMOUNT_PLUGIN_VERSION</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleURLTypes</key>
26	<array>
27		<dict>
28			<key>CFBundleURLIconFile</key>
29			<string></string>
30			<key>CFBundleURLName</key>
31			<string>WebDAV</string>
32			<key>CFBundleURLSchemes</key>
33			<array>
34				<string>http</string>
35				<string>https</string>
36			</array>
37		</dict>
38	</array>
39	<key>NetFSMediaType</key>
40	<string>http</string>
41	<key>NetFSFsType</key>
42	<string>webdav</string>
43	<key>CFBundleVersion</key>
44	<string>$WEBDAVFS_URLMOUNT_PLUGIN_VERSION</string>
45	<key>CFPlugInDynamicRegisterFunction</key>
46	<string></string>
47	<key>CFPlugInDynamicRegistration</key>
48	<string>NO</string>
49	<key>CFPlugInFactories</key>
50	<dict>
51		<key>F1821BFB-F659-11D5-AB4B-003065A0E6DE</key>
52		<string>WebDAVURLMounterFactory</string>
53	</dict>
54	<key>CFPlugInTypes</key>
55	<dict>
56		<key>02FE7D14-4E91-481E-946C-CE233C798CC0</key>
57		<array>
58			<string>F1821BFB-F659-11D5-AB4B-003065A0E6DE</string>
59		</array>
60	</dict>
61</dict>
62</plist>
63