You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,31 +43,31 @@ index a27a4503..9c023c06 100644
43
43
);
44
44
path = Managers;
45
45
sourceTree = "<group>";
46
-
@@ -3876,6 +3888,7 @@
46
+
@@ -3882,6 +3894,7 @@
47
47
C1201E2C23ECDBD0002DA84A /* WatchContextRequestUserInfo.swift in Sources */,
48
48
1D49795824E7289700948F05 /* ServicesViewModel.swift in Sources */,
49
49
1D4A3E2D2478628500FD601B /* StoredAlert+CoreDataClass.swift in Sources */,
50
50
+ DDC389FA2A2B62470066E2E8 /* ConstantDosingStrategy.swift in Sources */,
51
51
892D7C5123B54A15008A9656 /* CarbEntryViewController.swift in Sources */,
52
52
B4E202302661063E009421B5 /* AutomaticDosingStatus.swift in Sources */,
53
53
C191D2A125B3ACAA00C26C0B /* DosingStrategySelectionView.swift in Sources */,
54
-
@@ -3909,6 +3922,7 @@
54
+
@@ -3915,6 +3928,7 @@
55
55
1DB619AC270BAD3D006C9D07 /* VersionUpdateViewModel.swift in Sources */,
56
56
A9C62D882331703100535612 /* Service.swift in Sources */,
57
57
89CAB36324C8FE96009EE3CE /* PredictedGlucoseChartView.swift in Sources */,
58
58
+ DDC389F82A2B620B0066E2E8 /* GlucoseBasedApplicationFactorStrategy.swift in Sources */,
59
59
4F6663941E905FD2009E74FC /* ChartColorPalette+Loop.swift in Sources */,
60
60
A9F703732489BC8500C98AD8 /* CarbStore+SimulatedCoreData.swift in Sources */,
61
61
4328E0351CFC0AE100E199AA /* WatchDataManager.swift in Sources */,
62
-
@@ -3972,6 +3986,7 @@
62
+
@@ -3979,6 +3993,7 @@
63
63
A97F250825E056D500F0EE19 /* OnboardingManager.swift in Sources */,
64
64
438D42F91D7C88BC003244B0 /* PredictionInputEffect.swift in Sources */,
65
65
892A5D692230C41D008961AB /* RangeReplaceableCollection.swift in Sources */,
66
66
+ DDC389F62A2B61750066E2E8 /* ApplicationFactorStrategy.swift in Sources */,
67
67
4F70C2101DE8FAC5006380B7 /* ExtensionDataManager.swift in Sources */,
68
68
43DFB62320D4CAE7008A7BAE /* PumpManager.swift in Sources */,
69
69
A9FB75F1252BE320004C7D3F /* BolusDosingDecision.swift in Sources */,
70
-
@@ -3979,6 +3994,7 @@
70
+
@@ -3986,6 +4001,7 @@
71
71
431A8C401EC6E8AB00823B9C /* CircleMaskView.swift in Sources */,
72
72
1D05219D2469F1F5000EBBDE /* AlertStore.swift in Sources */,
73
73
439897371CD2F80600223065 /* AnalyticsServicesManager.swift in Sources */,
@@ -91,7 +91,7 @@ index b6f07ba1..b3a5091e 100644
91
91
extension SettingsView {
92
92
internal var algorithmExperimentsSection: some View {
93
93
Section(header: SectionHeader(label: NSLocalizedString("Algorithm Experiments ⚠️", comment: "The title of the Algorithm Experiments section in settings"))) {
0 commit comments