|
|
@@ -267,6 +267,8 @@
|
|
|
45717281F743594AA9D87191 /* ConfigEditorRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 920DDB21E5D0EB813197500D /* ConfigEditorRootView.swift */; };
|
|
|
5075C1608E6249A51495C422 /* TargetsEditorProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BDEA2DC60EDE0A3CA54DC73 /* TargetsEditorProvider.swift */; };
|
|
|
53F2382465BF74DB1A967C8B /* PumpConfigProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8630D58BDAD6D9C650B9B39 /* PumpConfigProvider.swift */; };
|
|
|
+ 581516A42BCED84A00BF67D7 /* DebuggingIdentifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581516A32BCED84A00BF67D7 /* DebuggingIdentifiers.swift */; };
|
|
|
+ 581516A92BCEEDF800BF67D7 /* NSPredicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581516A82BCEEDF800BF67D7 /* NSPredicates.swift */; };
|
|
|
587DA1F62B77F3DD00B28F8A /* SettingsRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 587DA1F52B77F3DD00B28F8A /* SettingsRowView.swift */; };
|
|
|
5BFA1C2208114643B77F8CEB /* AddTempTargetProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE53A13D26F101B332EFFC8 /* AddTempTargetProvider.swift */; };
|
|
|
5D16287A969E64D18CE40E44 /* PumpConfigStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F60E97100041040446F44E7 /* PumpConfigStateModel.swift */; };
|
|
|
@@ -830,6 +832,8 @@
|
|
|
4DD795BA46B193644D48138C /* TargetsEditorRootView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TargetsEditorRootView.swift; sourceTree = "<group>"; };
|
|
|
500371C09F54F89A97D65FDB /* CalibrationsRootView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CalibrationsRootView.swift; sourceTree = "<group>"; };
|
|
|
505E09DC17A0C3D0AF4B66FE /* ISFEditorStateModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ISFEditorStateModel.swift; sourceTree = "<group>"; };
|
|
|
+ 581516A32BCED84A00BF67D7 /* DebuggingIdentifiers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebuggingIdentifiers.swift; sourceTree = "<group>"; };
|
|
|
+ 581516A82BCEEDF800BF67D7 /* NSPredicates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSPredicates.swift; sourceTree = "<group>"; };
|
|
|
587DA1F52B77F3DD00B28F8A /* SettingsRowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsRowView.swift; sourceTree = "<group>"; };
|
|
|
5B8A42073A2D03A278914448 /* AddTempTargetDataFlow.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AddTempTargetDataFlow.swift; sourceTree = "<group>"; };
|
|
|
5C018D1680307A31C9ED7120 /* CGMStateModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CGMStateModel.swift; sourceTree = "<group>"; };
|
|
|
@@ -1269,12 +1273,12 @@
|
|
|
672F63EEAE27400625E14BAD /* AutotuneConfig */,
|
|
|
A42F1FEDFFD0DDE00AAD54D3 /* BasalProfileEditor */,
|
|
|
3811DE0425C9D32E00A708ED /* Base */,
|
|
|
- C2C98283C436DB934D7E7994 /* Bolus */,
|
|
|
E8176B120B55CE89F1591542 /* Calibrations */,
|
|
|
F75CB57ED6971B46F8756083 /* CGM */,
|
|
|
0610F7D6D2EC00E3BA1569F0 /* ConfigEditor */,
|
|
|
E42231DBF0DBE2B4B92D1B15 /* CREditor */,
|
|
|
9E56E3626FAD933385101B76 /* DataTable */,
|
|
|
+ C2C98283C436DB934D7E7994 /* Bolus */,
|
|
|
3811DE2725C9D49500A708ED /* Home */,
|
|
|
D8F047E14D567F2B5DBEFD96 /* ISFEditor */,
|
|
|
C11D545CED3ECEB525EDEE23 /* LibreConfig */,
|
|
|
@@ -1762,6 +1766,7 @@
|
|
|
587DA1F52B77F3DD00B28F8A /* SettingsRowView.swift */,
|
|
|
BD2FF19F2AE29D43005D1C5D /* CheckboxToggleStyle.swift */,
|
|
|
BD1661302B82ADAB00256551 /* CustomProgressView.swift */,
|
|
|
+ 581516A32BCED84A00BF67D7 /* DebuggingIdentifiers.swift */,
|
|
|
);
|
|
|
path = Helpers;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -2046,6 +2051,7 @@
|
|
|
FEFA5C10299F814A00765C17 /* CoreDataStack.swift */,
|
|
|
1956FB202AFF79E200C7B4FF /* CoreDataStorage.swift */,
|
|
|
FEFA5C0D299F810B00765C17 /* Core_Data.xcdatamodeld */,
|
|
|
+ 581516A82BCEEDF800BF67D7 /* NSPredicates.swift */,
|
|
|
);
|
|
|
path = Model;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -2791,6 +2797,7 @@
|
|
|
19D466A729AA2C22004D5F33 /* FPUConfigStateModel.swift in Sources */,
|
|
|
38E44528274E401C00EC9A94 /* Protected.swift in Sources */,
|
|
|
3811DEB625C9D88300A708ED /* UnlockManager.swift in Sources */,
|
|
|
+ 581516A42BCED84A00BF67D7 /* DebuggingIdentifiers.swift in Sources */,
|
|
|
E00EEC0827368630002FF094 /* NetworkAssembly.swift in Sources */,
|
|
|
38A13D3225E28B4B00EAA382 /* PumpHistoryEvent.swift in Sources */,
|
|
|
E00EEC0627368630002FF094 /* UIAssembly.swift in Sources */,
|
|
|
@@ -2857,6 +2864,7 @@
|
|
|
FE66D16B291F74F8005D6F77 /* Bundle+Extensions.swift in Sources */,
|
|
|
3883581C25EE79BB00E024B2 /* DecimalTextField.swift in Sources */,
|
|
|
6B1A8D2E2B156EEF00E76752 /* LiveActivityBridge.swift in Sources */,
|
|
|
+ 581516A92BCEEDF800BF67D7 /* NSPredicates.swift in Sources */,
|
|
|
38DAB28A260D349500F74C1A /* FetchGlucoseManager.swift in Sources */,
|
|
|
38F37828261260DC009DB701 /* Color+Extensions.swift in Sources */,
|
|
|
3811DE3F25C9D4A100A708ED /* SettingsStateModel.swift in Sources */,
|