From 5200836d4b4ca9baf0f578f7a462f27d155abff4 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 8 Feb 2023 16:45:16 +0100 Subject: Initial Commit --- Info.plist | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 Info.plist (limited to 'Info.plist') diff --git a/Info.plist b/Info.plist new file mode 100644 index 0000000..e6b3015 --- /dev/null +++ b/Info.plist @@ -0,0 +1,78 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDisplayName + Flat Bezel Interface + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Flat Bezel Interface + CFBundlePackageType + BNDL + CFBundleShortVersionString + 2.0 + CFBundleVersion + 6 + QSRequirements + + minHostVersion + 4039 + + QSPlugIn + + author + Ruben Beltran del Rio + categories + + Interfaces + + description + A new take on the Bezel Interface, using a flatter look. + extendedDescription + <h2>Flat Bezel Interface</h2> +<p>A new take on the Bezel Interface, using a flatter look.</p> +<h3>Colors</h3> +<p>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.</p> + + +<h3>Credits</h3> + +This plugin was created by Ruben Beltran del Río, building on top of the Yosemite interface that was originally built by Mikkel Malmberg (<a href="https://github.com/mikker/">@mikker</a>), and updated by the Patrick Robertson and the Quicksilver Development Team. + + QSRegistration + + QSPreferencePanes + + BBFlatBezelPrefs + + class + BBFlatBezelPrefs + description + Flat Bezel interface preferences + icon + + name + Flat Bezel + nibBundle + pizza.unlimited.Flat-Bezel + nibName + BBFlatBezelPrefs + type + hidden + + + QSCommandInterfaceControllers + + Flat Bezel + BBFlatBezelInterface + + + + -- cgit