• 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: UIDocument's fileType reports wrong UTI.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UIDocument's fileType reports wrong UTI.


  • Subject: Re: UIDocument's fileType reports wrong UTI.
  • From: Kyle Sluder <email@hidden>
  • Date: Wed, 23 Oct 2013 08:20:15 -0700

> On Oct 23, 2013, at 6:17 AM, Half Activist <email@hidden> wrote:
>
> Here's the Info.plist section
>
> <key>CFBundleDocumentTypes</key>
>    <array>
>        <dict>
>            <key>CFBundleTypeExtensions</key>
>            <array>
>                <string>typeA</string>
>            </array>
>            <key>CFBundleTypeIconFiles</key>
>            <array/>
>            <key>CFBundleTypeName</key>
>            <string>Document Type A</string>
>            <key>LSItemContentTypes</key>
>            <array>
>                <string>com.mycompany.typeA</string>
>            </array>
>        </dict>
>        <dict>
>            <key>CFBundleTypeExtensions</key>
>            <array>
>                <string>typeB</string>
>            </array>
>            <key>CFBundleTypeIconFiles</key>
>            <array/>
>            <key>CFBundleTypeName</key>
>            <string>Document Type B</string>
>            <key>LSItemContentTypes</key>
>            <array>
>                <string>com.mycompany.typeB</string>
>            </array>
>        </dict>
>    </array>

1. Fake info is not useful. Real info only.

2. You left out the most important part—your actual UTI declarations (UTExportedTypeDeclarations).

--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: UIDocument's fileType reports wrong UTI.
      • From: Half Activist <email@hidden>
References: 
 >UIDocument's fileType reports wrong UTI. (From: Half Activist <email@hidden>)
 >Re: UIDocument's fileType reports wrong UTI. (From: Mike Abdullah <email@hidden>)
 >Re: UIDocument's fileType reports wrong UTI. (From: Half Activist <email@hidden>)

  • Prev by Date: Re: UIDocument's fileType reports wrong UTI.
  • Next by Date: Re: UIDocument's fileType reports wrong UTI.
  • Previous by thread: Re: UIDocument's fileType reports wrong UTI.
  • Next by thread: Re: UIDocument's fileType reports wrong UTI.
  • Index(es):
    • Date
    • Thread