How do I configure custom URL handlers on OS X?
- by cwd
I've been reading a lot online about custom URL handlers / custom protocol handlers such as:
Launching External Applications using Custom Protocols under OSX
OS X URL handler to open links to local files
I get that you can tell the system that a particular program is able to handle a certain scheme / protocol with the Info.plist file:
…