|
@@ -413,7 +413,8 @@
|
|
|
DD09D47D2C5986DA003FEA5D /* CalendarEventSettingsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD09D47C2C5986DA003FEA5D /* CalendarEventSettingsProvider.swift */; };
|
|
DD09D47D2C5986DA003FEA5D /* CalendarEventSettingsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD09D47C2C5986DA003FEA5D /* CalendarEventSettingsProvider.swift */; };
|
|
|
DD09D47F2C5986E5003FEA5D /* CalendarEventSettingsStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD09D47E2C5986E5003FEA5D /* CalendarEventSettingsStateModel.swift */; };
|
|
DD09D47F2C5986E5003FEA5D /* CalendarEventSettingsStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD09D47E2C5986E5003FEA5D /* CalendarEventSettingsStateModel.swift */; };
|
|
|
DD09D4822C5986F6003FEA5D /* CalendarEventSettingsRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD09D4812C5986F6003FEA5D /* CalendarEventSettingsRootView.swift */; };
|
|
DD09D4822C5986F6003FEA5D /* CalendarEventSettingsRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD09D4812C5986F6003FEA5D /* CalendarEventSettingsRootView.swift */; };
|
|
|
- DD09D5C72D29EB2F000D82C9 /* Helper+Navigation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD09D5C62D29EB26000D82C9 /* Helper+Navigation.swift */; };
|
|
|
|
|
|
|
+ DD09D5C72D29EB2F000D82C9 /* Helper+Enums.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD09D5C62D29EB26000D82C9 /* Helper+Enums.swift */; };
|
|
|
|
|
+ DD09D5C92D29F3D0000D82C9 /* AcknowledgementPendingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD09D5C82D29F3D0000D82C9 /* AcknowledgementPendingView.swift */; };
|
|
|
DD1745132C54169400211FAC /* DevicesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1745122C54169400211FAC /* DevicesView.swift */; };
|
|
DD1745132C54169400211FAC /* DevicesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1745122C54169400211FAC /* DevicesView.swift */; };
|
|
|
DD1745152C54388A00211FAC /* TherapySettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1745142C54388A00211FAC /* TherapySettingsView.swift */; };
|
|
DD1745152C54388A00211FAC /* TherapySettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1745142C54388A00211FAC /* TherapySettingsView.swift */; };
|
|
|
DD1745172C54389F00211FAC /* FeatureSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1745162C54389F00211FAC /* FeatureSettingsView.swift */; };
|
|
DD1745172C54389F00211FAC /* FeatureSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1745162C54389F00211FAC /* FeatureSettingsView.swift */; };
|
|
@@ -1129,7 +1130,8 @@
|
|
|
DD09D47C2C5986DA003FEA5D /* CalendarEventSettingsProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarEventSettingsProvider.swift; sourceTree = "<group>"; };
|
|
DD09D47C2C5986DA003FEA5D /* CalendarEventSettingsProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarEventSettingsProvider.swift; sourceTree = "<group>"; };
|
|
|
DD09D47E2C5986E5003FEA5D /* CalendarEventSettingsStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarEventSettingsStateModel.swift; sourceTree = "<group>"; };
|
|
DD09D47E2C5986E5003FEA5D /* CalendarEventSettingsStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarEventSettingsStateModel.swift; sourceTree = "<group>"; };
|
|
|
DD09D4812C5986F6003FEA5D /* CalendarEventSettingsRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarEventSettingsRootView.swift; sourceTree = "<group>"; };
|
|
DD09D4812C5986F6003FEA5D /* CalendarEventSettingsRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarEventSettingsRootView.swift; sourceTree = "<group>"; };
|
|
|
- DD09D5C62D29EB26000D82C9 /* Helper+Navigation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Helper+Navigation.swift"; sourceTree = "<group>"; };
|
|
|
|
|
|
|
+ DD09D5C62D29EB26000D82C9 /* Helper+Enums.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Helper+Enums.swift"; sourceTree = "<group>"; };
|
|
|
|
|
+ DD09D5C82D29F3D0000D82C9 /* AcknowledgementPendingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcknowledgementPendingView.swift; sourceTree = "<group>"; };
|
|
|
DD1745122C54169400211FAC /* DevicesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DevicesView.swift; sourceTree = "<group>"; };
|
|
DD1745122C54169400211FAC /* DevicesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DevicesView.swift; sourceTree = "<group>"; };
|
|
|
DD1745142C54388A00211FAC /* TherapySettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TherapySettingsView.swift; sourceTree = "<group>"; };
|
|
DD1745142C54388A00211FAC /* TherapySettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TherapySettingsView.swift; sourceTree = "<group>"; };
|
|
|
DD1745162C54389F00211FAC /* FeatureSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureSettingsView.swift; sourceTree = "<group>"; };
|
|
DD1745162C54389F00211FAC /* FeatureSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureSettingsView.swift; sourceTree = "<group>"; };
|
|
@@ -2482,6 +2484,7 @@
|
|
|
BDA25F1A2D26BCE800035F34 /* Views */ = {
|
|
BDA25F1A2D26BCE800035F34 /* Views */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ DD09D5C82D29F3D0000D82C9 /* AcknowledgementPendingView.swift */,
|
|
|
BD04ECCD2D299522008C5FEB /* BolusProgressOverlay.swift */,
|
|
BD04ECCD2D299522008C5FEB /* BolusProgressOverlay.swift */,
|
|
|
DD8262CA2D289297009F6F62 /* BolusConfirmationView.swift */,
|
|
DD8262CA2D289297009F6F62 /* BolusConfirmationView.swift */,
|
|
|
BDA25F212D26D62200035F34 /* BolusInputView.swift */,
|
|
BDA25F212D26D62200035F34 /* BolusInputView.swift */,
|
|
@@ -2832,7 +2835,7 @@
|
|
|
DD3A3CEC2D29CFBA00AE478E /* Helper */ = {
|
|
DD3A3CEC2D29CFBA00AE478E /* Helper */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
- DD09D5C62D29EB26000D82C9 /* Helper+Navigation.swift */,
|
|
|
|
|
|
|
+ DD09D5C62D29EB26000D82C9 /* Helper+Enums.swift */,
|
|
|
DD3A3CE82D29C97800AE478E /* Helper+ButtonStyles.swift */,
|
|
DD3A3CE82D29C97800AE478E /* Helper+ButtonStyles.swift */,
|
|
|
DD3A3CE62D29C93F00AE478E /* Helper+Extensions.swift */,
|
|
DD3A3CE62D29C93F00AE478E /* Helper+Extensions.swift */,
|
|
|
);
|
|
);
|
|
@@ -3996,7 +3999,7 @@
|
|
|
BDA25F202D26D5FE00035F34 /* CarbsInputView.swift in Sources */,
|
|
BDA25F202D26D5FE00035F34 /* CarbsInputView.swift in Sources */,
|
|
|
BDA25F1C2D26BD0700035F34 /* TrendShape.swift in Sources */,
|
|
BDA25F1C2D26BD0700035F34 /* TrendShape.swift in Sources */,
|
|
|
BDFF7A892D25F97D0016C40C /* TrioWatchApp.swift in Sources */,
|
|
BDFF7A892D25F97D0016C40C /* TrioWatchApp.swift in Sources */,
|
|
|
- DD09D5C72D29EB2F000D82C9 /* Helper+Navigation.swift in Sources */,
|
|
|
|
|
|
|
+ DD09D5C72D29EB2F000D82C9 /* Helper+Enums.swift in Sources */,
|
|
|
BD54A9742D281AEF00F9C1EE /* TempTargetPresetWatch.swift in Sources */,
|
|
BD54A9742D281AEF00F9C1EE /* TempTargetPresetWatch.swift in Sources */,
|
|
|
BD54A95C2D2808A300F9C1EE /* OverridePresetWatch.swift in Sources */,
|
|
BD54A95C2D2808A300F9C1EE /* OverridePresetWatch.swift in Sources */,
|
|
|
BD54A9592D27FB7800F9C1EE /* OverridePresetsView.swift in Sources */,
|
|
BD54A9592D27FB7800F9C1EE /* OverridePresetsView.swift in Sources */,
|
|
@@ -4009,6 +4012,7 @@
|
|
|
DD3A3CE92D29C97800AE478E /* Helper+ButtonStyles.swift in Sources */,
|
|
DD3A3CE92D29C97800AE478E /* Helper+ButtonStyles.swift in Sources */,
|
|
|
BDA25EE62D260D5E00035F34 /* WatchState.swift in Sources */,
|
|
BDA25EE62D260D5E00035F34 /* WatchState.swift in Sources */,
|
|
|
BD04ECCE2D29952A008C5FEB /* BolusProgressOverlay.swift in Sources */,
|
|
BD04ECCE2D29952A008C5FEB /* BolusProgressOverlay.swift in Sources */,
|
|
|
|
|
+ DD09D5C92D29F3D0000D82C9 /* AcknowledgementPendingView.swift in Sources */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|