Re: Problem getting import UTI recognised
Re: Problem getting import UTI recognised
- Subject: Re: Problem getting import UTI recognised
- From: Kyle Sluder <email@hidden>
- Date: Thu, 16 Oct 2014 08:25:50 -0700
On Oct 16, 2014, at 4:07 AM, Graham Cox <email@hidden> wrote:
>
> <?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">
> <array>
I’m assuming this is a snippet extracted from your actual Info.plist.
> <dict>
> <key>UTTypeConformsTo</key>
> <array>
> <string>public.content</string>
> </array>
You’re not conforming to any physical types. You probably want to conform to public.data as well as public.content.
Also, can you provide your CFBundleDocumentTypes array? Most of those keys have been supplanted by the UTI declaration, but you still need that to connect the UTI to an NSDocument subclass.
--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