Skip navigation.
 
mlRe: Setting default application for URL scheme
FROM : Nick Zitzmann
DATE : Wed May 14 23:25:29 2008

On May 14, 2008, at 3:16 PM, Ken Thomases wrote:

> Do you really need to set the default handler?  Generally, Mac 
> applications merely advertise that they are capable of handling a 
> given URL scheme and it's left to the user to pick the default 
> handler.  To merely advertise the capability, see the documentation 
> of the CFBundleURLTypes key of the Info.plist file:



That's the best way to do it. However, some programs tend to override 
the user's choices for default URL handlers. I've noticed that the 
Finder, for example, is very adamant about making itself the default 
FTP URL handler.

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlSetting default application for URL scheme Matthew Gertner May 14, 21:16
mlRe: Setting default application for URL scheme Nick Zitzmann May 14, 22:06
mlRe: Setting default application for URL scheme Ken Thomases May 14, 23:16
mlRe: Setting default application for URL scheme Nick Zitzmann May 14, 23:25
mlRe: Setting default application for URL scheme Jens Alfke May 15, 00:23
mlRe: Setting default application for URL scheme Nick Zitzmann May 15, 00:26
mlRe: Setting default application for URL scheme Matthew Gertner May 16, 17:57
mlRe: Setting default application for URL scheme Jens Alfke May 16, 18:27
mlRe: Setting default application for URL scheme Matthew Gertner May 16, 19:05