aboutsummaryrefslogtreecommitdiff
path: root/Info.plist
blob: ea5effd0f9aea7890ac10ba4ad8ae049ef0ec51e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?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>Liquid Glass 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>Liquid Glass Bezel Interface</string>
	<key>CFBundlePackageType</key>
	<string>BNDL</string>
	<key>CFBundleShortVersionString</key>
	<string>$(MARKETING_VERSION)</string>
	<key>CFBundleVersion</key>
	<string>19</string>
	<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>The classic Bezel Quicksilver interface, but now in liquid glass.</string>
		<key>extendedDescription</key>
		<string>&lt;h2&gt;Liquid Glass Bezel Interface&lt;/h2&gt;
&lt;p&gt;The classic Bezel Quicksilver interface, but now in liquid glass.&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 Liquid Glass 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>QSCommandInterfaceControllers</key>
		<dict>
			<key>Liquid Glass Bezel</key>
			<string>BBLiquidGlassBezelInterface</string>
		</dict>
		<key>QSPreferencePanes</key>
		<dict>
			<key>BBLiquidGlassBezelPrefs</key>
			<dict>
				<key>class</key>
				<string>BBLiquidGlassBezelPrefs</string>
				<key>description</key>
				<string>Liquid Glass Bezel interface preferences</string>
				<key>icon</key>
				<string></string>
				<key>name</key>
				<string>Liquid Glass Bezel</string>
				<key>nibBundle</key>
				<string>pizza.unlimited.Liquid-Glass-Bezel</string>
				<key>nibName</key>
				<string>BBLiquidGlassBezelPrefs</string>
				<key>type</key>
				<string>hidden</string>
			</dict>
		</dict>
	</dict>
	<key>QSRequirements</key>
	<dict>
		<key>minHostVersion</key>
		<string>4039</string>
		<key>version</key>
		<string>4001</string>
	</dict>
</dict>
</plist>