WIP
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
1CF65A832A42347D0042FFBD /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CF65A822A42347D0042FFBD /* Extensions.swift */; };
|
||||
1CF65A852A43E8060042FFBD /* CompletedWorkout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CF65A842A43E8060042FFBD /* CompletedWorkout.swift */; };
|
||||
1CF65A872A4400E10042FFBD /* ToDo in Resources */ = {isa = PBXBuildFile; fileRef = 1CF65A862A4400E10042FFBD /* ToDo */; };
|
||||
1CF65A8E2A44B78B0042FFBD /* CompletedWorkoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CF65A8D2A44B78B0042FFBD /* CompletedWorkoutView.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -83,6 +84,7 @@
|
||||
1CF65A822A42347D0042FFBD /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
|
||||
1CF65A842A43E8060042FFBD /* CompletedWorkout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompletedWorkout.swift; sourceTree = "<group>"; };
|
||||
1CF65A862A4400E10042FFBD /* ToDo */ = {isa = PBXFileReference; lastKnownFileType = text; path = ToDo; sourceTree = "<group>"; };
|
||||
1CF65A8D2A44B78B0042FFBD /* CompletedWorkoutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompletedWorkoutView.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -122,6 +124,7 @@
|
||||
1CF65A272A3972840042FFBD /* Persistence.swift */,
|
||||
1CF65A4F2A3A1EA90042FFBD /* BridgeModule.swift */,
|
||||
1CF65A3F2A3973840042FFBD /* Views */,
|
||||
1CF65A8B2A44B7590042FFBD /* AccountView */,
|
||||
1CF65A3E2A39737D0042FFBD /* APIModels */,
|
||||
1CF65A3D2A3973760042FFBD /* Network */,
|
||||
1CF65A2E2A3972850042FFBD /* Assets.xcassets */,
|
||||
@@ -171,12 +174,11 @@
|
||||
children = (
|
||||
1CF65A2C2A3972840042FFBD /* MainView.swift */,
|
||||
1CF65A3B2A3972CE0042FFBD /* ExternalWorkoutDetailView.swift */,
|
||||
1CF65A622A3BF6A30042FFBD /* AllWorkoutsView.swift */,
|
||||
1CF65A4B2A39FDA20042FFBD /* WorkoutDetailView.swift */,
|
||||
1CF65A4D2A39FF200042FFBD /* WorkoutDetailViewModel.swift */,
|
||||
1CF65A6C2A3F60100042FFBD /* CreateWorkoutViews */,
|
||||
1CF65A602A3BF6020042FFBD /* AddExerciseView.swift */,
|
||||
1CF65A682A3C018F0042FFBD /* AccountView.swift */,
|
||||
1CF65A8A2A44B74D0042FFBD /* AddExercise */,
|
||||
1CF65A892A44B7390042FFBD /* AllWorkouts */,
|
||||
1CF65A8C2A44B7680042FFBD /* CompletedWorkout */,
|
||||
1CF65A6C2A3F60100042FFBD /* CreateWorkout */,
|
||||
1CF65A882A44B7290042FFBD /* WorkoutDetail */,
|
||||
);
|
||||
path = Views;
|
||||
sourceTree = "<group>";
|
||||
@@ -193,7 +195,7 @@
|
||||
path = JSON;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1CF65A6C2A3F60100042FFBD /* CreateWorkoutViews */ = {
|
||||
1CF65A6C2A3F60100042FFBD /* CreateWorkout */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1CF65A6D2A3F60480042FFBD /* CreateViewModels.swift */,
|
||||
@@ -201,7 +203,48 @@
|
||||
1CF65A722A3F60D20042FFBD /* CreateExerciseActionsView.swift */,
|
||||
1CF65A7A2A3F83440042FFBD /* CreateWorkoutSupersetActionsView.swift */,
|
||||
);
|
||||
path = CreateWorkoutViews;
|
||||
path = CreateWorkout;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1CF65A882A44B7290042FFBD /* WorkoutDetail */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1CF65A4B2A39FDA20042FFBD /* WorkoutDetailView.swift */,
|
||||
1CF65A4D2A39FF200042FFBD /* WorkoutDetailViewModel.swift */,
|
||||
);
|
||||
path = WorkoutDetail;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1CF65A892A44B7390042FFBD /* AllWorkouts */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1CF65A622A3BF6A30042FFBD /* AllWorkoutsView.swift */,
|
||||
);
|
||||
path = AllWorkouts;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1CF65A8A2A44B74D0042FFBD /* AddExercise */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1CF65A602A3BF6020042FFBD /* AddExerciseView.swift */,
|
||||
);
|
||||
path = AddExercise;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1CF65A8B2A44B7590042FFBD /* AccountView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1CF65A682A3C018F0042FFBD /* AccountView.swift */,
|
||||
);
|
||||
path = AccountView;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1CF65A8C2A44B7680042FFBD /* CompletedWorkout */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1CF65A8D2A44B78B0042FFBD /* CompletedWorkoutView.swift */,
|
||||
);
|
||||
path = CompletedWorkout;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
@@ -295,6 +338,7 @@
|
||||
1CF65A852A43E8060042FFBD /* CompletedWorkout.swift in Sources */,
|
||||
1CF65A6E2A3F60480042FFBD /* CreateViewModels.swift in Sources */,
|
||||
1CF65A4C2A39FDA20042FFBD /* WorkoutDetailView.swift in Sources */,
|
||||
1CF65A8E2A44B78B0042FFBD /* CompletedWorkoutView.swift in Sources */,
|
||||
1CF65A432A39FB410042FFBD /* Workout.swift in Sources */,
|
||||
1CF65A502A3A1EA90042FFBD /* BridgeModule.swift in Sources */,
|
||||
1CF65A592A3BF4B60042FFBD /* Muscle.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user