On Oct 16, 2012, at 12:04 PM, Patrick Robertson <[email protected]> wrote:
> What you need to do to set the object handler for your object type (I'm > assuming in objectsForEntry: you're creating your own object type by using > [object setPrimaryType:@"my.new.type"] or something similar) > is to create a 'QSObjectHandler' entry in the plist. > > See the iTunes plugin Info.plist for an example This is almost certainly what’s missing. You’ve put the right methods in place, but you need the plist entry to tell the app where to go for those methods. -- Rob McBroom <http://www.skurfer.com/> -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en.
