|
|
@@ -302,6 +302,7 @@
|
|
|
3BA8D1B32DDB87150006191F /* DecimalExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BA8D1B22DDB870F0006191F /* DecimalExtensions.swift */; };
|
|
|
3BAAE60C2DE7766C0049589B /* DynamicISFEnableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BAAE60B2DE776630049589B /* DynamicISFEnableTests.swift */; };
|
|
|
3BAC929B2E55FF5300B853DA /* DetermineBasalEnableSmbTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BAC929A2E55FF4F00B853DA /* DetermineBasalEnableSmbTests.swift */; };
|
|
|
+ 3BAC929D2E56A85400B853DA /* TempBasalFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BAC929C2E56A84E00B853DA /* TempBasalFunctions.swift */; };
|
|
|
3BAD36B22D7CDC1A00CC298D /* MainLoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BAD36B12D7CDC1400CC298D /* MainLoadingView.swift */; };
|
|
|
3BAD36CC2D7D420E00CC298D /* CoreDataInitializationCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BAD36CB2D7D420500CC298D /* CoreDataInitializationCoordinator.swift */; };
|
|
|
3BAE876E2E47F12900FCA8D2 /* DosingEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BAE876D2E47F12900FCA8D2 /* DosingEngine.swift */; };
|
|
|
@@ -1226,6 +1227,7 @@
|
|
|
3BA8D1B22DDB870F0006191F /* DecimalExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DecimalExtensions.swift; sourceTree = "<group>"; };
|
|
|
3BAAE60B2DE776630049589B /* DynamicISFEnableTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicISFEnableTests.swift; sourceTree = "<group>"; };
|
|
|
3BAC929A2E55FF4F00B853DA /* DetermineBasalEnableSmbTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetermineBasalEnableSmbTests.swift; sourceTree = "<group>"; };
|
|
|
+ 3BAC929C2E56A84E00B853DA /* TempBasalFunctions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TempBasalFunctions.swift; sourceTree = "<group>"; };
|
|
|
3BAD36B12D7CDC1400CC298D /* MainLoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainLoadingView.swift; sourceTree = "<group>"; };
|
|
|
3BAD36CB2D7D420500CC298D /* CoreDataInitializationCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataInitializationCoordinator.swift; sourceTree = "<group>"; };
|
|
|
3BAE876D2E47F12900FCA8D2 /* DosingEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DosingEngine.swift; sourceTree = "<group>"; };
|
|
|
@@ -3748,6 +3750,7 @@
|
|
|
DD30BA052E07667000DA677C /* DetermineBasal+Helpers.swift */,
|
|
|
DD30B9C62E06257300DA677C /* DetermineBasalGenerator.swift */,
|
|
|
3BAE876D2E47F12900FCA8D2 /* DosingEngine.swift */,
|
|
|
+ 3BAC929C2E56A84E00B853DA /* TempBasalFunctions.swift */,
|
|
|
);
|
|
|
path = DetermineBasal;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -4744,6 +4747,7 @@
|
|
|
388358C825EEF6D200E024B2 /* BasalProfileEntry.swift in Sources */,
|
|
|
DDA9AC092D672CF100E6F1A9 /* AppVersionChecker.swift in Sources */,
|
|
|
3811DE0B25C9D32F00A708ED /* BaseView.swift in Sources */,
|
|
|
+ 3BAC929D2E56A85400B853DA /* TempBasalFunctions.swift in Sources */,
|
|
|
3811DE3225C9D49500A708ED /* HomeDataFlow.swift in Sources */,
|
|
|
DD32CFA22CC824E2003686D6 /* TrioRemoteControl+Helpers.swift in Sources */,
|
|
|
CE1856F52ADC4858007E39C7 /* AddCarbPresetIntent.swift in Sources */,
|