diff options
Diffstat (limited to 'Hotline/Info.plist')
| -rw-r--r-- | Hotline/Info.plist | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Hotline/Info.plist b/Hotline/Info.plist new file mode 100644 index 0000000..8b58335 --- /dev/null +++ b/Hotline/Info.plist @@ -0,0 +1,29 @@ +<?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>CFBundleURLTypes</key> + <array> + <dict> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + <key>CFBundleURLName</key> + <string>co.goodmake.hotline</string> + <key>CFBundleURLSchemes</key> + <array> + <string>hotline</string> + </array> + </dict> + <dict> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + <key>CFBundleURLName</key> + <string>co.goodmake.hotline</string> + <key>CFBundleURLSchemes</key> + <array> + <string>hotlinetracker</string> + </array> + </dict> + </array> +</dict> +</plist> |