fix: scope shared model sources to TabataGoWidget only
Some checks failed
PR → Build → WiFi/USB Deploy → LGTM / Build & Deploy to iPhone (WiFi/USB) (pull_request) Successful in 2m33s
PR → Build → WiFi/USB Deploy → LGTM / Wait for LGTM comment (pull_request) Failing after 33s
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
Some checks failed
PR → Build → WiFi/USB Deploy → LGTM / Build & Deploy to iPhone (WiFi/USB) (pull_request) Successful in 2m33s
PR → Build → WiFi/USB Deploy → LGTM / Wait for LGTM comment (pull_request) Failing after 33s
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
Previous sed command accidentally injected shared model files into TabataGo, TabataGoWatch, and TabataGoWatchWidget targets, corrupting their YAML structure. Restored all targets; shared files now correctly scoped to TabataGoWidget target only.
This commit is contained in:
@@ -38,8 +38,6 @@ targets:
|
||||
- path: TabataGo
|
||||
excludes:
|
||||
- "**/.DS_Store"
|
||||
- path: TabataGo/Models/WorkoutActivityAttributes.swift
|
||||
- path: TabataGo/Models/MusicActivityAttributes.swift
|
||||
resources:
|
||||
- path: TabataGo/Resources
|
||||
excludes:
|
||||
@@ -100,8 +98,6 @@ targets:
|
||||
- path: TabataGoWatch
|
||||
excludes:
|
||||
- "**/.DS_Store"
|
||||
- path: TabataGo/Models/WorkoutActivityAttributes.swift
|
||||
- path: TabataGo/Models/MusicActivityAttributes.swift
|
||||
- "Resources/Info.plist"
|
||||
- "Complications/**"
|
||||
# Shared protocol types — referenced by both targets
|
||||
@@ -148,8 +144,6 @@ targets:
|
||||
- path: TabataGoWatch/Complications
|
||||
excludes:
|
||||
- "**/.DS_Store"
|
||||
- path: TabataGo/Models/WorkoutActivityAttributes.swift
|
||||
- path: TabataGo/Models/MusicActivityAttributes.swift
|
||||
info:
|
||||
path: TabataGoWatch/Complications/Info.plist
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user