Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow registration of link handers handled by other application #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BeckerWdf
Copy link
Contributor

Let's try if we can also "take over" link hander registration from other applications on macOS like we can on Windows.

@BeckerWdf
Copy link
Contributor Author

Unfortunately this does not work.
If you simply modify the .plist file of your application an register it in the launch system database this does not help because the other application is still registered.
One would have to (at least) unregister the other application and register your own application.

@BeckerWdf
Copy link
Contributor Author

One would have to (at least) unregister the other application and register your own application.

And it's possible that when you unregister another application that there's yet another app that also has the uri scheme registered.
So opening the preference page would show yet another "other application" that handles the uri scheme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant