|
|
@@ -285,6 +285,8 @@
|
|
|
C967DACD3B1E638F8B43BE06 /* ManualTempBasalStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFCFE0781F9074C2917890E8 /* ManualTempBasalStateModel.swift */; };
|
|
|
CA370FC152BC98B3D1832968 /* BasalProfileEditorRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8BCB0C37DEB5EC377B9612 /* BasalProfileEditorRootView.swift */; };
|
|
|
CD78BB94E43B249D60CC1A1B /* NotificationsConfigRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22963BD06A9C83959D4914E4 /* NotificationsConfigRootView.swift */; };
|
|
|
+ CE48C86428CA69D5007C0598 /* OmniBLEPumpManagerExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE48C86328CA69D5007C0598 /* OmniBLEPumpManagerExtensions.swift */; };
|
|
|
+ CE48C86628CA6B48007C0598 /* OmniPodManagerExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE48C86528CA6B48007C0598 /* OmniPodManagerExtensions.swift */; };
|
|
|
CEB434DC28B8F5B900B70274 /* MKRingProgressView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEB434DB28B8F5B900B70274 /* MKRingProgressView.framework */; };
|
|
|
CEB434DD28B8F5B900B70274 /* MKRingProgressView.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CEB434DB28B8F5B900B70274 /* MKRingProgressView.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
|
CEB434DF28B8F5C400B70274 /* OmniBLE.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEB434DE28B8F5C400B70274 /* OmniBLE.framework */; };
|
|
|
@@ -710,6 +712,8 @@
|
|
|
C19984D62EFC0035A9E9644D /* BolusProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BolusProvider.swift; sourceTree = "<group>"; };
|
|
|
C377490C77661D75E8C50649 /* ManualTempBasalRootView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ManualTempBasalRootView.swift; sourceTree = "<group>"; };
|
|
|
C8D1A7CA8C10C4403D4BBFA7 /* BolusDataFlow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BolusDataFlow.swift; sourceTree = "<group>"; };
|
|
|
+ CE48C86328CA69D5007C0598 /* OmniBLEPumpManagerExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OmniBLEPumpManagerExtensions.swift; sourceTree = "<group>"; };
|
|
|
+ CE48C86528CA6B48007C0598 /* OmniPodManagerExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OmniPodManagerExtensions.swift; sourceTree = "<group>"; };
|
|
|
CEB434DB28B8F5B900B70274 /* MKRingProgressView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = MKRingProgressView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CEB434DE28B8F5C400B70274 /* OmniBLE.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = OmniBLE.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CEB434E228B8F9DB00B70274 /* BluetoothStateManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BluetoothStateManager.swift; sourceTree = "<group>"; };
|
|
|
@@ -1362,6 +1366,8 @@
|
|
|
38A5049125DD9C4000C5B9E8 /* UserDefaultsExtensions.swift */,
|
|
|
38BF021625E7CBBC00579895 /* PumpManagerExtensions.swift */,
|
|
|
CEB434E628B9053300B70274 /* LoopUIColorPalette+Default.swift */,
|
|
|
+ CE48C86328CA69D5007C0598 /* OmniBLEPumpManagerExtensions.swift */,
|
|
|
+ CE48C86528CA6B48007C0598 /* OmniPodManagerExtensions.swift */,
|
|
|
);
|
|
|
path = Extensions;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -2203,6 +2209,7 @@
|
|
|
3811DEAE25C9D88300A708ED /* Cache.swift in Sources */,
|
|
|
383420D625FFE38C002D46C1 /* LoopView.swift in Sources */,
|
|
|
3811DEAD25C9D88300A708ED /* UserDefaults+Cache.swift in Sources */,
|
|
|
+ CE48C86628CA6B48007C0598 /* OmniPodManagerExtensions.swift in Sources */,
|
|
|
CEB434E728B9053300B70274 /* LoopUIColorPalette+Default.swift in Sources */,
|
|
|
3811DE2225C9D48300A708ED /* MainProvider.swift in Sources */,
|
|
|
3811DE0C25C9D32F00A708ED /* BaseProvider.swift in Sources */,
|
|
|
@@ -2307,6 +2314,7 @@
|
|
|
DD399FB31EACB9343C944C4C /* PreferencesEditorStateModel.swift in Sources */,
|
|
|
44190F0BBA464D74B857D1FB /* PreferencesEditorRootView.swift in Sources */,
|
|
|
E97285ED9B814CD5253C6658 /* AddCarbsDataFlow.swift in Sources */,
|
|
|
+ CE48C86428CA69D5007C0598 /* OmniBLEPumpManagerExtensions.swift in Sources */,
|
|
|
38E8755427561E9800975559 /* DataFlow.swift in Sources */,
|
|
|
38E44522274E3DDC00EC9A94 /* NetworkReachabilityManager.swift in Sources */,
|
|
|
A6F097A14CAAE0CE0D11BE1B /* AddCarbsProvider.swift in Sources */,
|