|
|
@@ -244,8 +244,6 @@
|
|
|
3B4BA78F2D8DC0EC0069D5B8 /* TidepoolServiceKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B4BA7882D8DC0EC0069D5B8 /* TidepoolServiceKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
|
3B4BA7902D8DC0EC0069D5B8 /* TidepoolServiceKitUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B4BA7892D8DC0EC0069D5B8 /* TidepoolServiceKitUI.framework */; };
|
|
|
3B4BA7912D8DC0EC0069D5B8 /* TidepoolServiceKitUI.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B4BA7892D8DC0EC0069D5B8 /* TidepoolServiceKitUI.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
|
- 3B616AD92DE427CD0070C2F7 /* IobResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B616AD82DE427CA0070C2F7 /* IobResult.swift */; };
|
|
|
- 3B616ADB2DE42A740070C2F7 /* IobSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B616ADA2DE42A6F0070C2F7 /* IobSetup.swift */; };
|
|
|
3B997DCB2DC00849006B6BB2 /* JSONImporter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B997DCA2DC00849006B6BB2 /* JSONImporter.swift */; };
|
|
|
3B997DCF2DC00A3A006B6BB2 /* JSONImporterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B997DCE2DC00A3A006B6BB2 /* JSONImporterTests.swift */; };
|
|
|
3B997DD32DC02AEF006B6BB2 /* glucose.json in Resources */ = {isa = PBXBuildFile; fileRef = 3B997DD12DC02AEF006B6BB2 /* glucose.json */; };
|
|
|
@@ -1058,8 +1056,6 @@
|
|
|
3B4BA7692D8DBD690069D5B8 /* RileyLinkKitUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = RileyLinkKitUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
3B4BA7882D8DC0EC0069D5B8 /* TidepoolServiceKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = TidepoolServiceKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
3B4BA7892D8DC0EC0069D5B8 /* TidepoolServiceKitUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = TidepoolServiceKitUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- 3B616AD82DE427CA0070C2F7 /* IobResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IobResult.swift; sourceTree = "<group>"; };
|
|
|
- 3B616ADA2DE42A6F0070C2F7 /* IobSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IobSetup.swift; sourceTree = "<group>"; };
|
|
|
3B997DCA2DC00849006B6BB2 /* JSONImporter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONImporter.swift; sourceTree = "<group>"; };
|
|
|
3B997DCE2DC00A3A006B6BB2 /* JSONImporterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONImporterTests.swift; sourceTree = "<group>"; };
|
|
|
3B997DD12DC02AEF006B6BB2 /* glucose.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = glucose.json; sourceTree = "<group>"; };
|
|
|
@@ -2135,7 +2131,6 @@
|
|
|
38192E06261BA9960094D973 /* FetchTreatmentsManager.swift */,
|
|
|
3856933F270B57A00002C50D /* CGM */,
|
|
|
38A504F625DDA0E200C5B9E8 /* Extensions */,
|
|
|
- 3B616AD72DE427B60070C2F7 /* Models */,
|
|
|
388E5A5825B6F0070019842D /* OpenAPS */,
|
|
|
38A0362725ECF05300FCBB52 /* Storage */,
|
|
|
);
|
|
|
@@ -2584,14 +2579,6 @@
|
|
|
path = TrioTests;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- 3B616AD72DE427B60070C2F7 /* Models */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- 3B616AD82DE427CA0070C2F7 /* IobResult.swift */,
|
|
|
- );
|
|
|
- path = Models;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
3B997DD22DC02AEF006B6BB2 /* JSONImporterData */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -2681,19 +2668,18 @@
|
|
|
58645B972CA2D16A008AFCE7 /* HomeStateModel+Setup */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 58645BA22CA2D325008AFCE7 /* BatterySetup.swift */,
|
|
|
- 58645B9A2CA2D24F008AFCE7 /* CarbSetup.swift */,
|
|
|
- 58645BA62CA2D390008AFCE7 /* ChartAxisSetup.swift */,
|
|
|
3B2F77872D7E5387005ED9FA /* CurrentTDDSetup.swift */,
|
|
|
- 58645B9C2CA2D275008AFCE7 /* DeterminationSetup.swift */,
|
|
|
- 58645BA42CA2D347008AFCE7 /* ForecastSetup.swift */,
|
|
|
- 58645B982CA2D1A4008AFCE7 /* GlucoseSetup.swift */,
|
|
|
- BD4E1A792D3681AD00D21626 /* GlucoseTargetSetup.swift */,
|
|
|
- 3B616ADA2DE42A6F0070C2F7 /* IobSetup.swift */,
|
|
|
- 58645BA02CA2D2F8008AFCE7 /* OverrideSetup.swift */,
|
|
|
- 58645B9E2CA2D2BE008AFCE7 /* PumpHistorySetup.swift */,
|
|
|
BD4E1A7B2D3686D400D21626 /* StartEndMarkerSetup.swift */,
|
|
|
+ BD4E1A792D3681AD00D21626 /* GlucoseTargetSetup.swift */,
|
|
|
BDA6CC872CAF219800F942F9 /* TempTargetSetup.swift */,
|
|
|
+ 58645B982CA2D1A4008AFCE7 /* GlucoseSetup.swift */,
|
|
|
+ 58645B9A2CA2D24F008AFCE7 /* CarbSetup.swift */,
|
|
|
+ 58645B9C2CA2D275008AFCE7 /* DeterminationSetup.swift */,
|
|
|
+ 58645B9E2CA2D2BE008AFCE7 /* PumpHistorySetup.swift */,
|
|
|
+ 58645BA02CA2D2F8008AFCE7 /* OverrideSetup.swift */,
|
|
|
+ 58645BA22CA2D325008AFCE7 /* BatterySetup.swift */,
|
|
|
+ 58645BA42CA2D347008AFCE7 /* ForecastSetup.swift */,
|
|
|
+ 58645BA62CA2D390008AFCE7 /* ChartAxisSetup.swift */,
|
|
|
);
|
|
|
path = "HomeStateModel+Setup";
|
|
|
sourceTree = "<group>";
|
|
|
@@ -4310,7 +4296,6 @@
|
|
|
DDF847E12C5C287F0049BB3B /* LiveActivitySettingsStateModel.swift in Sources */,
|
|
|
583684082BD195A700070A60 /* Determination.swift in Sources */,
|
|
|
DD17451D2C543C5F00211FAC /* ServicesView.swift in Sources */,
|
|
|
- 3B616ADB2DE42A740070C2F7 /* IobSetup.swift in Sources */,
|
|
|
38BF021B25E7D06400579895 /* PumpSettingsView.swift in Sources */,
|
|
|
3811DEEA25CA063400A708ED /* SyncAccess.swift in Sources */,
|
|
|
190EBCC829FF13AA00BA767D /* UserInterfaceSettingsStateModel.swift in Sources */,
|
|
|
@@ -4445,7 +4430,6 @@
|
|
|
6632A0DC746872439A858B44 /* ISFEditorDataFlow.swift in Sources */,
|
|
|
DD17454B2C55C62800211FAC /* AutosensSettingsRootView.swift in Sources */,
|
|
|
DDF847DF2C5C28780049BB3B /* LiveActivitySettingsProvider.swift in Sources */,
|
|
|
- 3B616AD92DE427CD0070C2F7 /* IobResult.swift in Sources */,
|
|
|
DDB37CC52D05048F00D99BF4 /* ContactImageStorage.swift in Sources */,
|
|
|
BD54A95B2D28087C00F9C1EE /* OverridePresetWatch.swift in Sources */,
|
|
|
3B2F77882D7E5387005ED9FA /* CurrentTDDSetup.swift in Sources */,
|