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>None</string>
12		</dict>
13		<dict>
14			<key>CFBundleTypeRole</key>
15			<string>None</string>
16		</dict>
17	</array>
18	<key>CFBundleExecutable</key>
19	<string>webdavfs</string>
20	<key>CFBundleGetInfoString</key>
21	<string></string>
22	<key>CFBundleIconFile</key>
23	<string></string>
24	<key>CFBundleIdentifier</key>
25	<string>com.apple.WebDAVFS</string>
26	<key>CFBundleInfoDictionaryVersion</key>
27	<string>6.0</string>
28	<key>CFBundleName</key>
29	<string>webdav</string>
30	<key>CFBundlePackageType</key>
31	<string>fs</string>
32	<key>CFBundleShortVersionString</key>
33	<string>$WEBDAVFS_BUNDLE_VERSION</string>
34	<key>CFBundleSignature</key>
35	<string>????</string>
36	<key>CFBundleVersion</key>
37	<string>$WEBDAVFS_BUNDLE_VERSION</string>
38	<key>FSPersonalities</key>
39	<dict>
40		<key>WebDAV</key>
41		<dict>
42			<key>FSName</key>
43			<string>WebDAV</string>
44			<key>FSSubType</key>
45			<integer>0</integer>
46		</dict>
47		<key>WebDAV (Secure)</key>
48		<dict>
49			<key>FSName</key>
50			<string>WebDAV (Secure)</string>
51			<key>FSSubType</key>
52			<integer>1</integer>
53		</dict>
54	</dict>
55</dict>
56</plist>
57