<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>http</string> <key>CFBundleGetInfoString</key> <string></string> <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> <string>com.apple.URLMount.WebDAVPlugin</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>WebDAV URLMount Plugin</string> <key>CFBundlePackageType</key> <string>BNDL</string> <key>CFBundleShortVersionString</key> <string>$WEBDAVFS_URLMOUNT_PLUGIN_VERSION</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLIconFile</key> <string></string> <key>CFBundleURLName</key> <string>WebDAV</string> <key>CFBundleURLSchemes</key> <array> <string>http</string> <string>https</string> </array> </dict> </array> <key>NetFSMediaType</key> <string>http</string> <key>NetFSFsType</key> <string>webdav</string> <key>CFBundleVersion</key> <string>$WEBDAVFS_URLMOUNT_PLUGIN_VERSION</string> <key>CFPlugInDynamicRegisterFunction</key> <string></string> <key>CFPlugInDynamicRegistration</key> <string>NO</string> <key>CFPlugInFactories</key> <dict> <key>F1821BFB-F659-11D5-AB4B-003065A0E6DE</key> <string>WebDAVURLMounterFactory</string> </dict> <key>CFPlugInTypes</key> <dict> <key>02FE7D14-4E91-481E-946C-CE233C798CC0</key> <array> <string>F1821BFB-F659-11D5-AB4B-003065A0E6DE</string> </array> </dict> </dict> </plist>