On Jul 13, 2009, at 6:34 PM, David Blanton wrote:
Maybe I should reformulate my question.I want the Finder to call my QLGenerator whenever it sees a file of type '.pes'.Can someone show me the required info.plist entries?
You need to do two things: 1) declare your type to map .pes files to com.pes.britonleap 2) declare your bundle as QL plugin for com.pes.britonleapIf your earlier post had the entire plist, it looks like you're missing CFBundleDocumentTypes, so there's nothing to associate your plugin with com.pes.britonleap files. Here's a complete example from one of my plugins:
http://code.google.com/p/mactlmgr/source/browse/DVI-qlgenerator/Info.plistCheck `mdls somefile.pes` in Terminal to make sure kMDItemContentType matches your UTI.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com