Re: Messed up UTIs in NSDocument-based application

2012-01-13 Thread Michael Thon
What happens if you define two document types? "My Document", Extension: "myext", Identifier: "" "My Document", Extension: "myext", Identifier: "com.mycompany.myext" Although it might be better to use a new extension for the new doc type. On Jan 11, 2012, at 4:26 AM, Donald Ness wrote: > So I re

Re: Messed up UTIs in NSDocument-based application

2012-01-12 Thread Kyle Sluder
On Tue, Jan 10, 2012 at 7:26 PM, Donald Ness wrote: > To recap, I released a document-based application with this: > > Document Types: > 1.) Name: "My Document", Extension: "myext", Identifier: "" > > Exported UTIs: (none) > Imported UTIs: (none) > > And now I have this: > > Document Types: > 1.)

Messed up UTIs in NSDocument-based application

2012-01-12 Thread Donald Ness
So I recently shipped a document based application to the App Store with an unfortunate oversight: the UTI for the main document type was left blank, and wasn't exported. I had a name for it, but the identifier was straight up empty. Everything still worked great, but then I went to add another