|
|
@@ -22,6 +22,10 @@
|
|
|
1927C8E62744606D00347C69 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1927C8E82744606D00347C69 /* InfoPlist.strings */; };
|
|
|
1935364028496F7D001E0B16 /* Oref2_variables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1935363F28496F7D001E0B16 /* Oref2_variables.swift */; };
|
|
|
193F6CDD2A512C8F001240FD /* Loops.swift in Sources */ = {isa = PBXBuildFile; fileRef = 193F6CDC2A512C8F001240FD /* Loops.swift */; };
|
|
|
+ 195D80B42AF6973A00D25097 /* DynamicRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195D80B32AF6973A00D25097 /* DynamicRootView.swift */; };
|
|
|
+ 195D80B72AF697B800D25097 /* DynamicDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195D80B62AF697B800D25097 /* DynamicDataFlow.swift */; };
|
|
|
+ 195D80B92AF697F700D25097 /* DynamicProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195D80B82AF697F700D25097 /* DynamicProvider.swift */; };
|
|
|
+ 195D80BB2AF6980B00D25097 /* DynamicStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195D80BA2AF6980B00D25097 /* DynamicStateModel.swift */; };
|
|
|
1967DFBE29D052C200759F30 /* Icons.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1967DFBD29D052C200759F30 /* Icons.swift */; };
|
|
|
1967DFC029D053AC00759F30 /* IconSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1967DFBF29D053AC00759F30 /* IconSelection.swift */; };
|
|
|
1967DFC229D053D300759F30 /* IconImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1967DFC129D053D300759F30 /* IconImage.swift */; };
|
|
|
@@ -526,6 +530,10 @@
|
|
|
1927C8FE274489BA00347C69 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
|
1935363F28496F7D001E0B16 /* Oref2_variables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Oref2_variables.swift; sourceTree = "<group>"; };
|
|
|
193F6CDC2A512C8F001240FD /* Loops.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Loops.swift; sourceTree = "<group>"; };
|
|
|
+ 195D80B32AF6973A00D25097 /* DynamicRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicRootView.swift; sourceTree = "<group>"; };
|
|
|
+ 195D80B62AF697B800D25097 /* DynamicDataFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicDataFlow.swift; sourceTree = "<group>"; };
|
|
|
+ 195D80B82AF697F700D25097 /* DynamicProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicProvider.swift; sourceTree = "<group>"; };
|
|
|
+ 195D80BA2AF6980B00D25097 /* DynamicStateModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicStateModel.swift; sourceTree = "<group>"; };
|
|
|
1967DFBD29D052C200759F30 /* Icons.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Icons.swift; sourceTree = "<group>"; };
|
|
|
1967DFBF29D053AC00759F30 /* IconSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconSelection.swift; sourceTree = "<group>"; };
|
|
|
1967DFC129D053D300759F30 /* IconImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconImage.swift; sourceTree = "<group>"; };
|
|
|
@@ -1050,6 +1058,25 @@
|
|
|
name = "Recovered References";
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 195D80B22AF696EE00D25097 /* Dynamic */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 195D80B62AF697B800D25097 /* DynamicDataFlow.swift */,
|
|
|
+ 195D80B82AF697F700D25097 /* DynamicProvider.swift */,
|
|
|
+ 195D80BA2AF6980B00D25097 /* DynamicStateModel.swift */,
|
|
|
+ 195D80B52AF6974200D25097 /* View */,
|
|
|
+ );
|
|
|
+ path = Dynamic;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 195D80B52AF6974200D25097 /* View */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 195D80B32AF6973A00D25097 /* DynamicRootView.swift */,
|
|
|
+ );
|
|
|
+ path = View;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
198377CF266BFEDE004DE65E /* Localizations */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -1168,10 +1195,11 @@
|
|
|
3811DE0325C9D31700A708ED /* Modules */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 195D80B22AF696EE00D25097 /* Dynamic */,
|
|
|
BD7DA9A32AE06DBA00601B20 /* BolusCalculatorConfig */,
|
|
|
190EBCC229FF134900BA767D /* StatConfig */,
|
|
|
- CE94597C29E9E1CD0047C9C6 /* WatchConfig */,
|
|
|
19F95FF129F10F9C00314DDC /* Stat */,
|
|
|
+ CE94597C29E9E1CD0047C9C6 /* WatchConfig */,
|
|
|
19E1F7E629D0828B005C8D20 /* IconConfig */,
|
|
|
19D466A129AA2B0A004D5F33 /* FPUConfig */,
|
|
|
F90692CD274B99850037068D /* HealthKit */,
|
|
|
@@ -2576,6 +2604,7 @@
|
|
|
38C4D33725E9A1A300D30B77 /* DispatchQueue+Extensions.swift in Sources */,
|
|
|
F90692CF274B999A0037068D /* HealthKitDataFlow.swift in Sources */,
|
|
|
CE7CA3552A064973004BE681 /* ListStateIntent.swift in Sources */,
|
|
|
+ 195D80B72AF697B800D25097 /* DynamicDataFlow.swift in Sources */,
|
|
|
3862CC2E2743F9F700BF832C /* CalendarManager.swift in Sources */,
|
|
|
CEA4F62329BE10F70011ADF7 /* SavitzkyGolayFilter.swift in Sources */,
|
|
|
38B4F3C325E2A20B00E76A18 /* PumpSetupView.swift in Sources */,
|
|
|
@@ -2758,6 +2787,7 @@
|
|
|
19F95FF729F10FEE00314DDC /* StatStateModel.swift in Sources */,
|
|
|
385CEAC125F2EA52002D6D5B /* Announcement.swift in Sources */,
|
|
|
8B759CFCF47B392BB365C251 /* BasalProfileEditorDataFlow.swift in Sources */,
|
|
|
+ 195D80B42AF6973A00D25097 /* DynamicRootView.swift in Sources */,
|
|
|
389442CB25F65F7100FA1F27 /* NightscoutTreatment.swift in Sources */,
|
|
|
CE7CA3512A064973004BE681 /* ApplyTempPresetIntent.swift in Sources */,
|
|
|
FA630397F76B582C8D8681A7 /* BasalProfileEditorProvider.swift in Sources */,
|
|
|
@@ -2770,6 +2800,7 @@
|
|
|
38887CCE25F5725200944304 /* IOBEntry.swift in Sources */,
|
|
|
38E98A2425F52C9300C0CED0 /* Logger.swift in Sources */,
|
|
|
CA370FC152BC98B3D1832968 /* BasalProfileEditorRootView.swift in Sources */,
|
|
|
+ 195D80BB2AF6980B00D25097 /* DynamicStateModel.swift in Sources */,
|
|
|
E00EEC0327368630002FF094 /* ServiceAssembly.swift in Sources */,
|
|
|
38192E07261BA9960094D973 /* FetchTreatmentsManager.swift in Sources */,
|
|
|
19012CDC291D2CB900FB8210 /* LoopStats.swift in Sources */,
|
|
|
@@ -2853,6 +2884,7 @@
|
|
|
1D845DF2E3324130E1D95E67 /* DataTableProvider.swift in Sources */,
|
|
|
19F95FFA29F1102A00314DDC /* StatRootView.swift in Sources */,
|
|
|
0D9A5E34A899219C5C4CDFAF /* DataTableStateModel.swift in Sources */,
|
|
|
+ 195D80B92AF697F700D25097 /* DynamicProvider.swift in Sources */,
|
|
|
D6D02515BBFBE64FEBE89856 /* DataTableRootView.swift in Sources */,
|
|
|
38569349270B5DFB0002C50D /* AppGroupSource.swift in Sources */,
|
|
|
F5CA3DB1F9DC8B05792BBFAA /* CGMDataFlow.swift in Sources */,
|