Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions Casks/i/icon-composer.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cask "icon-composer" do
version "1.0"
sha256 :no_check

url "https://developer.apple.com/download/files/icon-composer.dmg"

Check failure on line 5 in Casks/i/icon-composer.rb

View workflow job for this annotation

GitHub Actions / test icon-composer (macos-15, arm)

Signature verification failed: Progress: 1384448/20766720 Progress: 1402197/20819968 Progress: 1421311/20877312 Progress: 1439060/20877312 Progress: 1456810/20877312 Progress: 1475925/20877312 Progress: 1495040/20877312 Progress: 2879488/20877312 Progress: 4263936/20877312 Progress: 5648384/20877312 Progress: 7032832/20877312 Progress: 8417280/20877312 Progress: 9801728/20877312 Progress: 11186177/20877312 Progress: 11429889/21852160 Progress: 11673601/21852160 Progress: 11917313/21852160 Progress: 12161025/21852160 Progress: 13545472/21852160 Progress: 13639680/22228992 Progress: 13733888/22228992 Progress: 13828096/22228992 Progress: 13922304/22228992 Progress: 14056789/23035904 Progress: 15441237/23035904 Progress: 15575722/23035904 Progress: 15710208/23035904 Progress: 15844693/23035904 Progress: 15979178/23035904 Progress: 16113664/23035904 Progress: 17498112/23035904 Progress: 18056806/25829376 Progress: 18615500/25829376 Progress: 19955264/40566784 Progress: 20513959/40566784 Progress: 21072653/40566784 Progress: 21631348/40566784 Progress: 22971112/40566784 Progress: 24310877/40566784 Progress: 25650641/40566784 Progress: 26990406/40566784 Progress: 28330170/40566784 Progress: 29669934/40566784 Progress: 31054382/40566784 Progress: 32394147/40566784 Progress: 33733911/40566784 Progress: 35073676/40566784 Progress: 36413440/40566784 Progress: 37797888/40566784 Progress: 39182336/40566784 Progress: 40566784/40566784 Progress: 40566834/40566784 Scan completed, but failed because the software is not signed by a distributor that meets the system Gatekeeper requirements. macOS on ARM requires software to be signed. Please contact the upstream developer to let them know they should sign and notarize their software.
name "Icon Composer"
desc "Apple tool to create multi-platform icons"
homepage "https://developer.apple.com/icon-composer/"

livecheck do
url :url
strategy :extract_plist do |items|
items["com.apple.IconComposer"]&.short_version
end
end

depends_on macos: ">= :sequoia"

app "Icon Composer.app"

zap trash: [
"~/Library/Application Scripts/com.apple.IconComposer",
"~/Library/Application Scripts/com.apple.IconComposerQuickLookPreviewAppExtension",
"~/Library/Application Scripts/com.apple.IconComposerThumbnailExtension",
]
end
Loading