aboutsummaryrefslogtreecommitdiff
path: root/Info.plist
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-02-11 22:26:28 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-02-11 22:26:28 +0100
commit6c2cdbc5ffb3ec1775c25d122751bddc5d205b6a (patch)
treed7690c7d37047b0bcff777ea796cd2ed46f5614f /Info.plist
parent8f25550f0d360a5bba3a9d7d21ee04633320c99c (diff)
Add build files1.0.0
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist28
1 files changed, 15 insertions, 13 deletions
diff --git a/Info.plist b/Info.plist
index 83b3b75..8772ba8 100644
--- a/Info.plist
+++ b/Info.plist
@@ -19,12 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
- <string>1</string>
- <key>QSRequirements</key>
- <dict>
- <key>minHostVersion</key>
- <string>4039</string>
- </dict>
+ <string>18</string>
<key>QSPlugIn</key>
<dict>
<key>author</key>
@@ -39,15 +34,20 @@
<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;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 'Customize' 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>
+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="https://github.com/mikker/"&gt;@mikker&lt;/a&gt;), and updated by the Patrick Robertson and the Quicksilver Development Team.</string>
</dict>
<key>QSRegistration</key>
<dict>
+ <key>QSCommandInterfaceControllers</key>
+ <dict>
+ <key>Flat Bezel</key>
+ <string>BBFlatBezelInterface</string>
+ </dict>
<key>QSPreferencePanes</key>
<dict>
<key>BBFlatBezelPrefs</key>
@@ -68,11 +68,13 @@ This plugin was created by Ruben Beltran del Río, building on top of the Yosemi
<string>hidden</string>
</dict>
</dict>
- <key>QSCommandInterfaceControllers</key>
- <dict>
- <key>Flat Bezel</key>
- <string>BBFlatBezelInterface</string>
- </dict>
+ </dict>
+ <key>QSRequirements</key>
+ <dict>
+ <key>minHostVersion</key>
+ <string>4039</string>
+ <key>version</key>
+ <string>4001</string>
</dict>
</dict>
</plist>