feat(watchos): AppIcon CoachWatch — prérequis TestFlight

Asset catalog mono-taille 1024 (source resources/icon.png, comme l'app iOS),
ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon. Vérifié: Assets.car + CFBundleIconName
dans l'Info.plist final. Sans icône, l'upload TestFlight est refusé.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sylvain
2026-05-25 19:09:23 +02:00
parent 0bd5d5c5f8
commit ae5ac7ec25
4 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"images" : [
{
"idiom" : "universal",
"platform" : "watchos",
"size" : "1024x1024",
"filename" : "AppIcon-1024.png"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}