Created
October 25, 2019 01:12
-
-
Save pureugong/1716c295534448cebde15baf5a2eef1f to your computer and use it in GitHub Desktop.
List of URL Scheme Mappings for Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1. dump of the Launch Services database | |
| # ref: https://stackoverflow.com/questions/29614303/list-of-url-scheme-mappings-for-apple-mac-and-or-iphone | |
| /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -dump | |
| # 2. the alternative way | |
| # ref: https://superuser.com/questions/548119/how-do-i-configure-custom-url-handlers-on-os-x/548122#548122 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment