|
380 | 380 | B42D124328D371C400E43D22 /* AlertMuter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B42D124228D371C400E43D22 /* AlertMuter.swift */; };
|
381 | 381 | B43CF07E29434EC4008A520B /* HowMuteAlertWorkView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43CF07D29434EC4008A520B /* HowMuteAlertWorkView.swift */; };
|
382 | 382 | B43DA44124D9C12100CAFF4E /* DismissibleHostingController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43DA44024D9C12100CAFF4E /* DismissibleHostingController.swift */; };
|
383 |
| - B44251B3252350CE00605937 /* ChartAxisValuesStaticGeneratorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B44251B2252350CE00605937 /* ChartAxisValuesStaticGeneratorTests.swift */; }; |
384 |
| - B44251B62523578300605937 /* PredictedGlucoseChartTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B44251B52523578300605937 /* PredictedGlucoseChartTests.swift */; }; |
385 | 383 | B48B0BAC24900093009A48DE /* PumpStatusHUDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B48B0BAB24900093009A48DE /* PumpStatusHUDView.swift */; };
|
386 | 384 | B490A03F24D0550F00F509FA /* GlucoseRangeCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = B490A03E24D0550F00F509FA /* GlucoseRangeCategory.swift */; };
|
387 | 385 | B490A04124D0559D00F509FA /* DeviceLifecycleProgressState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B490A04024D0559D00F509FA /* DeviceLifecycleProgressState.swift */; };
|
|
1346 | 1344 | B42D124228D371C400E43D22 /* AlertMuter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlertMuter.swift; sourceTree = "<group>"; };
|
1347 | 1345 | B43CF07D29434EC4008A520B /* HowMuteAlertWorkView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HowMuteAlertWorkView.swift; sourceTree = "<group>"; };
|
1348 | 1346 | B43DA44024D9C12100CAFF4E /* DismissibleHostingController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DismissibleHostingController.swift; sourceTree = "<group>"; };
|
1349 |
| - B44251B2252350CE00605937 /* ChartAxisValuesStaticGeneratorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartAxisValuesStaticGeneratorTests.swift; sourceTree = "<group>"; }; |
1350 |
| - B44251B52523578300605937 /* PredictedGlucoseChartTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PredictedGlucoseChartTests.swift; sourceTree = "<group>"; }; |
1351 | 1347 | B48B0BAB24900093009A48DE /* PumpStatusHUDView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PumpStatusHUDView.swift; sourceTree = "<group>"; };
|
1352 | 1348 | B490A03C24D04F9400F509FA /* Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; };
|
1353 | 1349 | B490A03E24D0550F00F509FA /* GlucoseRangeCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlucoseRangeCategory.swift; sourceTree = "<group>"; };
|
|
2427 | 2423 | 43F78D2C1C8FC58F002152D1 /* LoopTests */ = {
|
2428 | 2424 | isa = PBXGroup;
|
2429 | 2425 | children = (
|
2430 |
| - B44251B42523576B00605937 /* Charts */, |
2431 |
| - A9E6DFE4246A0418005B1A1C /* Extensions */, |
2432 | 2426 | E9C58A7624DB510500487A17 /* Fixtures */,
|
2433 | 2427 | B4CAD8772549D2330057946B /* LoopCore */,
|
2434 | 2428 | 1DA7A83F24476E8C008257F0 /* Managers */,
|
|
2770 | 2764 | path = Remote;
|
2771 | 2765 | sourceTree = "<group>";
|
2772 | 2766 | };
|
2773 |
| - A9E6DFE4246A0418005B1A1C /* Extensions */ = { |
2774 |
| - isa = PBXGroup; |
2775 |
| - children = ( |
2776 |
| - B44251B2252350CE00605937 /* ChartAxisValuesStaticGeneratorTests.swift */, |
2777 |
| - ); |
2778 |
| - path = Extensions; |
2779 |
| - sourceTree = "<group>"; |
2780 |
| - }; |
2781 | 2767 | A9E6DFED246A0460005B1A1C /* Models */ = {
|
2782 | 2768 | isa = PBXGroup;
|
2783 | 2769 | children = (
|
|
2799 | 2785 | path = ViewModel;
|
2800 | 2786 | sourceTree = "<group>";
|
2801 | 2787 | };
|
2802 |
| - B44251B42523576B00605937 /* Charts */ = { |
2803 |
| - isa = PBXGroup; |
2804 |
| - children = ( |
2805 |
| - B44251B52523578300605937 /* PredictedGlucoseChartTests.swift */, |
2806 |
| - ); |
2807 |
| - path = Charts; |
2808 |
| - sourceTree = "<group>"; |
2809 |
| - }; |
2810 | 2788 | B4BC56362518DE8800373647 /* ViewModels */ = {
|
2811 | 2789 | isa = PBXGroup;
|
2812 | 2790 | children = (
|
|
4095 | 4073 | buildActionMask = 2147483647;
|
4096 | 4074 | files = (
|
4097 | 4075 | A9DF02CB24F72B9E00B7C988 /* CriticalEventLogTests.swift in Sources */,
|
4098 |
| - B44251B3252350CE00605937 /* ChartAxisValuesStaticGeneratorTests.swift in Sources */, |
4099 | 4076 | 1D80313D24746274002810DF /* AlertStoreTests.swift in Sources */,
|
4100 | 4077 | C1777A6625A125F100595963 /* ManualEntryDoseViewModelTests.swift in Sources */,
|
4101 | 4078 | C16B984026B4898800256B05 /* DoseEnactorTests.swift in Sources */,
|
4102 | 4079 | A9A63F8E246B271600588D5B /* NSTimeInterval.swift in Sources */,
|
4103 | 4080 | A9DFAFB324F0415E00950D1E /* CarbBackfillRequestUserInfoTests.swift in Sources */,
|
4104 | 4081 | A963B27A252CEBAE0062AA12 /* SetBolusUserInfoTests.swift in Sources */,
|
4105 |
| - B44251B62523578300605937 /* PredictedGlucoseChartTests.swift in Sources */, |
4106 | 4082 | A9DFAFB524F048A000950D1E /* WatchHistoricalCarbsTests.swift in Sources */,
|
4107 | 4083 | C16575732538AFF6004AE16E /* CGMStalenessMonitorTests.swift in Sources */,
|
4108 | 4084 | 1DA7A84424477698008257F0 /* InAppModalAlertSchedulerTests.swift in Sources */,
|
|
0 commit comments