Re: Internet Protocol Helper Applications
Re: Internet Protocol Helper Applications
- Subject: Re: Internet Protocol Helper Applications
- From: Manfred Lippert <email@hidden>
- Date: Sun, 27 Oct 2002 11:11:37 +0100
Suppose a new protocol, for example "jamie", was created. What I want
to do is create a cocoa application that is launched when the URL
"jamie:some_arguments" is called.
This can be done with the right entries (CFBundleURLTypes ...) in the
info.plist of your application. Take a look at info.plist in the iCal
package - it registers for "webcal"- and "ical"-URLs.
Another way is to register with InternetConfig. But therefore code must
be executed to register the URL-Type with InternetConfig.
Whereas the information in the info.plist is examined by the Finder
(and then probably registered with LaunchServices).
Regards,
Mani
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.