diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-14 12:06:09 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-14 12:06:09 +0200 |
| commit | d6a9948382f6867610829bd8f5877c844a6281a9 (patch) | |
| tree | c10ee28f93e3c6678ac783d6dfb70aee22551ef3 | |
| parent | 4750d70541ba518ffb824bca173b455ccbd9ab06 (diff) | |
| -rw-r--r-- | Documentation.mdown | 12 | ||||
| -rw-r--r-- | Liquid Glass Bezel.xcodeproj/project.pbxproj | 8 |
2 files changed, 16 insertions, 4 deletions
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 = ""; |