kQLPreviewPropertyBaseBundlePathKey

Static kQLPreviewPropertyBaseBundlePathKey 

Source
pub unsafe static kQLPreviewPropertyBaseBundlePathKey: Option<&'static CFString>
👎Deprecated: Use a QLPreviewingController in a Preview Extension to provide previews 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 QLPreviewRequestSetURLRepresentation(). By default, Quick Look will only accept files within the current document bundle.

See also Apple’s documentation