Use the new Icon Composer .icon format. (#4612)

This commit is contained in:
Doug
2025-10-10 20:00:03 +01:00
committed by GitHub
parent a49cc47936
commit 6cf7e90b3b
18 changed files with 200 additions and 44 deletions

View File

@@ -156,7 +156,7 @@ lane :config_nightly do |options|
release_version = get_version_number(target: "ElementX")
Dir.chdir ".." do
sh("swift run tools app-icon-banner Variants/Nightly/Resources/Nightly.xcassets/NightlyAppIcon.appiconset/AppIcon.png --banner-text '#{release_version} (#{build_number})'")
sh("swift run tools app-icon-banner Variants/Nightly/Resources/NightlyAppIcon.icon/Assets/Version.png --banner-text '#{release_version} (#{build_number})'")
end
end