diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 12:06:04 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 12:06:04 +0200 |
| commit | 0cc8ac9cc39ce3a1bcc9ea88345d18f17a46cb2a (patch) | |
| tree | 97b0f4e6a38040e73412a0981c43c29b473abcd9 /QuickLook/Info.plist | |
| parent | 8c74a32ef5aade1960b056950e52f2f3273db8c7 (diff) | |
Add QuickLook plugin
Diffstat (limited to 'QuickLook/Info.plist')
| -rw-r--r-- | QuickLook/Info.plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/QuickLook/Info.plist b/QuickLook/Info.plist new file mode 100644 index 0000000..38643ce --- /dev/null +++ b/QuickLook/Info.plist @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>ATSApplicationFontsPath</key> + <string>Fonts</string> + <key>NSExtension</key> + <dict> + <key>NSExtensionAttributes</key> + <dict> + <key>QLIsDataBasedPreview</key> + <false/> + <key>QLSupportedContentTypes</key> + <array> + <string>systems.tranquil.map.wmap</string> + </array> + <key>QLSupportsSearchableItems</key> + <false/> + </dict> + <key>NSExtensionPointIdentifier</key> + <string>com.apple.quicklook.preview</string> + <key>NSExtensionPrincipalClass</key> + <string>$(PRODUCT_MODULE_NAME).PreviewViewController</string> + </dict> +</dict> +</plist> |