|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + B500000000000000000000A2 /* RemoteBolusHistoryEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500000000000000000000A1 /* RemoteBolusHistoryEntry.swift */; }; |
| 11 | + B500000000000000000000A4 /* QuickPickBolusesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500000000000000000000A3 /* QuickPickBolusesManager.swift */; }; |
| 12 | + B500000000000000000000B2 /* RemoteMealHistoryEntry.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500000000000000000000B1 /* RemoteMealHistoryEntry.swift */; }; |
| 13 | + B500000000000000000000B4 /* QuickPickMealsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500000000000000000000B3 /* QuickPickMealsManager.swift */; }; |
10 | 14 | 2D8068C66833EEAED7B4BEB8 /* FutureCarbsCondition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EBAB9EECE7095238A558060 /* FutureCarbsCondition.swift */; }; |
11 | 15 | 374A77992F5BD8B200E96858 /* APNSClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 374A77982F5BD8AB00E96858 /* APNSClient.swift */; }; |
12 | 16 | 374A77A52F5BE17000E96858 /* AppGroupID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 374A779F2F5BE17000E96858 /* AppGroupID.swift */; }; |
|
97 | 101 | DD16AF0D2C98485400FB655A /* SecureStorageValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16AF0C2C98485400FB655A /* SecureStorageValue.swift */; }; |
98 | 102 | DD16AF0F2C99592F00FB655A /* HKQuantityInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16AF0E2C99592F00FB655A /* HKQuantityInputView.swift */; }; |
99 | 103 | DD16AF112C997B4600FB655A /* LoadingButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16AF102C997B4600FB655A /* LoadingButtonView.swift */; }; |
| 104 | + B500000000000000000000C2 /* QuickPickSectionHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500000000000000000000C1 /* QuickPickSectionHeader.swift */; }; |
100 | 105 | DD1D52B92E1EB5DC00432050 /* TabPosition.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1D52B82E1EB5DC00432050 /* TabPosition.swift */; }; |
101 | 106 | CC3D4E5F6A7B8C9D0E2F2A3B /* MoreMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC3D4E5F6A7B8C9D0E1F2A3B /* MoreMenuView.swift */; }; |
102 | 107 | DD7A3B5D2F1E8D9A00B4C6E1 /* BGDisplayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD7A3B5C2F1E8D9A00B4C6E1 /* BGDisplayView.swift */; }; |
|
465 | 470 | /* End PBXCopyFilesBuildPhase section */ |
466 | 471 |
|
467 | 472 | /* Begin PBXFileReference section */ |
| 473 | + B500000000000000000000A1 /* RemoteBolusHistoryEntry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteBolusHistoryEntry.swift; sourceTree = "<group>"; }; |
| 474 | + B500000000000000000000A3 /* QuickPickBolusesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickPickBolusesManager.swift; sourceTree = "<group>"; }; |
| 475 | + B500000000000000000000B1 /* RemoteMealHistoryEntry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteMealHistoryEntry.swift; sourceTree = "<group>"; }; |
| 476 | + B500000000000000000000B3 /* QuickPickMealsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickPickMealsManager.swift; sourceTree = "<group>"; }; |
468 | 477 | 059B0FA59AABFE72FE13DDDA /* Pods-LoopFollow.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LoopFollow.release.xcconfig"; path = "Target Support Files/Pods-LoopFollow/Pods-LoopFollow.release.xcconfig"; sourceTree = "<group>"; }; |
469 | 478 | 2B9BEC26E4E48EF9B811A372 /* PendingFutureCarb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingFutureCarb.swift; sourceTree = "<group>"; }; |
470 | 479 | 2EBAB9EECE7095238A558060 /* FutureCarbsCondition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FutureCarbsCondition.swift; sourceTree = "<group>"; }; |
|
552 | 561 | DD16AF0C2C98485400FB655A /* SecureStorageValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureStorageValue.swift; sourceTree = "<group>"; }; |
553 | 562 | DD16AF0E2C99592F00FB655A /* HKQuantityInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HKQuantityInputView.swift; sourceTree = "<group>"; }; |
554 | 563 | DD16AF102C997B4600FB655A /* LoadingButtonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingButtonView.swift; sourceTree = "<group>"; }; |
| 564 | + B500000000000000000000C1 /* QuickPickSectionHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickPickSectionHeader.swift; sourceTree = "<group>"; }; |
555 | 565 | DD1D52B82E1EB5DC00432050 /* TabPosition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabPosition.swift; sourceTree = "<group>"; }; |
556 | 566 | CC3D4E5F6A7B8C9D0E1F2A3B /* MoreMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreMenuView.swift; sourceTree = "<group>"; }; |
557 | 567 | DD7A3B5C2F1E8D9A00B4C6E1 /* BGDisplayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BGDisplayView.swift; sourceTree = "<group>"; }; |
|
1046 | 1056 | path = Metric; |
1047 | 1057 | sourceTree = "<group>"; |
1048 | 1058 | }; |
| 1059 | + B500000000000000000000B5 /* QuickPickMeals */ = { |
| 1060 | + isa = PBXGroup; |
| 1061 | + children = ( |
| 1062 | + B500000000000000000000B1 /* RemoteMealHistoryEntry.swift */, |
| 1063 | + B500000000000000000000B3 /* QuickPickMealsManager.swift */, |
| 1064 | + ); |
| 1065 | + path = QuickPickMeals; |
| 1066 | + sourceTree = "<group>"; |
| 1067 | + }; |
| 1068 | + B500000000000000000000A5 /* QuickPickBoluses */ = { |
| 1069 | + isa = PBXGroup; |
| 1070 | + children = ( |
| 1071 | + B500000000000000000000A1 /* RemoteBolusHistoryEntry.swift */, |
| 1072 | + B500000000000000000000A3 /* QuickPickBolusesManager.swift */, |
| 1073 | + ); |
| 1074 | + path = QuickPickBoluses; |
| 1075 | + sourceTree = "<group>"; |
| 1076 | + }; |
1049 | 1077 | DD0C0C6E2C4AFFB800DBADDF /* Remote */ = { |
1050 | 1078 | isa = PBXGroup; |
1051 | 1079 | children = ( |
| 1080 | + B500000000000000000000A5 /* QuickPickBoluses */, |
| 1081 | + B500000000000000000000B5 /* QuickPickMeals */, |
1052 | 1082 | DDEF503E2D479B8A00884336 /* LoopAPNS */, |
1053 | 1083 | DD4878112C7B74F90048F05C /* TRC */, |
1054 | 1084 | DD4878062C7B2E9E0048F05C /* Settings */, |
|
1394 | 1424 | DDF6999D2C5AAA640058A8D9 /* ErrorMessageView.swift */, |
1395 | 1425 | DD16AF0E2C99592F00FB655A /* HKQuantityInputView.swift */, |
1396 | 1426 | DD16AF102C997B4600FB655A /* LoadingButtonView.swift */, |
| 1427 | + B500000000000000000000C1 /* QuickPickSectionHeader.swift */, |
1397 | 1428 | DDE75D262DE5E539007C1FC1 /* ActionRow.swift */, |
1398 | 1429 | 654132E62E19EA7E00BDBE08 /* SimpleQRCodeScannerView.swift */, |
1399 | 1430 | DDE75D282DE5E56C007C1FC1 /* LinkRow.swift */, |
|
2168 | 2199 | DDC6CA4B2DD8E4960060EE25 /* PumpVolumeAlarmEditor.swift in Sources */, |
2169 | 2200 | 6589CC752E9EAFB700BB18FE /* SettingsMigrationManager.swift in Sources */, |
2170 | 2201 | DD16AF0F2C99592F00FB655A /* HKQuantityInputView.swift in Sources */, |
| 2202 | + B500000000000000000000C2 /* QuickPickSectionHeader.swift in Sources */, |
2171 | 2203 | DDFF3D7F2D1414A200BF9D9E /* BLEDevice.swift in Sources */, |
2172 | 2204 | DD9ACA042D32821400415D8A /* DeviceStatusTask.swift in Sources */, |
2173 | 2205 | FC16A97D24996747003D6245 /* SpeakBG.swift in Sources */, |
|
2194 | 2226 | 6584B1012E4A263900135D4D /* TOTPService.swift in Sources */, |
2195 | 2227 | DD48780E2C7B74A40048F05C /* TrioRemoteControlViewModel.swift in Sources */, |
2196 | 2228 | DDEF503A2D31615000999A5D /* LogManager.swift in Sources */, |
| 2229 | + B500000000000000000000A2 /* RemoteBolusHistoryEntry.swift in Sources */, |
| 2230 | + B500000000000000000000A4 /* QuickPickBolusesManager.swift in Sources */, |
| 2231 | + B500000000000000000000B2 /* RemoteMealHistoryEntry.swift in Sources */, |
| 2232 | + B500000000000000000000B4 /* QuickPickMealsManager.swift in Sources */, |
2197 | 2233 | DD4878172C7B75350048F05C /* BolusView.swift in Sources */, |
2198 | 2234 | DD026E592EA2C8A200A39CB5 /* InsulinPrecisionManager.swift in Sources */, |
2199 | 2235 | 374A77992F5BD8B200E96858 /* APNSClient.swift in Sources */, |
|
0 commit comments