fix(watchos): WKCompanionAppBundleIdentifier — l'app watch refusait de s'installer

Sans cette clé (ou WKWatchOnly), iOS rejette l'install d'une app watch compagnon
(erreur "WKCompanionAppBundleIdentifier missing or malformed"), sur simulateur
comme sur device/TestFlight. Détecté au smoke test simctl install. Pointe vers
le bundle iOS ch.hypnotruck.coach.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sylvain
2026-05-25 18:59:07 +02:00
parent b2e9836b95
commit 1cd96de7c6

View File

@@ -22,6 +22,8 @@
<string>$(CURRENT_PROJECT_VERSION)</string> <string>$(CURRENT_PROJECT_VERSION)</string>
<key>WKApplication</key> <key>WKApplication</key>
<true/> <true/>
<key>WKCompanionAppBundleIdentifier</key>
<string>ch.hypnotruck.coach</string>
<key>WKBackgroundModes</key> <key>WKBackgroundModes</key>
<array> <array>
<string>workout-processing</string> <string>workout-processing</string>