On Mon, Dec 5, 2011 at 1:10 PM, C.W. Betts <computer...@hotmail.com> wrote: > I'm trying to use an imported UTI in an application, but it isn't working. > This is the UTI declared in the info.plist file: > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" > "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> > <plist version="1.0"> > <dict> > <key>UTTypeConformsTo</key>
You can't put the UTTypeConformsTo at the root of the Info.plist. It needs to be within a UTImportedTypeDeclarations dictionary key. http://developer.apple.com/library/IOs/#documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com