From 210c254298fc6bb19bd26d7ee4167e45baf97679 Mon Sep 17 00:00:00 2001 From: Millian Lamiaux Date: Sat, 4 Jul 2026 18:15:11 +0200 Subject: [PATCH] fix: scope shared model sources to TabataGoWidget only 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. --- tabatago-swift/project.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tabatago-swift/project.yml b/tabatago-swift/project.yml index 150c4b7..01818c0 100644 --- a/tabatago-swift/project.yml +++ b/tabatago-swift/project.yml @@ -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: