From d192815915317b650ee0c27a59ea0bab0e9ef088 Mon Sep 17 00:00:00 2001 From: Robin Kutesa Date: Sat, 20 Jun 2026 20:36:40 +0300 Subject: [PATCH] Harden icon pipeline: add ASSETCATALOG_COMPILER_APPICON_NAME to project.yml Previously the setting only existed in the generated pbxproj (where XcodeGen placed it implicitly). Now it's explicit in project.yml so re-running `xcodegen generate` always produces a project that picks up the AppIcon set. Build verified: actool emits AppIcon60x60@2x.png and AppIcon76x76@2x with correct pixel content from the concentric-rings source icon. Co-Authored-By: Claude Sonnet 4.6 --- project.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/project.yml b/project.yml index 9a9a3f8..b25b2f4 100644 --- a/project.yml +++ b/project.yml @@ -46,5 +46,6 @@ targets: # CODE_SIGNING_ALLOWED=NO on the command line and skip signing. CODE_SIGN_STYLE: Automatic DEVELOPMENT_TEAM: "K8BLMMR883" + ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor ENABLE_USER_SCRIPT_SANDBOXING: "YES"