|
|
@@ -183,6 +183,7 @@
|
|
|
38D0B3B625EBE24900CB6E88 /* Battery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D0B3B525EBE24900CB6E88 /* Battery.swift */; };
|
|
|
38D0B3D925EC07C400CB6E88 /* CarbsEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D0B3D825EC07C400CB6E88 /* CarbsEntry.swift */; };
|
|
|
38DAB280260CBB7F00F74C1A /* PumpView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38DAB27F260CBB7F00F74C1A /* PumpView.swift */; };
|
|
|
+ 38DAB28A260D349500F74C1A /* GlucoseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38DAB289260D349500F74C1A /* GlucoseManager.swift */; };
|
|
|
38E989DD25F5021400C0CED0 /* PumpStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E989DC25F5021400C0CED0 /* PumpStatus.swift */; };
|
|
|
38E98A2325F52C9300C0CED0 /* Signpost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E98A1B25F52C9300C0CED0 /* Signpost.swift */; };
|
|
|
38E98A2425F52C9300C0CED0 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38E98A1C25F52C9300C0CED0 /* Logger.swift */; };
|
|
|
@@ -456,6 +457,7 @@
|
|
|
38D0B3B525EBE24900CB6E88 /* Battery.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Battery.swift; sourceTree = "<group>"; };
|
|
|
38D0B3D825EC07C400CB6E88 /* CarbsEntry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CarbsEntry.swift; sourceTree = "<group>"; };
|
|
|
38DAB27F260CBB7F00F74C1A /* PumpView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PumpView.swift; sourceTree = "<group>"; };
|
|
|
+ 38DAB289260D349500F74C1A /* GlucoseManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlucoseManager.swift; sourceTree = "<group>"; };
|
|
|
38E989DC25F5021400C0CED0 /* PumpStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PumpStatus.swift; sourceTree = "<group>"; };
|
|
|
38E98A1B25F52C9300C0CED0 /* Signpost.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Signpost.swift; sourceTree = "<group>"; };
|
|
|
38E98A1C25F52C9300C0CED0 /* Logger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
|
|
|
@@ -934,6 +936,7 @@
|
|
|
children = (
|
|
|
3811DF0F25CAAAE200A708ED /* APSManager.swift */,
|
|
|
38BF021E25E7F0DE00579895 /* DeviceDataManager.swift */,
|
|
|
+ 38DAB289260D349500F74C1A /* GlucoseManager.swift */,
|
|
|
38A504F625DDA0E200C5B9E8 /* Extensions */,
|
|
|
388E5A5825B6F0070019842D /* OpenAPS */,
|
|
|
38A0362725ECF05300FCBB52 /* Storage */,
|
|
|
@@ -1671,6 +1674,7 @@
|
|
|
38FE826A25CC82DB001FF17A /* NetworkService.swift in Sources */,
|
|
|
3883581C25EE79BB00E024B2 /* DecimalTextField.swift in Sources */,
|
|
|
3811DE6C25C9D62600A708ED /* OnboardingDataFlow.swift in Sources */,
|
|
|
+ 38DAB28A260D349500F74C1A /* GlucoseManager.swift in Sources */,
|
|
|
3811DE2425C9D48300A708ED /* MainViewModel.swift in Sources */,
|
|
|
3811DE3F25C9D4A100A708ED /* SettingsViewModel.swift in Sources */,
|
|
|
38B4F3CB25E502E200E76A18 /* WeakObjectSet.swift in Sources */,
|