|
|
@@ -202,6 +202,8 @@
|
|
|
38FEF3FC2737E53800574A46 /* MainStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38FEF3FB2737E53800574A46 /* MainStateModel.swift */; };
|
|
|
38FEF3FE2738083E00574A46 /* CGMSettingsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38FEF3FD2738083E00574A46 /* CGMSettingsProvider.swift */; };
|
|
|
38FEF413273B317A00574A46 /* HKUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38FEF412273B317A00574A46 /* HKUnit.swift */; };
|
|
|
+ 3B2F77862D7E52ED005ED9FA /* TDD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F77852D7E52ED005ED9FA /* TDD.swift */; };
|
|
|
+ 3B2F77882D7E5387005ED9FA /* CurrentTDDSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F77872D7E5387005ED9FA /* CurrentTDDSetup.swift */; };
|
|
|
3BAD36B22D7CDC1A00CC298D /* MainLoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BAD36B12D7CDC1400CC298D /* MainLoadingView.swift */; };
|
|
|
3BAD36CC2D7D420E00CC298D /* CoreDataInitializationCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BAD36CB2D7D420500CC298D /* CoreDataInitializationCoordinator.swift */; };
|
|
|
45252C95D220E796FDB3B022 /* ConfigEditorDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8A87AA037BD079BA3528BA /* ConfigEditorDataFlow.swift */; };
|
|
|
@@ -921,6 +923,8 @@
|
|
|
38FEF3FB2737E53800574A46 /* MainStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainStateModel.swift; sourceTree = "<group>"; };
|
|
|
38FEF3FD2738083E00574A46 /* CGMSettingsProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CGMSettingsProvider.swift; sourceTree = "<group>"; };
|
|
|
38FEF412273B317A00574A46 /* HKUnit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HKUnit.swift; sourceTree = "<group>"; };
|
|
|
+ 3B2F77852D7E52ED005ED9FA /* TDD.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TDD.swift; sourceTree = "<group>"; };
|
|
|
+ 3B2F77872D7E5387005ED9FA /* CurrentTDDSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentTDDSetup.swift; sourceTree = "<group>"; };
|
|
|
3BAD36B12D7CDC1400CC298D /* MainLoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainLoadingView.swift; sourceTree = "<group>"; };
|
|
|
3BAD36CB2D7D420500CC298D /* CoreDataInitializationCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataInitializationCoordinator.swift; sourceTree = "<group>"; };
|
|
|
3BDEA2DC60EDE0A3CA54DC73 /* TargetsEditorProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TargetsEditorProvider.swift; sourceTree = "<group>"; };
|
|
|
@@ -2093,7 +2097,7 @@
|
|
|
388E5A5925B6F0250019842D /* Models */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 49249B372D46E76A000F4866 /* TDD.swift */,
|
|
|
+ 3B2F77852D7E52ED005ED9FA /* TDD.swift */,
|
|
|
DD4FFF322D458EE600B6CFF9 /* GarminWatchState.swift */,
|
|
|
DD3078692D42F94000DE0490 /* GarminDevice.swift */,
|
|
|
DD3078672D42F5CE00DE0490 /* WatchGlucoseObject.swift */,
|
|
|
@@ -2416,13 +2420,13 @@
|
|
|
58645B972CA2D16A008AFCE7 /* HomeStateModel+Setup */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 3B2F77872D7E5387005ED9FA /* CurrentTDDSetup.swift */,
|
|
|
BD4E1A7B2D3686D400D21626 /* StartEndMarkerSetup.swift */,
|
|
|
BD4E1A792D3681AD00D21626 /* GlucoseTargetSetup.swift */,
|
|
|
BDA6CC872CAF219800F942F9 /* TempTargetSetup.swift */,
|
|
|
58645B982CA2D1A4008AFCE7 /* GlucoseSetup.swift */,
|
|
|
58645B9A2CA2D24F008AFCE7 /* CarbSetup.swift */,
|
|
|
58645B9C2CA2D275008AFCE7 /* DeterminationSetup.swift */,
|
|
|
- 49249B1B2D46E45E000F4866 /* CurrentTDDSetup.swift */,
|
|
|
58645B9E2CA2D2BE008AFCE7 /* PumpHistorySetup.swift */,
|
|
|
58645BA02CA2D2F8008AFCE7 /* OverrideSetup.swift */,
|
|
|
58645BA22CA2D325008AFCE7 /* BatterySetup.swift */,
|
|
|
@@ -3758,7 +3762,6 @@
|
|
|
38192E04261B82FA0094D973 /* ReachabilityManager.swift in Sources */,
|
|
|
38E44539274E411700EC9A94 /* Disk+UIImage.swift in Sources */,
|
|
|
3BAD36CC2D7D420E00CC298D /* CoreDataInitializationCoordinator.swift in Sources */,
|
|
|
- DD6B7CB62C7B748B00B75029 /* TotalInsulinDisplayType.swift in Sources */,
|
|
|
388E595C25AD948C0019842D /* TrioApp.swift in Sources */,
|
|
|
38FEF3FC2737E53800574A46 /* MainStateModel.swift in Sources */,
|
|
|
DD1745352C55AE7E00211FAC /* TargetBehavoirRootView.swift in Sources */,
|
|
|
@@ -4025,6 +4028,7 @@
|
|
|
DDF847DF2C5C28780049BB3B /* LiveActivitySettingsProvider.swift in Sources */,
|
|
|
DDB37CC52D05048F00D99BF4 /* ContactImageStorage.swift in Sources */,
|
|
|
BD54A95B2D28087C00F9C1EE /* OverridePresetWatch.swift in Sources */,
|
|
|
+ 3B2F77882D7E5387005ED9FA /* CurrentTDDSetup.swift in Sources */,
|
|
|
DBA5254DBB2586C98F61220C /* ISFEditorProvider.swift in Sources */,
|
|
|
BDF34EBE2C0A31D100D51995 /* CustomNotification.swift in Sources */,
|
|
|
BDC2EA472C3045AD00E5BBD0 /* Override.swift in Sources */,
|
|
|
@@ -4050,7 +4054,6 @@
|
|
|
38E44538274E411700EC9A94 /* Disk+[Data].swift in Sources */,
|
|
|
98641AF4F92123DA668AB931 /* CarbRatioEditorRootView.swift in Sources */,
|
|
|
BDF34F902C10CF8C00D51995 /* CoreDataStack.swift in Sources */,
|
|
|
- 49249B1C2D46E45E000F4866 /* CurrentTDDSetup.swift in Sources */,
|
|
|
CEE9A65C2BBB41C800EB5194 /* CalibrationService.swift in Sources */,
|
|
|
110AEDED2C51A0AE00615CC9 /* ShortcutsConfigProvider.swift in Sources */,
|
|
|
38E4453D274E411700EC9A94 /* Disk+Errors.swift in Sources */,
|
|
|
@@ -4068,7 +4071,6 @@
|
|
|
9702FF92A09C53942F20D7EA /* TargetsEditorRootView.swift in Sources */,
|
|
|
1967DFBE29D052C200759F30 /* Icons.swift in Sources */,
|
|
|
DDD163182C4C694000CD525A /* AdjustmentsRootView.swift in Sources */,
|
|
|
- 49249B382D46E76A000F4866 /* TDD.swift in Sources */,
|
|
|
389ECE052601144100D86C4F /* ConcurrentMap.swift in Sources */,
|
|
|
110AEDEC2C51A0AE00615CC9 /* ShortcutsConfigDataFlow.swift in Sources */,
|
|
|
CE7CA3562A064973004BE681 /* StateIntentRequest.swift in Sources */,
|
|
|
@@ -4128,6 +4130,7 @@
|
|
|
38E44534274E411700EC9A94 /* Disk+InternalHelpers.swift in Sources */,
|
|
|
38A00B2325FC2B55006BC0B0 /* LRUCache.swift in Sources */,
|
|
|
DDD163122C4C689900CD525A /* AdjustmentsStateModel.swift in Sources */,
|
|
|
+ 3B2F77862D7E52ED005ED9FA /* TDD.swift in Sources */,
|
|
|
DD1745132C54169400211FAC /* DevicesView.swift in Sources */,
|
|
|
7F7B756BE8543965D9FDF1A2 /* DataTableDataFlow.swift in Sources */,
|
|
|
1D845DF2E3324130E1D95E67 /* DataTableProvider.swift in Sources */,
|