Re: LaunchServices/Finder refuses to recognize my NSDocument subclass

2008-11-03 Thread Kyle Sluder
On Mon, Nov 3, 2008 at 10:42 PM, Mark Douma <[EMAIL PROTECTED]> wrote: > Surely to be regarded as a package, you'll need the following somewhere > within there: > >LSTypeIsPackage > Theoretically, this key is only necessary for 10.3. 10.4+ should be

Re: LaunchServices/Finder refuses to recognize my NSDocument subclass

2008-11-03 Thread Mark Douma
On Nov 1, 2008, at 12:12 PM, John Pannell wrote: I'm working on a document-based application, but having trouble getting the Finder to match my document to my application. On disk, the document is a package. I am successfully writing the directory and the contents to disk, and the direc

Re: LaunchServices/Finder refuses to recognize my NSDocument subclass

2008-11-01 Thread Julien Jalon
If your document type is a package, it does not conform to public.data but to com.apple.package. -- Julien On Sat, Nov 1, 2008 at 5:12 PM, John Pannell <[EMAIL PROTECTED]>wrote: > Hi all- > > I'm working on a document-based application, but having trouble getting the > Finder to match my documen

LaunchServices/Finder refuses to recognize my NSDocument subclass

2008-11-01 Thread John Pannell
Hi all- I'm working on a document-based application, but having trouble getting the Finder to match my document to my application. On disk, the document is a package. I am successfully writing the directory and the contents to disk, and the directory is written with the proper extension