Re-targetting URL Handler in users' systems

2012-07-14 Thread Jerry Krinock
I have an app in the field which handles a url. I mean, it has one of these in its Info.plist… keyCFBundleURLTypes/key array dict keyCFBundleURLSchemes/key array stringmyapp/string /array

Re: Re-targetting URL Handler in users' systems

2012-07-14 Thread Jeff Johnson
Use the LSRegisterURL() function in Launch Services. -Jeff On Jul 14, 2012, at 7:20 AM, Jerry Krinock wrote: I have an app in the field which handles a url. I mean, it has one of these in its Info.plist… keyCFBundleURLTypes/key array dict

Re: Re-targetting URL Handler in users' systems

2012-07-14 Thread Jerry Krinock
On 2012 Jul 14, at 06:42, Jeff Johnson wrote: Use the LSRegisterURL() function in Launch Services. Very good! Thank you, Jeff. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the