fix: add missing iOS widget target for Dynamic Island / Live Activities #8

Merged
millianlmx merged 1 commits from fix/dynamic-island-widget-target into main 2026-07-04 17:55:17 +02:00

1 Commits

Author SHA1 Message Date
Millian Lamiaux
174f4ebf7a fix: add missing iOS widget target for Dynamic Island / Live Activities
All checks were successful
CI / Detect Changes (pull_request) Successful in 3s
CI / Admin Web CI (pull_request) Has been skipped
CI / YouTube Worker (pull_request) Has been skipped
CI / Deploy (pull_request) Has been skipped
PR → Build → WiFi/USB Deploy → LGTM / Wait for LGTM comment (pull_request) Successful in 20m49s
PR → Build → WiFi/USB Deploy → LGTM / Build & Deploy to iPhone (WiFi/USB) (pull_request) Successful in 9m11s
The TabataGoWidget code existed on disk but had no corresponding
target in project.yml, so the widget extension was never compiled
or embedded in deployed builds — Dynamic Island never appeared.

Added:
- TabataGoWidget app-extension target (iOS 26.0) with shared models
- Embed dependency in TabataGo target
- Widget in scheme build targets for Xcode discoverability
- Fix CFBundleVersion in Info.plist (1 → 2) to match main app

Config: NSSupportsLiveActivities + FrequentUpdates, correct bundle ID
(fr.millianlmx.tabatago.widget), TARGETED_DEVICE_FAMILY: "1"
2026-07-04 17:21:33 +02:00