diff options
| author | Christian Cleberg <[email protected]> | 2026-07-16 23:49:32 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-07-16 23:49:32 -0500 |
| commit | 20d2eaf9da95f2ccc82413c9fa02e8b0f39af575 (patch) | |
| tree | 164b4ad3926578f03397a3d2aa4c5ca5e4d9e722 /DomainDig/Info.plist | |
| parent | d8195992e519343d6d8ff7fb17aa98358800d913 (diff) | |
| download | domain-dig-20d2eaf9da95f2ccc82413c9fa02e8b0f39af575.tar.gz domain-dig-20d2eaf9da95f2ccc82413c9fa02e8b0f39af575.tar.bz2 domain-dig-20d2eaf9da95f2ccc82413c9fa02e8b0f39af575.zip | |
DomainDig v4.5.0: Add App Intents, Shortcuts, and a domaindig:// deep link
- Add InspectDomainIntent that runs the headless inspection pipeline and
returns a summary for Shortcuts, Spotlight, the Action button, and Siri
- Add AddToWatchlistIntent that opens the app and tracks a domain through the
existing premium-checked path via an in-process router
- Register the domaindig:// URL scheme with inspect/watch deep links routed in
RootTabView (onOpenURL)
- Expose both intents through DomainDigShortcuts (AppShortcutsProvider)
- Bump AppVersion/marketing version to 4.5.0 and build number to 37
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> |
