On Oct 16, 2014, at 4:07 AM, Graham Cox <graham....@bigpond.com> 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 (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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to