Simon Slavin <slavins.delete.these.four.words@[EMAIL PROTECTED] > writes: > I have invented a new kind of URI (don't ask) which looks something like > this: > > <myURIType:resourcestring> > > I need to be able to register my application to handle URIs of this > type. Add a CFBundleURLTypes key to your app's Info.plist. Launch Services will parse it at the same time as it parses the CFBundleDo***entTypes key. Details: <http://developer.apple.com/do***entation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html> sherm-- -- My blog: http://shermspace.blogspot.com Cocoa programming in Perl: http://camelbones.sourceforge.net