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"
This commit is contained in:
Millian Lamiaux
2026-07-04 17:21:33 +02:00
parent 560b056dc9
commit 174f4ebf7a
2 changed files with 35 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>