aboutsummaryrefslogtreecommitdiff
path: root/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist78
1 files changed, 78 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist
new file mode 100644
index 0000000..e6b3015
--- /dev/null
+++ b/Info.plist
@@ -0,0 +1,78 @@
+<?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>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleDisplayName</key>
+ <string>Flat Bezel Interface</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Flat Bezel Interface</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>2.0</string>
+ <key>CFBundleVersion</key>
+ <string>6</string>
+ <key>QSRequirements</key>
+ <dict>
+ <key>minHostVersion</key>
+ <string>4039</string>
+ </dict>
+ <key>QSPlugIn</key>
+ <dict>
+ <key>author</key>
+ <string>Ruben Beltran del Rio</string>
+ <key>categories</key>
+ <array>
+ <string>Interfaces</string>
+ </array>
+ <key>description</key>
+ <string>A new take on the Bezel Interface, using a flatter look.</string>
+ <key>extendedDescription</key>
+ <string>&lt;h2&gt;Flat Bezel Interface&lt;/h2&gt;
+&lt;p&gt;A new take on the Bezel Interface, using a flatter look.&lt;/p&gt;
+&lt;h3&gt;Colors&lt;/h3&gt;
+&lt;p&gt;Both light mode and dark mode are supported by this plugin. Choose your color preferences by enabling the Flat Bezel interface in the Appearance preferences, and then clicking the &apos;Customize&apos; button.&lt;/p&gt;
+
+
+&lt;h3&gt;Credits&lt;/h3&gt;
+
+This plugin was created by Ruben Beltran del Río, building on top of the Yosemite interface that was originally built by Mikkel Malmberg (&lt;a href=&quot;https://github.com/mikker/&quot;&gt;@mikker&lt;/a&gt;), and updated by the Patrick Robertson and the Quicksilver Development Team.</string>
+ </dict>
+ <key>QSRegistration</key>
+ <dict>
+ <key>QSPreferencePanes</key>
+ <dict>
+ <key>BBFlatBezelPrefs</key>
+ <dict>
+ <key>class</key>
+ <string>BBFlatBezelPrefs</string>
+ <key>description</key>
+ <string>Flat Bezel interface preferences</string>
+ <key>icon</key>
+ <string></string>
+ <key>name</key>
+ <string>Flat Bezel</string>
+ <key>nibBundle</key>
+ <string>pizza.unlimited.Flat-Bezel</string>
+ <key>nibName</key>
+ <string>BBFlatBezelPrefs</string>
+ <key>type</key>
+ <string>hidden</string>
+ </dict>
+ </dict>
+ <key>QSCommandInterfaceControllers</key>
+ <dict>
+ <key>Flat Bezel</key>
+ <string>BBFlatBezelInterface</string>
+ </dict>
+ </dict>
+</dict>
+</plist>