I'm working on an AppleScript that handles URLs. There's a command one can give which re-creates the list that Safari shows to change the default web browser.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you have added the appropriate entries in your application's Info.plist for the document and URL types, you should be able to just (re)register the application with Launch Services (Safari will also need to be restarted). For Snow Leopard and Lion, the Terminal command would be:
You can also reset the Launch Services database (see the lsregister help) or use a utility such as TinkerTool. |
|||
|
|