|
|
@@ -473,10 +473,10 @@
|
|
|
DD9ECB722CA9A0BA00AA7C45 /* RemoteControlConfigDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD9ECB6F2CA9A0BA00AA7C45 /* RemoteControlConfigDataFlow.swift */; };
|
|
|
DD9ECB742CA9A0C300AA7C45 /* RemoteControlConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD9ECB732CA9A0C300AA7C45 /* RemoteControlConfig.swift */; };
|
|
|
DDCEBF5B2CC1B76400DF4C36 /* LiveActivity+Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDCEBF5A2CC1B76400DF4C36 /* LiveActivity+Helper.swift */; };
|
|
|
- DDD163122C4C689900CD525A /* OverrideStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD163112C4C689900CD525A /* OverrideStateModel.swift */; };
|
|
|
- DDD163142C4C68D300CD525A /* OverrideProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD163132C4C68D300CD525A /* OverrideProvider.swift */; };
|
|
|
- DDD163162C4C690300CD525A /* OverrideDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD163152C4C690300CD525A /* OverrideDataFlow.swift */; };
|
|
|
- DDD163182C4C694000CD525A /* OverrideRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD163172C4C694000CD525A /* OverrideRootView.swift */; };
|
|
|
+ DDD163122C4C689900CD525A /* AdjustmentsStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD163112C4C689900CD525A /* AdjustmentsStateModel.swift */; };
|
|
|
+ DDD163142C4C68D300CD525A /* AdjustmentsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD163132C4C68D300CD525A /* AdjustmentsProvider.swift */; };
|
|
|
+ DDD163162C4C690300CD525A /* AdjustmentsDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD163152C4C690300CD525A /* AdjustmentsDataFlow.swift */; };
|
|
|
+ DDD163182C4C694000CD525A /* AdjustmentsRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD163172C4C694000CD525A /* AdjustmentsRootView.swift */; };
|
|
|
DDD1631A2C4C695E00CD525A /* EditOverrideForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD163192C4C695E00CD525A /* EditOverrideForm.swift */; };
|
|
|
DDD1631C2C4C697400CD525A /* AddOverrideForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD1631B2C4C697400CD525A /* AddOverrideForm.swift */; };
|
|
|
DDD1631F2C4C6F6900CD525A /* TrioCoreDataPersistentContainer.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = DDD1631D2C4C6F6900CD525A /* TrioCoreDataPersistentContainer.xcdatamodeld */; };
|
|
|
@@ -1156,10 +1156,10 @@
|
|
|
DD9ECB6F2CA9A0BA00AA7C45 /* RemoteControlConfigDataFlow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RemoteControlConfigDataFlow.swift; sourceTree = "<group>"; };
|
|
|
DD9ECB732CA9A0C300AA7C45 /* RemoteControlConfig.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RemoteControlConfig.swift; sourceTree = "<group>"; };
|
|
|
DDCEBF5A2CC1B76400DF4C36 /* LiveActivity+Helper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "LiveActivity+Helper.swift"; sourceTree = "<group>"; };
|
|
|
- DDD163112C4C689900CD525A /* OverrideStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverrideStateModel.swift; sourceTree = "<group>"; };
|
|
|
- DDD163132C4C68D300CD525A /* OverrideProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverrideProvider.swift; sourceTree = "<group>"; };
|
|
|
- DDD163152C4C690300CD525A /* OverrideDataFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverrideDataFlow.swift; sourceTree = "<group>"; };
|
|
|
- DDD163172C4C694000CD525A /* OverrideRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverrideRootView.swift; sourceTree = "<group>"; };
|
|
|
+ DDD163112C4C689900CD525A /* AdjustmentsStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdjustmentsStateModel.swift; sourceTree = "<group>"; };
|
|
|
+ DDD163132C4C68D300CD525A /* AdjustmentsProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdjustmentsProvider.swift; sourceTree = "<group>"; };
|
|
|
+ DDD163152C4C690300CD525A /* AdjustmentsDataFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdjustmentsDataFlow.swift; sourceTree = "<group>"; };
|
|
|
+ DDD163172C4C694000CD525A /* AdjustmentsRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdjustmentsRootView.swift; sourceTree = "<group>"; };
|
|
|
DDD163192C4C695E00CD525A /* EditOverrideForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditOverrideForm.swift; sourceTree = "<group>"; };
|
|
|
DDD1631B2C4C697400CD525A /* AddOverrideForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddOverrideForm.swift; sourceTree = "<group>"; };
|
|
|
DDD1631E2C4C6F6900CD525A /* TrioCoreDataPersistentContainer.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = TrioCoreDataPersistentContainer.xcdatamodel; sourceTree = "<group>"; };
|
|
|
@@ -1536,7 +1536,7 @@
|
|
|
5031FE61F63C2A8A8B7674DD /* ManualTempBasal */,
|
|
|
19D466A129AA2B0A004D5F33 /* MealSettings */,
|
|
|
D533BF261CDC1C3F871E7BFD /* NightscoutConfig */,
|
|
|
- DDD163032C4C67B400CD525A /* OverrideConfig */,
|
|
|
+ DDD163032C4C67B400CD525A /* Adjustments */,
|
|
|
99C01B871ACAB3F32CE755C7 /* PumpConfig */,
|
|
|
3811DE3825C9D4A100A708ED /* Settings */,
|
|
|
110AEDEA2C51A0AE00615CC9 /* ShortcutsConfig */,
|
|
|
@@ -2775,21 +2775,21 @@
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- DDD163032C4C67B400CD525A /* OverrideConfig */ = {
|
|
|
+ DDD163032C4C67B400CD525A /* Adjustments */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
DDD1630A2C4C67F000CD525A /* View */,
|
|
|
- DDD163112C4C689900CD525A /* OverrideStateModel.swift */,
|
|
|
- DDD163132C4C68D300CD525A /* OverrideProvider.swift */,
|
|
|
- DDD163152C4C690300CD525A /* OverrideDataFlow.swift */,
|
|
|
+ DDD163112C4C689900CD525A /* AdjustmentsStateModel.swift */,
|
|
|
+ DDD163132C4C68D300CD525A /* AdjustmentsProvider.swift */,
|
|
|
+ DDD163152C4C690300CD525A /* AdjustmentsDataFlow.swift */,
|
|
|
);
|
|
|
- path = OverrideConfig;
|
|
|
+ path = Adjustments;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
DDD1630A2C4C67F000CD525A /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- DDD163172C4C694000CD525A /* OverrideRootView.swift */,
|
|
|
+ DDD163172C4C694000CD525A /* AdjustmentsRootView.swift */,
|
|
|
DDD163192C4C695E00CD525A /* EditOverrideForm.swift */,
|
|
|
DDD1631B2C4C697400CD525A /* AddOverrideForm.swift */,
|
|
|
58A3D5392C96D4DE003F90FC /* AddTempTargetForm.swift */,
|
|
|
@@ -3456,7 +3456,7 @@
|
|
|
DD32CF9C2CC82499003686D6 /* TrioRemoteControl+TempTarget.swift in Sources */,
|
|
|
38A9260525F012D8009E3739 /* CarbRatios.swift in Sources */,
|
|
|
38FCF3D625E8FDF40078B0D1 /* MD5.swift in Sources */,
|
|
|
- DDD163142C4C68D300CD525A /* OverrideProvider.swift in Sources */,
|
|
|
+ DDD163142C4C68D300CD525A /* AdjustmentsProvider.swift in Sources */,
|
|
|
3871F39C25ED892B0013ECB5 /* TempTarget.swift in Sources */,
|
|
|
191F62682AD6B05A004D7911 /* NightscoutSettings.swift in Sources */,
|
|
|
3811DEAB25C9D88300A708ED /* HTTPResponseStatus.swift in Sources */,
|
|
|
@@ -3621,7 +3621,7 @@
|
|
|
9702FF92A09C53942F20D7EA /* TargetsEditorRootView.swift in Sources */,
|
|
|
1967DFBE29D052C200759F30 /* Icons.swift in Sources */,
|
|
|
38E8754F275556FA00975559 /* WatchManager.swift in Sources */,
|
|
|
- DDD163182C4C694000CD525A /* OverrideRootView.swift in Sources */,
|
|
|
+ DDD163182C4C694000CD525A /* AdjustmentsRootView.swift in Sources */,
|
|
|
389ECE052601144100D86C4F /* ConcurrentMap.swift in Sources */,
|
|
|
110AEDEC2C51A0AE00615CC9 /* ShortcutsConfigDataFlow.swift in Sources */,
|
|
|
CE7CA3562A064973004BE681 /* StateIntentRequest.swift in Sources */,
|
|
|
@@ -3634,7 +3634,7 @@
|
|
|
CE82E02728E869DF00473A9C /* AlertEntry.swift in Sources */,
|
|
|
38E4451E274DB04600EC9A94 /* AppDelegate.swift in Sources */,
|
|
|
BD2FF1A02AE29D43005D1C5D /* CheckboxToggleStyle.swift in Sources */,
|
|
|
- DDD163162C4C690300CD525A /* OverrideDataFlow.swift in Sources */,
|
|
|
+ DDD163162C4C690300CD525A /* AdjustmentsDataFlow.swift in Sources */,
|
|
|
BDF34F932C10D0E100D51995 /* LiveActivityAttributes+Helper.swift in Sources */,
|
|
|
E0D4F80527513ECF00BDF1FE /* HealthKitSample.swift in Sources */,
|
|
|
38A00B1F25FC00F7006BC0B0 /* Autotune.swift in Sources */,
|
|
|
@@ -3666,7 +3666,7 @@
|
|
|
7BCFACB97C821041BA43A114 /* ManualTempBasalRootView.swift in Sources */,
|
|
|
38E44534274E411700EC9A94 /* Disk+InternalHelpers.swift in Sources */,
|
|
|
38A00B2325FC2B55006BC0B0 /* LRUCache.swift in Sources */,
|
|
|
- DDD163122C4C689900CD525A /* OverrideStateModel.swift in Sources */,
|
|
|
+ DDD163122C4C689900CD525A /* AdjustmentsStateModel.swift in Sources */,
|
|
|
3083261C4B268E353F36CD0B /* AutotuneConfigDataFlow.swift in Sources */,
|
|
|
DD1745132C54169400211FAC /* DevicesView.swift in Sources */,
|
|
|
891DECF7BC20968D7F566161 /* AutotuneConfigProvider.swift in Sources */,
|