Kyle,

I only have one UTI definition:

com.identityfinder.identityfinderenterpriseedition.idfvault

I followed the pattern:

com.<companyName>.<productName>.<documentExtension>

And it matches what I have for the file name extension. Is that correct?

Here's the entire plist:

<plist version="1.0">
<array>
    <dict>
        <key>CFBundleTypeExtensions</key>
        <array>
            <string>idfvault</string>
        </array>
        <key>CFBundleTypeIconFile</key>
        <string>idfvault.icns</string>
        <key>CFBundleTypeMIMETypes</key>
        <array>
            <string>application/idfvault</string>
        </array>
        <key>CFBundleTypeName</key>
        <string>Identity Finder File Vault</string>
        <key>CFBundleTypeOSTypes</key>
        <array>
            <string>fold</string>
            <string>IDFV</string>
        </array>
        <key>CFBundleTypeRole</key>
        <string>Editor</string>
        <key>LSItemContentTypes</key>
        <array>
            
<string>com.identityfinder.identityfinderenterpriseedition.idfvault</string>
        </array>
        <key>LSTypeIsPackage</key>
        <false/>
        <key>NSPersistentStoreTypeKey</key>
        <string>Binary</string>
    </dict>
</array>
</plist>

On 7/2/09 12:27 PM, "Kyle Sluder" <[email protected]> wrote:

> On Thu, Jul 2, 2009 at 7:06 AM, Michael
> Domino<[email protected]> wrote:
>> I¹ve set up my app with a document type (see below), moved the app to
>> Applications, logged out, logged back in, created a document of this type,
>> but the setting the doc¹s icon and association with my app does not occur
>> automatically, only when I manually do Get Info and set it. What am I
>> missing here? Is there a function I should be calling to make this happen
>> when the file is created?
> 
> Where are your UTI definitions?
> 
> --Kyle Sluder

-- 
Michael Domino
[email protected]


_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to