Re: UTI not being imported?
Re: UTI not being imported?
- Subject: Re: UTI not being imported?
- From: Kyle Sluder <email@hidden>
- Date: Tue, 06 Dec 2011 11:02:18 -0800
On Mon, Dec 5, 2011 at 1:10 PM, C.W. Betts <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden