From d6a9948382f6867610829bd8f5877c844a6281a9 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 14 Sep 2025 12:06:09 +0200 Subject: Add documentation --- Documentation.mdown | 12 ++++++++++++ Liquid Glass Bezel.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 Documentation.mdown diff --git a/Documentation.mdown b/Documentation.mdown new file mode 100644 index 0000000..d95e67d --- /dev/null +++ b/Documentation.mdown @@ -0,0 +1,12 @@ +## Liquid Glass Bezel Plugin + +A UI that takes inspiration from the default Bezel view, and then sticks some +liquid glass in there. It swaps some of the built-in icons for SF Symbols, and +allows you to use the color settings to tint icons and glass. + +### Features + +* You can choose between regular or clear glass. +* Use it without tinting, which follows the system theme (works better with regular glass). +* Use it with tinting and customize text and background (I like it with clear glass). +* Some built-in icons are replaced with SF symbols that use the highlight and text color. diff --git a/Liquid Glass Bezel.xcodeproj/project.pbxproj b/Liquid Glass Bezel.xcodeproj/project.pbxproj index 46f83e6..4dcdf44 100644 --- a/Liquid Glass Bezel.xcodeproj/project.pbxproj +++ b/Liquid Glass Bezel.xcodeproj/project.pbxproj @@ -298,13 +298,13 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEAD_CODE_STRIPPING = YES; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = S68NHQVJXW; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 26; - MARKETING_VERSION = 1.0.0; + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = "pizza.unlimited.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "Liquid Glass Bezel"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -323,13 +323,13 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEAD_CODE_STRIPPING = YES; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = S68NHQVJXW; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 26; - MARKETING_VERSION = 1.0.0; + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = "pizza.unlimited.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "Liquid Glass Bezel"; PROVISIONING_PROFILE_SPECIFIER = ""; -- cgit