Re: define UTI in QuickLook plugin
Re: define UTI in QuickLook plugin
- Subject: Re: define UTI in QuickLook plugin
- From: Georg Seifert <email@hidden>
- Date: Mon, 25 May 2009 17:48:57 +0200
Am 25.05.2009 um 16:58 schrieb Sean McBride:
On 5/25/09 4:21 PM, Georg Seifert said:
I have a QuickLook Plugin for a file format without a defined UTI,
but
has a defined fileType - the program is very carbonish. The developer
promised to export the UTI in the next version but this will take
another year or so).
For now I use the dynamic UTI. This works so far. How save it is to
use the dynamic UTIs.
But, is there any way to define the UTI from within my QuickLook
plugin?
Don't use a dynamic UTI. You should add a proper UTI declaration to
your QL Plugin's Info.plist. Declare it in
UTImportedTypeDeclarations.
Make sure it matches what the other app will use.
I did tried this earlier and it didn’t worked – until now that I tried
it again.
Thanks for your reply.
Georg_______________________________________________
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