Created
October 18, 2020 20:15
-
-
Save praeclarum/69082a9df27bbb798cb73ff9010c610e to your computer and use it in GitHub Desktop.
Plist for QL thumbnails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>CFBundleDisplayName</key> | |
<string>iCircuit Thumbnails</string> | |
<key>CFBundleName</key> | |
<string>CircuitThumbs</string> | |
<key>CFBundleIdentifier</key> | |
<string>com.kruegersystems.circuit.thumbs</string> | |
<key>CFBundleDevelopmentRegion</key> | |
<string>en</string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>6.0</string> | |
<key>CFBundlePackageType</key> | |
<string>XPC!</string> | |
<key>CFBundleShortVersionString</key> | |
<string>1.11.2</string> | |
<key>CFBundleVersion</key> | |
<string>111201</string> | |
<key>MinimumOSVersion</key> | |
<string>11.0</string> | |
<key>NSExtension</key> | |
<dict> | |
<key>NSExtensionAttributes</key> | |
<dict> | |
<key>QLSupportedContentTypes</key> | |
<array> | |
<string>com.kruegersystems.circuit</string> | |
</array> | |
</dict> | |
<key>NSExtensionPrincipalClass</key> | |
<string>CircuitThumbnailProvider</string> | |
<key>NSExtensionPointIdentifier</key> | |
<string>com.apple.quicklook.thumbnail</string> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment