• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: File types...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: File types...


  • Subject: Re: File types...
  • From: Kyle Sluder <email@hidden>
  • Date: Tue, 27 Mar 2012 07:50:05 -0700

On Mar 26, 2012, at 11:14 PM, Randy Widell <email@hidden> wrote:

> It is a custom UTI, so, of course, I export it:
>
>    <key>UTExportedTypeDeclarations</key>
>    <array>
>        <dict>
>            <key>UTTypeConformsTo</key>
>            <array>
>                <string>public.database</string>
>            </array>

Not sure this will fix your problem, but you haven't declared conformance to a physical UTI. public.database is purely a functional UTI and does not conform to any physical UTIs.

If your documents are flat files, you need to add public.data to this array; if your documents are packages, you need to add com.apple.package.

See: http://developer.apple.com/library/mac/DOCUMENTATION/FileManagement/Conceptual/understanding_utis/understand_utis_conc/understand_utis_conc.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

  • Follow-Ups:
    • Re: File types...
      • From: Randy Widell <email@hidden>
References: 
 >File types... (From: Randy Widell <email@hidden>)

  • Prev by Date: Example implementation of NSAnimatablePropertyContainer?
  • Next by Date: Re: Question about UIImage, scaling, and UIGraphicsBeginImageContextWithOptions
  • Previous by thread: Re: File types...
  • Next by thread: Re: File types...
  • Index(es):
    • Date
    • Thread