Skip to content
Discussion options

You must be logged in to vote

The way finicky works is by using a combination of CFBundleURLTypes in Info.plist (example) and https://developer.apple.com/documentation/coreservices/1447760-lssetdefaulthandlerforurlscheme (use in finicky) to set your app as the default (note that this function is deprecated, i'm not sure what it was replaced by). The first part is supported in v1 via the plugin i linked as the example and in v2 by tauri itself (docs yet to be written). There's no api for LSSetDefaultHandlerForURLScheme though so you'll have to do that yourself, maybe this super old crate still works 🤷

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@shinebayar-g
Comment options

@FabianLars
Comment options

Answer selected by shinebayar-g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants