Liquid Glass App Icon for macOS 26 Tahoe#1659
Merged
rxhanson merged 3 commits intorxhanson:mainfrom Oct 31, 2025
Merged
Conversation
Design based on the existing app icon created by Giovanni Maria Cusaro.
Added build setting to use legacy app icon for pre macOS Tahoe builds.
Owner
|
Awesome, thank you!! I'll test things out on an old macOS install and see how that setting works. |
liangyuetian
added a commit
to liangyuetian/Rectangle.For.Windows
that referenced
this pull request
Mar 19, 2026
* Added new Liquid Glass app icon Design based on the existing app icon created by Giovanni Maria Cusaro. * Use legacy app icon for older macOS versions Added build setting to use legacy app icon for pre macOS Tahoe builds. * Added Liquid Glass app icon contribution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I’ve added a Liquid Glass variant of @gmcusaro’s app icon. ✌️
To keep the legacy icon variant for older systems, I’ve used this undocumented build setting
--enable-icon-stack-fallback-generation=disabled(more in the Apple Developer Forums). I don’t have an old macOS system at hand right now, but from tests with my own apps, it should work.