kQLThumbnailPropertyBaseBundlePathKey

Static kQLThumbnailPropertyBaseBundlePathKey 

Source
pub unsafe static kQLThumbnailPropertyBaseBundlePathKey: Option<&'static CFString>
👎Deprecated: Use a QLThumbnailReply in a Thumbnail Extension to provide thumbnails for your file types.
Available on crate feature QLGenerator only.
Expand description

Extends the security scope where Quick Look will accept to look at a file. Value is a path as CFString.

Only useful when using QLThumbnailRequestSetImageAtURL() or QLThumbnailRequestSetThumbnailWithURLRepresentation(). By default, Quick Look will only accept files within the current document bundle.

See also Apple’s documentation