|
|
@@ -131,9 +131,12 @@
|
|
|
38BF021725E7CBBC00579895 /* PumpManagerExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38BF021625E7CBBC00579895 /* PumpManagerExtensions.swift */; };
|
|
|
38BF021B25E7D06400579895 /* PumpSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38BF021A25E7D06400579895 /* PumpSettingsView.swift */; };
|
|
|
38BF021D25E7E3AF00579895 /* Reservoir.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38BF021C25E7E3AF00579895 /* Reservoir.swift */; };
|
|
|
- 38BF021F25E7F0DE00579895 /* DeviceDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38BF021E25E7F0DE00579895 /* DeviceDataManager.swift */; };
|
|
|
+ 38BF021F25E7F0DE00579895 /* BaseDeviceDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38BF021E25E7F0DE00579895 /* BaseDeviceDataManager.swift */; };
|
|
|
+ 38C4D33725E9A1A300D30B77 /* DispatchQueue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38C4D33625E9A1A200D30B77 /* DispatchQueue+Extensions.swift */; };
|
|
|
+ 38C4D33A25E9A1ED00D30B77 /* NSObject+AssociatedValues.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38C4D33925E9A1ED00D30B77 /* NSObject+AssociatedValues.swift */; };
|
|
|
38FCF3D625E8FDF40078B0D1 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38FCF3D525E8FDF40078B0D1 /* MD5.swift */; };
|
|
|
38FCF3F925E902C20078B0D1 /* FileStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38FCF3F825E902C20078B0D1 /* FileStorageTests.swift */; };
|
|
|
+ 38FCF3FD25E997A80078B0D1 /* PumpHistoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38FCF3FC25E997A80078B0D1 /* PumpHistoryStorage.swift */; };
|
|
|
38FE826A25CC82DB001FF17A /* NetworkService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38FE826925CC82DB001FF17A /* NetworkService.swift */; };
|
|
|
38FE826D25CC8461001FF17A /* NightscoutAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38FE826C25CC8461001FF17A /* NightscoutAPI.swift */; };
|
|
|
45252C95D220E796FDB3B022 /* ConfigEditorDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8A87AA037BD079BA3528BA /* ConfigEditorDataFlow.swift */; };
|
|
|
@@ -615,11 +618,14 @@
|
|
|
38BF021625E7CBBC00579895 /* PumpManagerExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PumpManagerExtensions.swift; sourceTree = "<group>"; };
|
|
|
38BF021A25E7D06400579895 /* PumpSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PumpSettingsView.swift; sourceTree = "<group>"; };
|
|
|
38BF021C25E7E3AF00579895 /* Reservoir.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Reservoir.swift; sourceTree = "<group>"; };
|
|
|
- 38BF021E25E7F0DE00579895 /* DeviceDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceDataManager.swift; sourceTree = "<group>"; };
|
|
|
+ 38BF021E25E7F0DE00579895 /* BaseDeviceDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseDeviceDataManager.swift; sourceTree = "<group>"; };
|
|
|
+ 38C4D33625E9A1A200D30B77 /* DispatchQueue+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
+ 38C4D33925E9A1ED00D30B77 /* NSObject+AssociatedValues.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSObject+AssociatedValues.swift"; sourceTree = "<group>"; };
|
|
|
38FCF3D525E8FDF40078B0D1 /* MD5.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MD5.swift; sourceTree = "<group>"; };
|
|
|
38FCF3ED25E9028E0078B0D1 /* FreeAPSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FreeAPSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
38FCF3F125E9028E0078B0D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
38FCF3F825E902C20078B0D1 /* FileStorageTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileStorageTests.swift; sourceTree = "<group>"; };
|
|
|
+ 38FCF3FC25E997A80078B0D1 /* PumpHistoryStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PumpHistoryStorage.swift; sourceTree = "<group>"; };
|
|
|
38FE826925CC82DB001FF17A /* NetworkService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkService.swift; sourceTree = "<group>"; };
|
|
|
38FE826C25CC8461001FF17A /* NightscoutAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NightscoutAPI.swift; sourceTree = "<group>"; };
|
|
|
3BF768BD6264FF7D71D66767 /* NightscoutConfigProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = NightscoutConfigProvider.swift; sourceTree = "<group>"; };
|
|
|
@@ -1002,7 +1008,8 @@
|
|
|
children = (
|
|
|
3811DF0B25CAAABD00A708ED /* APSManager.swift */,
|
|
|
3811DF0F25CAAAE200A708ED /* BaseAPSManager.swift */,
|
|
|
- 38BF021E25E7F0DE00579895 /* DeviceDataManager.swift */,
|
|
|
+ 38BF021E25E7F0DE00579895 /* BaseDeviceDataManager.swift */,
|
|
|
+ 38FCF3FC25E997A80078B0D1 /* PumpHistoryStorage.swift */,
|
|
|
38A504F625DDA0E200C5B9E8 /* Extensions */,
|
|
|
388E5A5825B6F0070019842D /* OpenAPS */,
|
|
|
);
|
|
|
@@ -1066,14 +1073,16 @@
|
|
|
388E5A5A25B6F05F0019842D /* Helpers */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 3811DEE325CA063400A708ED /* PropertyWrappers */,
|
|
|
+ 38C4D33625E9A1A200D30B77 /* DispatchQueue+Extensions.swift */,
|
|
|
3811DE5425C9D4D500A708ED /* Formatters.swift */,
|
|
|
+ 38B4F3AE25E2979F00E76A18 /* IndexedCollection.swift */,
|
|
|
+ 388E5A5B25B6F0770019842D /* JSON.swift */,
|
|
|
+ 38FCF3D525E8FDF40078B0D1 /* MD5.swift */,
|
|
|
+ 38C4D33925E9A1ED00D30B77 /* NSObject+AssociatedValues.swift */,
|
|
|
3811DE5725C9D4D500A708ED /* ProgressBar.swift */,
|
|
|
3811DE5525C9D4D500A708ED /* Publisher.swift */,
|
|
|
3811DE5925C9D4D500A708ED /* ViewModifiers.swift */,
|
|
|
- 388E5A5B25B6F0770019842D /* JSON.swift */,
|
|
|
- 38B4F3AE25E2979F00E76A18 /* IndexedCollection.swift */,
|
|
|
- 38FCF3D525E8FDF40078B0D1 /* MD5.swift */,
|
|
|
+ 3811DEE325CA063400A708ED /* PropertyWrappers */,
|
|
|
);
|
|
|
path = Helpers;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -1636,6 +1645,8 @@
|
|
|
3811DE8F25C9D80400A708ED /* User.swift in Sources */,
|
|
|
3811DF0C25CAAABD00A708ED /* APSManager.swift in Sources */,
|
|
|
3811DEB225C9D88300A708ED /* KeychainItemAccessibility.swift in Sources */,
|
|
|
+ 38FCF3FD25E997A80078B0D1 /* PumpHistoryStorage.swift in Sources */,
|
|
|
+ 38C4D33725E9A1A300D30B77 /* DispatchQueue+Extensions.swift in Sources */,
|
|
|
3811DE6B25C9D62600A708ED /* OnboardingProvider.swift in Sources */,
|
|
|
38B4F3C325E2A20B00E76A18 /* PumpSetupView.swift in Sources */,
|
|
|
38B4F3CA25E502E200E76A18 /* SwiftNotificationCenter.swift in Sources */,
|
|
|
@@ -1708,7 +1719,7 @@
|
|
|
38BF021B25E7D06400579895 /* PumpSettingsView.swift in Sources */,
|
|
|
3811DEEA25CA063400A708ED /* SyncAccess.swift in Sources */,
|
|
|
3811DE4F25C9D4B800A708ED /* AuthotizedRootDataFlow.swift in Sources */,
|
|
|
- 38BF021F25E7F0DE00579895 /* DeviceDataManager.swift in Sources */,
|
|
|
+ 38BF021F25E7F0DE00579895 /* BaseDeviceDataManager.swift in Sources */,
|
|
|
3811DE5025C9D4B800A708ED /* AuthotizedRootProvider.swift in Sources */,
|
|
|
38A504A425DD9C4000C5B9E8 /* UserDefaultsExtensions.swift in Sources */,
|
|
|
38FE826A25CC82DB001FF17A /* NetworkService.swift in Sources */,
|
|
|
@@ -1725,6 +1736,7 @@
|
|
|
3811DE4325C9D4A100A708ED /* SettingsProvider.swift in Sources */,
|
|
|
E102DE9C3E9C8AEDCB3C61BB /* ConfigEditorBuilder.swift in Sources */,
|
|
|
45252C95D220E796FDB3B022 /* ConfigEditorDataFlow.swift in Sources */,
|
|
|
+ 38C4D33A25E9A1ED00D30B77 /* NSObject+AssociatedValues.swift in Sources */,
|
|
|
72F1BD388F42FCA6C52E4500 /* ConfigEditorProvider.swift in Sources */,
|
|
|
E39E418C56A5A46B61D960EE /* ConfigEditorViewModel.swift in Sources */,
|
|
|
45717281F743594AA9D87191 /* ConfigEditorRootView.swift in Sources */,
|