|
|
@@ -41,9 +41,7 @@
|
|
|
19795118275953E50044850D /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 198377D4266BFFF6004DE65E /* Localizable.strings */; };
|
|
|
198377D2266BFFF6004DE65E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 198377D4266BFFF6004DE65E /* Localizable.strings */; };
|
|
|
199561C1275E61A50077B976 /* HealthKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 199561C0275E61A50077B976 /* HealthKit.framework */; };
|
|
|
- 19A910302A24BF6300C8951B /* StatsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A9102F2A24BF6300C8951B /* StatsView.swift */; };
|
|
|
19A910362A24D6D700C8951B /* DateFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A910352A24D6D700C8951B /* DateFilter.swift */; };
|
|
|
- 19A910382A24EF3200C8951B /* ChartsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A910372A24EF3200C8951B /* ChartsView.swift */; };
|
|
|
19B0EF2128F6D66200069496 /* Statistics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B0EF2028F6D66200069496 /* Statistics.swift */; };
|
|
|
19D466A329AA2B80004D5F33 /* MealSettingsDataFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19D466A229AA2B80004D5F33 /* MealSettingsDataFlow.swift */; };
|
|
|
19D466A529AA2BD4004D5F33 /* MealSettingsProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19D466A429AA2BD4004D5F33 /* MealSettingsProvider.swift */; };
|
|
|
@@ -316,6 +314,23 @@
|
|
|
BA00D96F7B2FF169A06FB530 /* CGMStateModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C018D1680307A31C9ED7120 /* CGMStateModel.swift */; };
|
|
|
BD0B2EF32C5998E600B3298F /* MealPresetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD0B2EF22C5998E600B3298F /* MealPresetView.swift */; };
|
|
|
BD1661312B82ADAB00256551 /* CustomProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1661302B82ADAB00256551 /* CustomProgressView.swift */; };
|
|
|
+ BD249D862D42FBEC00412DEB /* BareStatisticsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D852D42FBE600412DEB /* BareStatisticsView.swift */; };
|
|
|
+ BD249D882D42FC0000412DEB /* BolusStatsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D872D42FBFB00412DEB /* BolusStatsView.swift */; };
|
|
|
+ BD249D8A2D42FC1200412DEB /* GlucoseAreaChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D892D42FC0E00412DEB /* GlucoseAreaChart.swift */; };
|
|
|
+ BD249D8C2D42FC2C00412DEB /* GlucoseStackedAreaChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D8B2D42FC2500412DEB /* GlucoseStackedAreaChart.swift */; };
|
|
|
+ BD249D8E2D42FC3900412DEB /* LoopStatsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D8D2D42FC3600412DEB /* LoopStatsView.swift */; };
|
|
|
+ BD249D902D42FC4500412DEB /* MealStatsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D8F2D42FC4300412DEB /* MealStatsView.swift */; };
|
|
|
+ BD249D922D42FC5300412DEB /* SectorChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D912D42FC5000412DEB /* SectorChart.swift */; };
|
|
|
+ BD249D942D42FC5E00412DEB /* TDDChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D932D42FC5C00412DEB /* TDDChart.swift */; };
|
|
|
+ BD249D972D42FCBF00412DEB /* AreaChartSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D962D42FCBD00412DEB /* AreaChartSetup.swift */; };
|
|
|
+ BD249D992D42FCCD00412DEB /* BolusStatsSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D982D42FCCA00412DEB /* BolusStatsSetup.swift */; };
|
|
|
+ BD249D9B2D42FCDB00412DEB /* LoopChartSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D9A2D42FCD800412DEB /* LoopChartSetup.swift */; };
|
|
|
+ BD249D9D2D42FCF500412DEB /* MealStatsSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D9C2D42FCF300412DEB /* MealStatsSetup.swift */; };
|
|
|
+ BD249D9F2D42FD0600412DEB /* StackedChartSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249D9E2D42FD0200412DEB /* StackedChartSetup.swift */; };
|
|
|
+ BD249DA12D42FD1200412DEB /* TDDSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249DA02D42FD1000412DEB /* TDDSetup.swift */; };
|
|
|
+ BD249DA32D42FD7C00412DEB /* TDD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249DA22D42FD7A00412DEB /* TDD.swift */; };
|
|
|
+ BD249DA52D42FD9700412DEB /* CustomDatePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249DA42D42FD9500412DEB /* CustomDatePicker.swift */; };
|
|
|
+ BD249DA72D42FE4600412DEB /* Calendar+GlucoseStatsChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD249DA62D42FE3800412DEB /* Calendar+GlucoseStatsChart.swift */; };
|
|
|
BD2B464E0745FBE7B79913F4 /* NightscoutConfigProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BF768BD6264FF7D71D66767 /* NightscoutConfigProvider.swift */; };
|
|
|
BD2FF1A02AE29D43005D1C5D /* CheckboxToggleStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2FF19F2AE29D43005D1C5D /* CheckboxToggleStyle.swift */; };
|
|
|
BD3CC0722B0B89D50013189E /* MainChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD3CC0712B0B89D50013189E /* MainChartView.swift */; };
|
|
|
@@ -726,9 +741,7 @@
|
|
|
199561C0275E61A50077B976 /* HealthKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = HealthKit.framework; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS8.0.sdk/System/Library/Frameworks/HealthKit.framework; sourceTree = DEVELOPER_DIR; };
|
|
|
199732B4271B72DD00129A3F /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
|
|
199732B5271B9EE900129A3F /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
|
|
- 19A9102F2A24BF6300C8951B /* StatsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatsView.swift; sourceTree = "<group>"; };
|
|
|
19A910352A24D6D700C8951B /* DateFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateFilter.swift; sourceTree = "<group>"; };
|
|
|
- 19A910372A24EF3200C8951B /* ChartsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartsView.swift; sourceTree = "<group>"; };
|
|
|
19B0EF2028F6D66200069496 /* Statistics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Statistics.swift; sourceTree = "<group>"; };
|
|
|
19C166682756EFBD00ED12E3 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
|
19C166692756EFBD00ED12E3 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
@@ -1024,6 +1037,23 @@
|
|
|
BD0B2EF22C5998E600B3298F /* MealPresetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MealPresetView.swift; sourceTree = "<group>"; };
|
|
|
BD1661302B82ADAB00256551 /* CustomProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomProgressView.swift; sourceTree = "<group>"; };
|
|
|
BD1CF8B72C1A4A8400CB930A /* ConfigOverride.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = ConfigOverride.xcconfig; sourceTree = "<group>"; };
|
|
|
+ BD249D852D42FBE600412DEB /* BareStatisticsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BareStatisticsView.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D872D42FBFB00412DEB /* BolusStatsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BolusStatsView.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D892D42FC0E00412DEB /* GlucoseAreaChart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlucoseAreaChart.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D8B2D42FC2500412DEB /* GlucoseStackedAreaChart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlucoseStackedAreaChart.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D8D2D42FC3600412DEB /* LoopStatsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopStatsView.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D8F2D42FC4300412DEB /* MealStatsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MealStatsView.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D912D42FC5000412DEB /* SectorChart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorChart.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D932D42FC5C00412DEB /* TDDChart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TDDChart.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D962D42FCBD00412DEB /* AreaChartSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AreaChartSetup.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D982D42FCCA00412DEB /* BolusStatsSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BolusStatsSetup.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D9A2D42FCD800412DEB /* LoopChartSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoopChartSetup.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D9C2D42FCF300412DEB /* MealStatsSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MealStatsSetup.swift; sourceTree = "<group>"; };
|
|
|
+ BD249D9E2D42FD0200412DEB /* StackedChartSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StackedChartSetup.swift; sourceTree = "<group>"; };
|
|
|
+ BD249DA02D42FD1000412DEB /* TDDSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TDDSetup.swift; sourceTree = "<group>"; };
|
|
|
+ BD249DA22D42FD7A00412DEB /* TDD.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TDD.swift; sourceTree = "<group>"; };
|
|
|
+ BD249DA42D42FD9500412DEB /* CustomDatePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomDatePicker.swift; sourceTree = "<group>"; };
|
|
|
+ BD249DA62D42FE3800412DEB /* Calendar+GlucoseStatsChart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Calendar+GlucoseStatsChart.swift"; sourceTree = "<group>"; };
|
|
|
BD2FF19F2AE29D43005D1C5D /* CheckboxToggleStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxToggleStyle.swift; sourceTree = "<group>"; };
|
|
|
BD3CC0712B0B89D50013189E /* MainChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainChartView.swift; sourceTree = "<group>"; };
|
|
|
BD4064D02C4ED26900582F43 /* CoreDataObserver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataObserver.swift; sourceTree = "<group>"; };
|
|
|
@@ -1523,6 +1553,7 @@
|
|
|
19F95FF129F10F9C00314DDC /* Stat */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BD249D952D42FCA800412DEB /* StatStateModel+Setup */,
|
|
|
19F95FF229F10FBC00314DDC /* StatDataFlow.swift */,
|
|
|
19F95FF429F10FCF00314DDC /* StatProvider.swift */,
|
|
|
19F95FF629F10FEE00314DDC /* StatStateModel.swift */,
|
|
|
@@ -1534,9 +1565,8 @@
|
|
|
19F95FF829F10FF600314DDC /* View */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BD249D842D42FBD200412DEB /* ViewElements */,
|
|
|
19F95FF929F1102A00314DDC /* StatRootView.swift */,
|
|
|
- 19A9102F2A24BF6300C8951B /* StatsView.swift */,
|
|
|
- 19A910372A24EF3200C8951B /* ChartsView.swift */,
|
|
|
);
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -2006,6 +2036,7 @@
|
|
|
388E5A5925B6F0250019842D /* Models */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BD249DA22D42FD7A00412DEB /* TDD.swift */,
|
|
|
715120D12D3C2B84005D9FB6 /* GlucoseNotificationsOption.swift */,
|
|
|
DD07CA132CE80B73002D45A9 /* TimeInRangeChartStyle.swift */,
|
|
|
DD940BA92CA7585D000830A5 /* GlucoseColorScheme.swift */,
|
|
|
@@ -2061,6 +2092,8 @@
|
|
|
388E5A5A25B6F05F0019842D /* Helpers */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ BD249DA62D42FE3800412DEB /* Calendar+GlucoseStatsChart.swift */,
|
|
|
+ BD249DA42D42FD9500412DEB /* CustomDatePicker.swift */,
|
|
|
C2A0A42E2CE0312C003B98E8 /* ConstantValues.swift */,
|
|
|
DD940BAB2CA75889000830A5 /* DynamicGlucoseColor.swift */,
|
|
|
38F37827261260DC009DB701 /* Color+Extensions.swift */,
|
|
|
@@ -2477,6 +2510,34 @@
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BD249D842D42FBD200412DEB /* ViewElements */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD249D932D42FC5C00412DEB /* TDDChart.swift */,
|
|
|
+ BD249D912D42FC5000412DEB /* SectorChart.swift */,
|
|
|
+ BD249D8F2D42FC4300412DEB /* MealStatsView.swift */,
|
|
|
+ BD249D8D2D42FC3600412DEB /* LoopStatsView.swift */,
|
|
|
+ BD249D8B2D42FC2500412DEB /* GlucoseStackedAreaChart.swift */,
|
|
|
+ BD249D892D42FC0E00412DEB /* GlucoseAreaChart.swift */,
|
|
|
+ BD249D872D42FBFB00412DEB /* BolusStatsView.swift */,
|
|
|
+ BD249D852D42FBE600412DEB /* BareStatisticsView.swift */,
|
|
|
+ );
|
|
|
+ path = ViewElements;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BD249D952D42FCA800412DEB /* StatStateModel+Setup */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD249DA02D42FD1000412DEB /* TDDSetup.swift */,
|
|
|
+ BD249D9E2D42FD0200412DEB /* StackedChartSetup.swift */,
|
|
|
+ BD249D9C2D42FCF300412DEB /* MealStatsSetup.swift */,
|
|
|
+ BD249D9A2D42FCD800412DEB /* LoopChartSetup.swift */,
|
|
|
+ BD249D982D42FCCA00412DEB /* BolusStatsSetup.swift */,
|
|
|
+ BD249D962D42FCBD00412DEB /* AreaChartSetup.swift */,
|
|
|
+ );
|
|
|
+ path = "StatStateModel+Setup";
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BD793CAD2CE7660C00D669AC /* Overrides */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -3450,6 +3511,7 @@
|
|
|
38AEE75225F022080013F05B /* SettingsManager.swift in Sources */,
|
|
|
3894873A2614928B004DF424 /* DispatchTimer.swift in Sources */,
|
|
|
3895E4C625B9E00D00214B37 /* Preferences.swift in Sources */,
|
|
|
+ BD249DA52D42FD9700412DEB /* CustomDatePicker.swift in Sources */,
|
|
|
CE94598429E9E3E60047C9C6 /* WatchConfigStateModel.swift in Sources */,
|
|
|
DD6B7CB92C7BAC6900B75029 /* NightscoutImportResultView.swift in Sources */,
|
|
|
38DF1786276A73D400B3528F /* TagCloudView.swift in Sources */,
|
|
|
@@ -3513,14 +3575,16 @@
|
|
|
3811DE3125C9D49500A708ED /* HomeProvider.swift in Sources */,
|
|
|
FE41E4D629463EE20047FD55 /* NightscoutPreferences.swift in Sources */,
|
|
|
E013D872273AC6FE0014109C /* GlucoseSimulatorSource.swift in Sources */,
|
|
|
+ BD249D862D42FBEC00412DEB /* BareStatisticsView.swift in Sources */,
|
|
|
58645BA32CA2D325008AFCE7 /* BatterySetup.swift in Sources */,
|
|
|
388E5A5C25B6F0770019842D /* JSON.swift in Sources */,
|
|
|
3811DF0225CA9FEA00A708ED /* Credentials.swift in Sources */,
|
|
|
5837A5302BD2E3C700A5DC04 /* CarbEntryStored+helper.swift in Sources */,
|
|
|
389A572026079BAA00BC102F /* Interpolation.swift in Sources */,
|
|
|
DD9ECB702CA9A0BA00AA7C45 /* RemoteControlConfigStateModel.swift in Sources */,
|
|
|
- 19A910382A24EF3200C8951B /* ChartsView.swift in Sources */,
|
|
|
58A3D5522C96EFA8003F90FC /* TempTargetStored+CoreDataProperties.swift in Sources */,
|
|
|
+ BD249D942D42FC5E00412DEB /* TDDChart.swift in Sources */,
|
|
|
+ BD249D902D42FC4500412DEB /* MealStatsView.swift in Sources */,
|
|
|
DD32CF9A2CC8247B003686D6 /* TrioRemoteControl+Meal.swift in Sources */,
|
|
|
BDF34F832C10C5B600D51995 /* DataManager.swift in Sources */,
|
|
|
38B4F3C625E5017E00E76A18 /* NotificationCenter.swift in Sources */,
|
|
|
@@ -3533,6 +3597,7 @@
|
|
|
38A13D3225E28B4B00EAA382 /* PumpHistoryEvent.swift in Sources */,
|
|
|
E00EEC0627368630002FF094 /* UIAssembly.swift in Sources */,
|
|
|
3811DE1825C9D40400A708ED /* Router.swift in Sources */,
|
|
|
+ BD249DA12D42FD1200412DEB /* TDDSetup.swift in Sources */,
|
|
|
CE7950262998056D00FA576E /* CGMSetupView.swift in Sources */,
|
|
|
582FAE432C05102C00D1C13F /* CoreDataError.swift in Sources */,
|
|
|
38A0363B25ECF07E00FCBB52 /* GlucoseStorage.swift in Sources */,
|
|
|
@@ -3565,6 +3630,7 @@
|
|
|
CE1F6DE92BAF37C90064EB8D /* TidepoolConfigView.swift in Sources */,
|
|
|
3811DE5D25C9D4D500A708ED /* Publisher.swift in Sources */,
|
|
|
E00EEC0727368630002FF094 /* APSAssembly.swift in Sources */,
|
|
|
+ BD249D8A2D42FC1200412DEB /* GlucoseAreaChart.swift in Sources */,
|
|
|
38B4F3AF25E2979F00E76A18 /* IndexedCollection.swift in Sources */,
|
|
|
58D08B222C8DAA8E00AA37D3 /* OverrideView.swift in Sources */,
|
|
|
BD0B2EF32C5998E600B3298F /* MealPresetView.swift in Sources */,
|
|
|
@@ -3601,16 +3667,17 @@
|
|
|
3811DE6125C9D4D500A708ED /* ViewModifiers.swift in Sources */,
|
|
|
3811DEAC25C9D88300A708ED /* NightscoutManager.swift in Sources */,
|
|
|
BD793CB22CE8033500D669AC /* TempTargetRunStored.swift in Sources */,
|
|
|
- 19A910302A24BF6300C8951B /* StatsView.swift in Sources */,
|
|
|
BD7DA9A92AE06E9200601B20 /* BolusCalculatorStateModel.swift in Sources */,
|
|
|
CEB434E528B8FF5D00B70274 /* UIColor.swift in Sources */,
|
|
|
190EBCCB29FF13CB00BA767D /* UserInterfaceSettingsRootView.swift in Sources */,
|
|
|
3811DEA925C9D88300A708ED /* AppearanceManager.swift in Sources */,
|
|
|
+ BD249D8E2D42FC3900412DEB /* LoopStatsView.swift in Sources */,
|
|
|
CE7950242997D81700FA576E /* CGMSettingsView.swift in Sources */,
|
|
|
58237D9E2BCF0A6B00A47A79 /* PopupView.swift in Sources */,
|
|
|
BD793CB02CE7C61500D669AC /* OverrideRunStored+helper.swift in Sources */,
|
|
|
38D0B3D925EC07C400CB6E88 /* CarbsEntry.swift in Sources */,
|
|
|
DD32CF9C2CC82499003686D6 /* TrioRemoteControl+TempTarget.swift in Sources */,
|
|
|
+ BD249D882D42FC0000412DEB /* BolusStatsView.swift in Sources */,
|
|
|
38A9260525F012D8009E3739 /* CarbRatios.swift in Sources */,
|
|
|
38FCF3D625E8FDF40078B0D1 /* MD5.swift in Sources */,
|
|
|
DDD163142C4C68D300CD525A /* AdjustmentsProvider.swift in Sources */,
|
|
|
@@ -3618,6 +3685,7 @@
|
|
|
191F62682AD6B05A004D7911 /* NightscoutSettings.swift in Sources */,
|
|
|
3811DEAB25C9D88300A708ED /* HTTPResponseStatus.swift in Sources */,
|
|
|
3811DE5F25C9D4D500A708ED /* ProgressBar.swift in Sources */,
|
|
|
+ BD249D8C2D42FC2C00412DEB /* GlucoseStackedAreaChart.swift in Sources */,
|
|
|
38E87408274F9AD000975559 /* UserNotificationsManager.swift in Sources */,
|
|
|
CE82E02528E867BA00473A9C /* AlertStorage.swift in Sources */,
|
|
|
DD1745372C55B74200211FAC /* AlgorithmSettings.swift in Sources */,
|
|
|
@@ -3687,10 +3755,13 @@
|
|
|
DDA6E3222D25901100C2988C /* TempTargetHelpView.swift in Sources */,
|
|
|
58645B9D2CA2D275008AFCE7 /* DeterminationSetup.swift in Sources */,
|
|
|
DD1745442C55C60E00211FAC /* AutosensSettingsDataFlow.swift in Sources */,
|
|
|
+ BD249DA72D42FE4600412DEB /* Calendar+GlucoseStatsChart.swift in Sources */,
|
|
|
BDCAF2382C639F35002DC907 /* SettingItems.swift in Sources */,
|
|
|
58D08B342C8DF9A700AA37D3 /* CobIobChart.swift in Sources */,
|
|
|
642F76A05A4FF530463A9FD0 /* NightscoutConfigRootView.swift in Sources */,
|
|
|
+ BD249D9B2D42FCDB00412DEB /* LoopChartSetup.swift in Sources */,
|
|
|
BD7DA9AC2AE06EB900601B20 /* BolusCalculatorConfigRootView.swift in Sources */,
|
|
|
+ BD249DA32D42FD7C00412DEB /* TDD.swift in Sources */,
|
|
|
AD3D2CD42CD01B9EB8F26522 /* PumpConfigDataFlow.swift in Sources */,
|
|
|
DD17452E2C55AE4800211FAC /* TargetBehavoirDataFlow.swift in Sources */,
|
|
|
53F2382465BF74DB1A967C8B /* PumpConfigProvider.swift in Sources */,
|
|
|
@@ -3751,6 +3822,7 @@
|
|
|
BD7DA9A72AE06E2B00601B20 /* BolusCalculatorConfigProvider.swift in Sources */,
|
|
|
38192E0D261BAF980094D973 /* ConvenienceExtensions.swift in Sources */,
|
|
|
88AB39B23C9552BD6E0C9461 /* ISFEditorRootView.swift in Sources */,
|
|
|
+ BD249D9D2D42FCF500412DEB /* MealStatsSetup.swift in Sources */,
|
|
|
BD6EB2D62C7D049B0086BBB6 /* LiveActivityWidgetConfiguration.swift in Sources */,
|
|
|
DD32CF982CC82463003686D6 /* TrioRemoteControl+Bolus.swift in Sources */,
|
|
|
F816825E28DB441200054060 /* HeartBeatManager.swift in Sources */,
|
|
|
@@ -3777,6 +3849,7 @@
|
|
|
DD17453A2C55BFA600211FAC /* AlgorithmAdvancedSettingsDataFlow.swift in Sources */,
|
|
|
5075C1608E6249A51495C422 /* TargetsEditorProvider.swift in Sources */,
|
|
|
E13B7DAB2A435F57066AF02E /* TargetsEditorStateModel.swift in Sources */,
|
|
|
+ BD249D992D42FCCD00412DEB /* BolusStatsSetup.swift in Sources */,
|
|
|
9702FF92A09C53942F20D7EA /* TargetsEditorRootView.swift in Sources */,
|
|
|
1967DFBE29D052C200759F30 /* Icons.swift in Sources */,
|
|
|
38E8754F275556FA00975559 /* WatchManager.swift in Sources */,
|
|
|
@@ -3796,6 +3869,7 @@
|
|
|
DDAA29852D2D1D9E006546A1 /* AdjustmentsRootView+TempTargets.swift in Sources */,
|
|
|
E592A3792CEEC038009A472C /* ContactImageRootView.swift in Sources */,
|
|
|
BDC531182D1062F200088832 /* ContactImageState.swift in Sources */,
|
|
|
+ BD249D9F2D42FD0600412DEB /* StackedChartSetup.swift in Sources */,
|
|
|
E592A37A2CEEC038009A472C /* ContactImageProvider.swift in Sources */,
|
|
|
CE82E02728E869DF00473A9C /* AlertEntry.swift in Sources */,
|
|
|
38E4451E274DB04600EC9A94 /* AppDelegate.swift in Sources */,
|
|
|
@@ -3806,6 +3880,7 @@
|
|
|
38AAF85525FFF846004AF583 /* CurrentGlucoseView.swift in Sources */,
|
|
|
041D1E995A6AE92E9289DC49 /* TreatmentsDataFlow.swift in Sources */,
|
|
|
DD32CF9E2CC824C5003686D6 /* TrioRemoteControl+Override.swift in Sources */,
|
|
|
+ BD249D922D42FC5300412DEB /* SectorChart.swift in Sources */,
|
|
|
23888883D4EA091C88480FF2 /* TreatmentsProvider.swift in Sources */,
|
|
|
38E98A2D25F52DC400C0CED0 /* NSLocking+Extensions.swift in Sources */,
|
|
|
715120D22D3C2BB4005D9FB6 /* GlucoseNotificationsOption.swift in Sources */,
|
|
|
@@ -3857,6 +3932,7 @@
|
|
|
6EADD581738D64431902AC0A /* (null) in Sources */,
|
|
|
CE94598729E9E4110047C9C6 /* WatchConfigRootView.swift in Sources */,
|
|
|
DD5DC9FB2CF3E1B100AB8703 /* AdjustmentsStateModel+Helpers.swift in Sources */,
|
|
|
+ BD249D972D42FCBF00412DEB /* AreaChartSetup.swift in Sources */,
|
|
|
DDF847E42C5C288F0049BB3B /* LiveActivitySettingsRootView.swift in Sources */,
|
|
|
DD88C8E22C50420800F2D558 /* DefinitionRow.swift in Sources */,
|
|
|
B7C465E9472624D8A2BE2A6A /* (null) in Sources */,
|