|
|
@@ -452,6 +452,10 @@
|
|
|
DD32CF9E2CC824C5003686D6 /* TrioRemoteControl+Override.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD32CF9D2CC824C2003686D6 /* TrioRemoteControl+Override.swift */; };
|
|
|
DD32CFA02CC824D6003686D6 /* TrioRemoteControl+APNS.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD32CF9F2CC824D3003686D6 /* TrioRemoteControl+APNS.swift */; };
|
|
|
DD32CFA22CC824E2003686D6 /* TrioRemoteControl+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD32CFA12CC824E1003686D6 /* TrioRemoteControl+Helpers.swift */; };
|
|
|
+ DD3A3CE32D29C49500AE478E /* NavigationState.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD3A3CE22D29C49500AE478E /* NavigationState.swift */; };
|
|
|
+ DD3A3CE72D29C93F00AE478E /* Helper+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD3A3CE62D29C93F00AE478E /* Helper+Extensions.swift */; };
|
|
|
+ DD3A3CE92D29C97800AE478E /* WatchOSButtonStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD3A3CE82D29C97800AE478E /* WatchOSButtonStyle.swift */; };
|
|
|
+ DD3A3CEB2D29C9AB00AE478E /* PressableIconButtonStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD3A3CEA2D29C9AB00AE478E /* PressableIconButtonStyle.swift */; };
|
|
|
DD5DC9F12CF3D97C00AB8703 /* AdjustmentsStateModel+Overrides.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD5DC9F02CF3D96E00AB8703 /* AdjustmentsStateModel+Overrides.swift */; };
|
|
|
DD5DC9F32CF3D9DD00AB8703 /* AdjustmentsStateModel+TempTargets.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD5DC9F22CF3D9D600AB8703 /* AdjustmentsStateModel+TempTargets.swift */; };
|
|
|
DD5DC9F72CF3DA9300AB8703 /* TargetPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD5DC9F62CF3DA9300AB8703 /* TargetPicker.swift */; };
|
|
|
@@ -1165,6 +1169,10 @@
|
|
|
DD32CF9D2CC824C2003686D6 /* TrioRemoteControl+Override.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TrioRemoteControl+Override.swift"; sourceTree = "<group>"; };
|
|
|
DD32CF9F2CC824D3003686D6 /* TrioRemoteControl+APNS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TrioRemoteControl+APNS.swift"; sourceTree = "<group>"; };
|
|
|
DD32CFA12CC824E1003686D6 /* TrioRemoteControl+Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TrioRemoteControl+Helpers.swift"; sourceTree = "<group>"; };
|
|
|
+ DD3A3CE22D29C49500AE478E /* NavigationState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigationState.swift; sourceTree = "<group>"; };
|
|
|
+ DD3A3CE62D29C93F00AE478E /* Helper+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Helper+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
+ DD3A3CE82D29C97800AE478E /* WatchOSButtonStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchOSButtonStyle.swift; sourceTree = "<group>"; };
|
|
|
+ DD3A3CEA2D29C9AB00AE478E /* PressableIconButtonStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PressableIconButtonStyle.swift; sourceTree = "<group>"; };
|
|
|
DD5DC9F02CF3D96E00AB8703 /* AdjustmentsStateModel+Overrides.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AdjustmentsStateModel+Overrides.swift"; sourceTree = "<group>"; };
|
|
|
DD5DC9F22CF3D9D600AB8703 /* AdjustmentsStateModel+TempTargets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AdjustmentsStateModel+TempTargets.swift"; sourceTree = "<group>"; };
|
|
|
DD5DC9F62CF3DA9300AB8703 /* TargetPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TargetPicker.swift; sourceTree = "<group>"; };
|
|
|
@@ -2523,6 +2531,10 @@
|
|
|
BDFF7A9C2D25FA730016C40C /* Trio Watch App Extension */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ DD3A3CEA2D29C9AB00AE478E /* PressableIconButtonStyle.swift */,
|
|
|
+ DD3A3CE82D29C97800AE478E /* WatchOSButtonStyle.swift */,
|
|
|
+ DD3A3CE62D29C93F00AE478E /* Helper+Extensions.swift */,
|
|
|
+ DD3A3CE22D29C49500AE478E /* NavigationState.swift */,
|
|
|
BDA25F1A2D26BCE800035F34 /* Views */,
|
|
|
BDA25EE52D260D5800035F34 /* WatchState.swift */,
|
|
|
BDFF7A9E2D25FA970016C40C /* Preview Content */,
|
|
|
@@ -3975,6 +3987,7 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
BDA25F222D26D62800035F34 /* BolusInputView.swift in Sources */,
|
|
|
+ DD3A3CE32D29C49500AE478E /* NavigationState.swift in Sources */,
|
|
|
BDFF7A882D25F97D0016C40C /* TrioMainWatchView.swift in Sources */,
|
|
|
BDA25F202D26D5FE00035F34 /* CarbsInputView.swift in Sources */,
|
|
|
BDA25F1C2D26BD0700035F34 /* TrendShape.swift in Sources */,
|
|
|
@@ -3983,10 +3996,13 @@
|
|
|
BD54A95C2D2808A300F9C1EE /* OverridePresetWatch.swift in Sources */,
|
|
|
BD54A9592D27FB7800F9C1EE /* OverridePresetsView.swift in Sources */,
|
|
|
BDA25F1E2D26D5DD00035F34 /* GlucoseChartView.swift in Sources */,
|
|
|
+ DD3A3CEB2D29C9AB00AE478E /* PressableIconButtonStyle.swift in Sources */,
|
|
|
DD6F63CC2D27F615007D94CF /* TreatmentMenuView.swift in Sources */,
|
|
|
+ DD3A3CE72D29C93F00AE478E /* Helper+Extensions.swift in Sources */,
|
|
|
DD246F062D2836AA0027DDE0 /* GlucoseTrendView.swift in Sources */,
|
|
|
DD8262CB2D289297009F6F62 /* BolusConfirmationView.swift in Sources */,
|
|
|
BD54A9712D281A8100F9C1EE /* TempTargetPresetsView.swift in Sources */,
|
|
|
+ DD3A3CE92D29C97800AE478E /* WatchOSButtonStyle.swift in Sources */,
|
|
|
BDA25EE62D260D5E00035F34 /* WatchState.swift in Sources */,
|
|
|
BD04ECCE2D29952A008C5FEB /* BolusProgressOverlay.swift in Sources */,
|
|
|
);
|