initial pre-viable version of watch app
This commit is contained in:
@ -47,10 +47,27 @@
|
||||
A45FA0A12E21B3DE00581607 /* Exceptions for "Workouts" folder in "Workouts" target */ = {
|
||||
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
|
||||
membershipExceptions = (
|
||||
_ATTIC_/ContentView_backup.swift,
|
||||
_ATTIC_/ExerciseProgressView_backup.swift,
|
||||
Info.plist,
|
||||
);
|
||||
target = A45FA0902E21B3DD00581607 /* Workouts */;
|
||||
};
|
||||
A45FA2C52E2D3CBD00581607 /* Exceptions for "Workouts" folder in "Worksouts Watch App" target */ = {
|
||||
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
|
||||
membershipExceptions = (
|
||||
_ATTIC_/ContentView_backup.swift,
|
||||
_ATTIC_/ExerciseProgressView_backup.swift,
|
||||
Models/Exercise.swift,
|
||||
Models/Split.swift,
|
||||
Models/Workout.swift,
|
||||
Models/WorkoutLog.swift,
|
||||
Schema/SchemaV1.swift,
|
||||
Views/Common/CheckboxStatus.swift,
|
||||
Views/WorkoutLog/WorkoutStatus.swift,
|
||||
);
|
||||
target = A45FA1F02E27171A00581607 /* Worksouts Watch App */;
|
||||
};
|
||||
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
|
||||
|
||||
/* Begin PBXFileSystemSynchronizedRootGroup section */
|
||||
@ -58,6 +75,7 @@
|
||||
isa = PBXFileSystemSynchronizedRootGroup;
|
||||
exceptions = (
|
||||
A45FA0A12E21B3DE00581607 /* Exceptions for "Workouts" folder in "Workouts" target */,
|
||||
A45FA2C52E2D3CBD00581607 /* Exceptions for "Workouts" folder in "Worksouts Watch App" target */,
|
||||
);
|
||||
path = Workouts;
|
||||
sourceTree = "<group>";
|
||||
@ -94,6 +112,7 @@
|
||||
A45FA0882E21B3DC00581607 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
A45FA2C02E2D3C0900581607 /* Shared Models */,
|
||||
A45FA0932E21B3DD00581607 /* Workouts */,
|
||||
A45FA1F22E27171A00581607 /* Worksouts Watch App */,
|
||||
A45FA0922E21B3DD00581607 /* Products */,
|
||||
@ -109,6 +128,13 @@
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
A45FA2C02E2D3C0900581607 /* Shared Models */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = "Shared Models";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
|
Reference in New Issue
Block a user