|
22 | 22 | /* End PBXAggregateTarget section */ |
23 | 23 |
|
24 | 24 | /* Begin PBXBuildFile section */ |
25 | | - 1DA649A7244126CD00F61E75 /* UserNotificationDeviceAlertHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DA649A6244126CD00F61E75 /* UserNotificationDeviceAlertHandler.swift */; }; |
26 | | - 1DA649A9244126DA00F61E75 /* InAppModalDeviceAlertHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DA649A8244126DA00F61E75 /* InAppModalDeviceAlertHandler.swift */; }; |
| 25 | + 1DA649A7244126CD00F61E75 /* UserNotificationDeviceAlertPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DA649A6244126CD00F61E75 /* UserNotificationDeviceAlertPresenter.swift */; }; |
| 26 | + 1DA649A9244126DA00F61E75 /* InAppModalDeviceAlertPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DA649A8244126DA00F61E75 /* InAppModalDeviceAlertPresenter.swift */; }; |
| 27 | + 1DA7A84224476EAD008257F0 /* DeviceAlertManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DA7A84124476EAD008257F0 /* DeviceAlertManagerTests.swift */; }; |
| 28 | + 1DA7A84424477698008257F0 /* InAppModalDeviceAlertPresenterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DA7A84324477698008257F0 /* InAppModalDeviceAlertPresenterTests.swift */; }; |
27 | 29 | 1DB1065124467E18005542BD /* DeviceAlertManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DB1065024467E18005542BD /* DeviceAlertManager.swift */; }; |
| 30 | + 1DFE9E172447B6270082C280 /* UserNotificationDeviceAlertPresenterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DFE9E162447B6270082C280 /* UserNotificationDeviceAlertPresenterTests.swift */; }; |
28 | 31 | 43027F0F1DFE0EC900C51989 /* HKUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F526D5E1DF2459000A04910 /* HKUnit.swift */; }; |
29 | 32 | 4302F4E11D4E9C8900F0FCAF /* TextFieldTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4302F4E01D4E9C8900F0FCAF /* TextFieldTableViewController.swift */; }; |
30 | 33 | 4302F4E31D4EA54200F0FCAF /* InsulinDeliveryTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4302F4E21D4EA54200F0FCAF /* InsulinDeliveryTableViewController.swift */; }; |
|
593 | 596 | /* End PBXCopyFilesBuildPhase section */ |
594 | 597 |
|
595 | 598 | /* Begin PBXFileReference section */ |
596 | | - 1DA649A6244126CD00F61E75 /* UserNotificationDeviceAlertHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserNotificationDeviceAlertHandler.swift; sourceTree = "<group>"; }; |
597 | | - 1DA649A8244126DA00F61E75 /* InAppModalDeviceAlertHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InAppModalDeviceAlertHandler.swift; sourceTree = "<group>"; }; |
| 599 | + 1DA649A6244126CD00F61E75 /* UserNotificationDeviceAlertPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserNotificationDeviceAlertPresenter.swift; sourceTree = "<group>"; }; |
| 600 | + 1DA649A8244126DA00F61E75 /* InAppModalDeviceAlertPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InAppModalDeviceAlertPresenter.swift; sourceTree = "<group>"; }; |
| 601 | + 1DA7A84124476EAD008257F0 /* DeviceAlertManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceAlertManagerTests.swift; sourceTree = "<group>"; }; |
| 602 | + 1DA7A84324477698008257F0 /* InAppModalDeviceAlertPresenterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InAppModalDeviceAlertPresenterTests.swift; sourceTree = "<group>"; }; |
598 | 603 | 1DB1065024467E18005542BD /* DeviceAlertManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeviceAlertManager.swift; sourceTree = "<group>"; }; |
| 604 | + 1DFE9E162447B6270082C280 /* UserNotificationDeviceAlertPresenterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserNotificationDeviceAlertPresenterTests.swift; sourceTree = "<group>"; }; |
599 | 605 | 4302F4E01D4E9C8900F0FCAF /* TextFieldTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextFieldTableViewController.swift; sourceTree = "<group>"; }; |
600 | 606 | 4302F4E21D4EA54200F0FCAF /* InsulinDeliveryTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InsulinDeliveryTableViewController.swift; sourceTree = "<group>"; }; |
601 | 607 | 430B29892041F54A00BA9F93 /* NSUserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSUserDefaults.swift; sourceTree = "<group>"; }; |
|
1213 | 1219 | isa = PBXGroup; |
1214 | 1220 | children = ( |
1215 | 1221 | 1DB1065024467E18005542BD /* DeviceAlertManager.swift */, |
1216 | | - 1DA649A8244126DA00F61E75 /* InAppModalDeviceAlertHandler.swift */, |
1217 | | - 1DA649A6244126CD00F61E75 /* UserNotificationDeviceAlertHandler.swift */, |
| 1222 | + 1DA649A8244126DA00F61E75 /* InAppModalDeviceAlertPresenter.swift */, |
| 1223 | + 1DA649A6244126CD00F61E75 /* UserNotificationDeviceAlertPresenter.swift */, |
| 1224 | + ); |
| 1225 | + path = DeviceAlert; |
| 1226 | + sourceTree = "<group>"; |
| 1227 | + }; |
| 1228 | + 1DA7A83F24476E8C008257F0 /* Managers */ = { |
| 1229 | + isa = PBXGroup; |
| 1230 | + children = ( |
| 1231 | + 1DA7A84024476E98008257F0 /* DeviceAlert */, |
| 1232 | + ); |
| 1233 | + path = Managers; |
| 1234 | + sourceTree = "<group>"; |
| 1235 | + }; |
| 1236 | + 1DA7A84024476E98008257F0 /* DeviceAlert */ = { |
| 1237 | + isa = PBXGroup; |
| 1238 | + children = ( |
| 1239 | + 1DA7A84124476EAD008257F0 /* DeviceAlertManagerTests.swift */, |
| 1240 | + 1DA7A84324477698008257F0 /* InAppModalDeviceAlertPresenterTests.swift */, |
| 1241 | + 1DFE9E162447B6270082C280 /* UserNotificationDeviceAlertPresenterTests.swift */, |
1218 | 1242 | ); |
1219 | 1243 | path = DeviceAlert; |
1220 | 1244 | sourceTree = "<group>"; |
|
1640 | 1664 | 43F78D2C1C8FC58F002152D1 /* LoopTests */ = { |
1641 | 1665 | isa = PBXGroup; |
1642 | 1666 | children = ( |
| 1667 | + 1DA7A83F24476E8C008257F0 /* Managers */, |
1643 | 1668 | 43E2D90F1D20C581004DA55F /* Info.plist */, |
1644 | 1669 | 7D2366E421250E0A0028B67D /* InfoPlist.strings */, |
1645 | 1670 | A9DAE7CF2332D77F006AE942 /* LoopTests.swift */, |
|
2667 | 2692 | C1F8B243223E73FD00DD66CF /* BolusProgressTableViewCell.swift in Sources */, |
2668 | 2693 | 89D6953E23B6DF8A002B3066 /* PotentialCarbEntryTableViewCell.swift in Sources */, |
2669 | 2694 | 89CA2B30226C0161004D9350 /* DirectoryObserver.swift in Sources */, |
2670 | | - 1DA649A7244126CD00F61E75 /* UserNotificationDeviceAlertHandler.swift in Sources */, |
| 2695 | + 1DA649A7244126CD00F61E75 /* UserNotificationDeviceAlertPresenter.swift in Sources */, |
2671 | 2696 | 439A7942211F631C0041B75F /* RootNavigationController.swift in Sources */, |
2672 | 2697 | 4F11D3C020DCBEEC006E072C /* GlucoseBackfillRequestUserInfo.swift in Sources */, |
2673 | 2698 | 43F5C2DB1B92A5E1003EB13D /* SettingsTableViewController.swift in Sources */, |
2674 | 2699 | 89E267FC2292456700A3F2AF /* FeatureFlags.swift in Sources */, |
2675 | 2700 | 43A567691C94880B00334FAC /* LoopDataManager.swift in Sources */, |
2676 | | - 1DA649A9244126DA00F61E75 /* InAppModalDeviceAlertHandler.swift in Sources */, |
| 2701 | + 1DA649A9244126DA00F61E75 /* InAppModalDeviceAlertPresenter.swift in Sources */, |
2677 | 2702 | 43B260491ED248FB008CAA77 /* CarbEntryTableViewCell.swift in Sources */, |
2678 | 2703 | 4302F4E11D4E9C8900F0FCAF /* TextFieldTableViewController.swift in Sources */, |
2679 | 2704 | 43F64DD91D9C92C900D24DC6 /* TitleSubtitleTableViewCell.swift in Sources */, |
|
2940 | 2965 | isa = PBXSourcesBuildPhase; |
2941 | 2966 | buildActionMask = 2147483647; |
2942 | 2967 | files = ( |
| 2968 | + 1DA7A84424477698008257F0 /* InAppModalDeviceAlertPresenterTests.swift in Sources */, |
2943 | 2969 | 8968B114240C55F10074BB48 /* LoopSettingsTests.swift in Sources */, |
| 2970 | + 1DA7A84224476EAD008257F0 /* DeviceAlertManagerTests.swift in Sources */, |
2944 | 2971 | A9DAE7D02332D77F006AE942 /* LoopTests.swift in Sources */, |
| 2972 | + 1DFE9E172447B6270082C280 /* UserNotificationDeviceAlertPresenterTests.swift in Sources */, |
2945 | 2973 | ); |
2946 | 2974 | runOnlyForDeploymentPostprocessing = 0; |
2947 | 2975 | }; |
|
0 commit comments