aboutsummaryrefslogtreecommitdiff
path: root/QuickLook/Info.plist
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-11 12:06:04 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-11 12:06:04 +0200
commit0cc8ac9cc39ce3a1bcc9ea88345d18f17a46cb2a (patch)
tree97b0f4e6a38040e73412a0981c43c29b473abcd9 /QuickLook/Info.plist
parent8c74a32ef5aade1960b056950e52f2f3273db8c7 (diff)
Add QuickLook plugin
Diffstat (limited to 'QuickLook/Info.plist')
-rw-r--r--QuickLook/Info.plist26
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>