aboutsummaryrefslogtreecommitdiff
path: root/QuickLook/Info.plist
diff options
context:
space:
mode:
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>