]> git.r.bdr.sh - rbdr/Flat-Bezel.qsplugin/blob - Info.plist
e6b30150af575b23e8873590649e226b5f90eb8d
[rbdr/Flat-Bezel.qsplugin] / Info.plist
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>
20 <string>2.0</string>
21 <key>CFBundleVersion</key>
22 <string>6</string>
23 <key>QSRequirements</key>
24 <dict>
25 <key>minHostVersion</key>
26 <string>4039</string>
27 </dict>
28 <key>QSPlugIn</key>
29 <dict>
30 <key>author</key>
31 <string>Ruben Beltran del Rio</string>
32 <key>categories</key>
33 <array>
34 <string>Interfaces</string>
35 </array>
36 <key>description</key>
37 <string>A new take on the Bezel Interface, using a flatter look.</string>
38 <key>extendedDescription</key>
39 <string>&lt;h2&gt;Flat Bezel Interface&lt;/h2&gt;
40 &lt;p&gt;A new take on the Bezel Interface, using a flatter look.&lt;/p&gt;
41 &lt;h3&gt;Colors&lt;/h3&gt;
42 &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;
43
44
45 &lt;h3&gt;Credits&lt;/h3&gt;
46
47 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>
48 </dict>
49 <key>QSRegistration</key>
50 <dict>
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>
71 <key>QSCommandInterfaceControllers</key>
72 <dict>
73 <key>Flat Bezel</key>
74 <string>BBFlatBezelInterface</string>
75 </dict>
76 </dict>
77 </dict>
78 </plist>