-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
feat: add Icon Composer #223157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add Icon Composer #223157
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's a working livecheck
livecheck do
url :url
strategy :extract_plist do |items|
items["com.apple.IconComposer"]&.short_version
end
end
- Apple app to create Liquid Glass icons - see: https://developer.apple.com/icon-composer/
6ddae5a
to
a1988cd
Compare
The audit failure here is a "false positive" - Apple has a special case for their own software that doesn't require the same codesigning steps as any others. |
Yeah, I figured it was either that or something to do with this being in beta and perhaps only working on macOS 26 (haven't tested on older macOS versions). |
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>
worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully.brew uninstall --cask <cask>
worked successfully.Unsure if this counts as beta software and should therefore not be included here. Also not sure I caught everything for the
zap
stanza.