Contents

kQLPreviewPropertyBaseBundlePathKey

A path that’s outside of the default security scope for creating a preview.

Declaration

let kQLPreviewPropertyBaseBundlePathKey: CFString!

Discussion

By default, the Quick Look feature only accepts files within the current document bundle. Use kQLPreviewPropertyBaseBundlePathKey to expand the accepted security scope and look at files outside of the current document bundle. The associated value is a path as a CFString.

See Also

Deprecated constants