• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
QuickLook Plugins
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: QuickLook Plugins
      • From: Eric Gorr <email@hidden>
  • Prev by Date: Re: IS-A relationships in core data
  • Next by Date: Re: Best way to save a simple text file?
  • Previous by thread: disable quick look server for files
  • Next by thread: Re: QuickLook Plugins
  • Index(es):
    • Date
    • Thread