]> git.r.bdr.sh - rbdr/Flat-Bezel.qsplugin/blame - Info.plist
Prep version 1.1.0
[rbdr/Flat-Bezel.qsplugin] / Info.plist
CommitLineData
5200836d
RBR
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDisplayName</key>
8 <string>Flat Bezel Interface</string>
9 <key>CFBundleExecutable</key>
10 <string>${EXECUTABLE_NAME}</string>
11 <key>CFBundleIdentifier</key>
12 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundleName</key>
16 <string>Flat Bezel Interface</string>
17 <key>CFBundlePackageType</key>
18 <string>BNDL</string>
19 <key>CFBundleShortVersionString</key>
80583e8f 20 <string>$(MARKETING_VERSION)</string>
5200836d 21 <key>CFBundleVersion</key>
0b613692 22 <string>19</string>
5200836d
RBR
23 <key>QSPlugIn</key>
24 <dict>
25 <key>author</key>
26 <string>Ruben Beltran del Rio</string>
27 <key>categories</key>
28 <array>
29 <string>Interfaces</string>
30 </array>
31 <key>description</key>
32 <string>A new take on the Bezel Interface, using a flatter look.</string>
33 <key>extendedDescription</key>
34 <string>&lt;h2&gt;Flat Bezel Interface&lt;/h2&gt;
35&lt;p&gt;A new take on the Bezel Interface, using a flatter look.&lt;/p&gt;
36&lt;h3&gt;Colors&lt;/h3&gt;
6c2cdbc5 37&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;
5200836d
RBR
38
39
40&lt;h3&gt;Credits&lt;/h3&gt;
41
6c2cdbc5 42This 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>
5200836d
RBR
43 </dict>
44 <key>QSRegistration</key>
45 <dict>
6c2cdbc5
RBR
46 <key>QSCommandInterfaceControllers</key>
47 <dict>
48 <key>Flat Bezel</key>
49 <string>BBFlatBezelInterface</string>
50 </dict>
5200836d
RBR
51 <key>QSPreferencePanes</key>
52 <dict>
53 <key>BBFlatBezelPrefs</key>
54 <dict>
55 <key>class</key>
56 <string>BBFlatBezelPrefs</string>
57 <key>description</key>
58 <string>Flat Bezel interface preferences</string>
59 <key>icon</key>
60 <string></string>
61 <key>name</key>
62 <string>Flat Bezel</string>
63 <key>nibBundle</key>
64 <string>pizza.unlimited.Flat-Bezel</string>
65 <key>nibName</key>
66 <string>BBFlatBezelPrefs</string>
67 <key>type</key>
68 <string>hidden</string>
69 </dict>
70 </dict>
6c2cdbc5
RBR
71 </dict>
72 <key>QSRequirements</key>
73 <dict>
74 <key>minHostVersion</key>
75 <string>4039</string>
76 <key>version</key>
77 <string>4001</string>
5200836d
RBR
78 </dict>
79</dict>
80</plist>