feat: rename the Icon Composer icon to AppIcon.icon so Xcode 26's asset catalog linker finds the AppIcon.appiconset fallback (the Warmbly name built on Xcode 27 but failed LinkAssetCatalog on the macos-26 runner), and stop truncating the iOS CI build output so failures are diagnosable

This commit is contained in:
Matthew Meszaros
2026-07-11 10:28:36 +02:00
parent 1c76787f24
commit 2d00ff2f69
5 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -341,11 +341,12 @@ jobs:
- name: Build (iOS Simulator, no signing)
run: |
set -o pipefail
xcodebuild build \
-project ios/Warmbly.xcodeproj \
-scheme Warmbly \
-destination 'generic/platform=iOS Simulator' \
CODE_SIGNING_ALLOWED=NO | tail -80; exit "${PIPESTATUS[0]}"
CODE_SIGNING_ALLOWED=NO
security:
name: Security Scan
+2 -2
View File
@@ -263,7 +263,7 @@
WB00000000000000000000F3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = Warmbly;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Warmbly/Warmbly.entitlements;
CODE_SIGN_STYLE = Automatic;
@@ -294,7 +294,7 @@
WB00000000000000000000F4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = Warmbly;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Warmbly/Warmbly.entitlements;
CODE_SIGN_STYLE = Automatic;

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 295 KiB

Before

Width:  |  Height:  |  Size: 291 B

After

Width:  |  Height:  |  Size: 291 B