diff options
Diffstat (limited to 'DomainDig/Info.plist')
| -rw-r--r-- | DomainDig/Info.plist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/DomainDig/Info.plist b/DomainDig/Info.plist index 5b0e7e6..9e7e3bb 100644 --- a/DomainDig/Info.plist +++ b/DomainDig/Info.plist @@ -10,6 +10,17 @@ <array> <string>net.cleberg.DomainDig.monitor.refresh</string> </array> + <key>CFBundleURLTypes</key> + <array> + <dict> + <key>CFBundleURLName</key> + <string>net.cleberg.DomainDig</string> + <key>CFBundleURLSchemes</key> + <array> + <string>domaindig</string> + </array> + </dict> + </array> <key>CKSharingSupported</key> <true/> <key>UIBackgroundModes</key> |
