QuickLook Plugins
QuickLook Plugins
- Subject: QuickLook Plugins
- From: Steven W Riggins <email@hidden>
- Date: Fri, 16 Nov 2007 11:33:22 -0800
Despite the great docs and template project, I can't get my quicklook
plugin to be recognized.
I have added the following to my app's info.plist:
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeDescription</key>
<string>Sophie Author Book (Bundle)</string>
<key>UTTypeIdentifier</key>
<string>org.sophieproject.sophie.book.author.bundle</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>Spbf</string>
<key>public.filename-extension</key>
<array>
<string>spbf</string>
</array>
</dict>
</dict>
</array>
I have the following in the plist for the qlgenerator:
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>QLGenerator</string>
<key>LSItemContentTypes</key>
<array>
<string>org.sophieproject.sophie.book.author.bundle</string>
</array>
</dict>
</array>
I have copied my app, I have run qlmanage -r, I have set up xcode to
use qlmanage as the active executable, I have changed all of my
filenames to .m to use Objective-C (maybe that is the issue?) but
quicklook never reports my qlgenerator as a type, and nothing ever
gets called.
What voodoo am I missing?
Thanks!
_______________________________________________
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