|
|
@@ -323,6 +323,7 @@
|
|
|
BD7DA9A72AE06E2B00601B20 /* BolusCalculatorConfigProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD7DA9A62AE06E2B00601B20 /* BolusCalculatorConfigProvider.swift */; };
|
|
|
BD7DA9A92AE06E9200601B20 /* BolusCalculatorStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD7DA9A82AE06E9200601B20 /* BolusCalculatorStateModel.swift */; };
|
|
|
BD7DA9AC2AE06EB900601B20 /* BolusCalculatorConfigRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD7DA9AB2AE06EB900601B20 /* BolusCalculatorConfigRootView.swift */; };
|
|
|
+ BDF530D82B40F8AC002CAF43 /* LockScreenView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF530D72B40F8AC002CAF43 /* LockScreenView.swift */; };
|
|
|
BDFD165A2AE40438007F0DDA /* AlternativeBolusCalcRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDFD16592AE40438007F0DDA /* AlternativeBolusCalcRootView.swift */; };
|
|
|
BDFD165C2AE40688007F0DDA /* DefaultBolusCalcRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDFD165B2AE40688007F0DDA /* DefaultBolusCalcRootView.swift */; };
|
|
|
BF1667ADE69E4B5B111CECAE /* ManualTempBasalProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680C4420C9A345D46D90D06C /* ManualTempBasalProvider.swift */; };
|
|
|
@@ -884,6 +885,7 @@
|
|
|
BD7DA9A62AE06E2B00601B20 /* BolusCalculatorConfigProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BolusCalculatorConfigProvider.swift; sourceTree = "<group>"; };
|
|
|
BD7DA9A82AE06E9200601B20 /* BolusCalculatorStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BolusCalculatorStateModel.swift; sourceTree = "<group>"; };
|
|
|
BD7DA9AB2AE06EB900601B20 /* BolusCalculatorConfigRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BolusCalculatorConfigRootView.swift; sourceTree = "<group>"; };
|
|
|
+ BDF530D72B40F8AC002CAF43 /* LockScreenView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LockScreenView.swift; sourceTree = "<group>"; };
|
|
|
BDFD16592AE40438007F0DDA /* AlternativeBolusCalcRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlternativeBolusCalcRootView.swift; sourceTree = "<group>"; };
|
|
|
BDFD165B2AE40688007F0DDA /* DefaultBolusCalcRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultBolusCalcRootView.swift; sourceTree = "<group>"; };
|
|
|
BF8BCB0C37DEB5EC377B9612 /* BasalProfileEditorRootView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BasalProfileEditorRootView.swift; sourceTree = "<group>"; };
|
|
|
@@ -1721,6 +1723,7 @@
|
|
|
193F6CDC2A512C8F001240FD /* Loops.swift */,
|
|
|
CC6C406D2ACDD69E009B8058 /* RawFetchedProfile.swift */,
|
|
|
CC41E2992B1E1F460070974F /* HistoryLayout.swift */,
|
|
|
+ BDF530D72B40F8AC002CAF43 /* LockScreenView.swift */,
|
|
|
);
|
|
|
path = Models;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -2717,6 +2720,7 @@
|
|
|
38C4D33725E9A1A300D30B77 /* DispatchQueue+Extensions.swift in Sources */,
|
|
|
F90692CF274B999A0037068D /* HealthKitDataFlow.swift in Sources */,
|
|
|
CE7CA3552A064973004BE681 /* ListStateIntent.swift in Sources */,
|
|
|
+ BDF530D82B40F8AC002CAF43 /* LockScreenView.swift in Sources */,
|
|
|
195D80B72AF697B800D25097 /* DynamicDataFlow.swift in Sources */,
|
|
|
3862CC2E2743F9F700BF832C /* CalendarManager.swift in Sources */,
|
|
|
CEA4F62329BE10F70011ADF7 /* SavitzkyGolayFilter.swift in Sources */,
|