|
52 | 52 | 4354003A1C9FB81100D5819C /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43DE92501C541832001FFDE1 /* UIColor.swift */; };
|
53 | 53 | 43649A631C7A347F00523D7F /* CollectionType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43649A621C7A347F00523D7F /* CollectionType.swift */; };
|
54 | 54 | 436A0DA51D236A2A00104B24 /* LoopError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 436A0DA41D236A2A00104B24 /* LoopError.swift */; };
|
55 |
| - 436FACEC1D0BA246004E2427 /* SegmentedControlTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 436FACEB1D0BA246004E2427 /* SegmentedControlTableViewCell.swift */; }; |
56 | 55 | 436FACEE1D0BA636004E2427 /* InsulinDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 436FACED1D0BA636004E2427 /* InsulinDataSource.swift */; };
|
57 | 56 | 43776F901B8022E90074EA36 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43776F8F1B8022E90074EA36 /* AppDelegate.swift */; };
|
58 | 57 | 43776F971B8022E90074EA36 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43776F951B8022E90074EA36 /* Main.storyboard */; };
|
|
133 | 132 | 43F41C351D3B623800C11ED6 /* ChartPointsTouchHighlightLayerViewCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F41C341D3B623800C11ED6 /* ChartPointsTouchHighlightLayerViewCache.swift */; };
|
134 | 133 | 43F41C371D3BF32400C11ED6 /* UIAlertController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F41C361D3BF32400C11ED6 /* UIAlertController.swift */; };
|
135 | 134 | 43F4EF1D1BA2A57600526CE1 /* DiagnosticLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F4EF1C1BA2A57600526CE1 /* DiagnosticLogger.swift */; };
|
| 135 | + 43F5173D1D713DB0000FA422 /* RadioSelectionTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F5173C1D713DB0000FA422 /* RadioSelectionTableViewController.swift */; }; |
136 | 136 | 43F5C2C91B929C09003EB13D /* HealthKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43F5C2C81B929C09003EB13D /* HealthKit.framework */; };
|
137 | 137 | 43F5C2DB1B92A5E1003EB13D /* SettingsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F5C2DA1B92A5E1003EB13D /* SettingsTableViewController.swift */; };
|
138 | 138 | 43F78D261C8FC000002152D1 /* DoseMath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F78D251C8FC000002152D1 /* DoseMath.swift */; };
|
|
270 | 270 | 435400331C9F878D00D5819C /* SetBolusUserInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetBolusUserInfo.swift; sourceTree = "<group>"; };
|
271 | 271 | 43649A621C7A347F00523D7F /* CollectionType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollectionType.swift; sourceTree = "<group>"; };
|
272 | 272 | 436A0DA41D236A2A00104B24 /* LoopError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoopError.swift; sourceTree = "<group>"; };
|
273 |
| - 436FACEB1D0BA246004E2427 /* SegmentedControlTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SegmentedControlTableViewCell.swift; sourceTree = "<group>"; }; |
274 | 273 | 436FACED1D0BA636004E2427 /* InsulinDataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InsulinDataSource.swift; sourceTree = "<group>"; };
|
275 | 274 | 43776F8C1B8022E90074EA36 /* Loop.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Loop.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
276 | 275 | 43776F8F1B8022E90074EA36 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = AppDelegate.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
|
355 | 354 | 43F41C341D3B623800C11ED6 /* ChartPointsTouchHighlightLayerViewCache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChartPointsTouchHighlightLayerViewCache.swift; sourceTree = "<group>"; };
|
356 | 355 | 43F41C361D3BF32400C11ED6 /* UIAlertController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIAlertController.swift; sourceTree = "<group>"; };
|
357 | 356 | 43F4EF1C1BA2A57600526CE1 /* DiagnosticLogger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DiagnosticLogger.swift; sourceTree = "<group>"; };
|
| 357 | + 43F5173C1D713DB0000FA422 /* RadioSelectionTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RadioSelectionTableViewController.swift; sourceTree = "<group>"; }; |
358 | 358 | 43F5C2C81B929C09003EB13D /* HealthKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = HealthKit.framework; path = System/Library/Frameworks/HealthKit.framework; sourceTree = SDKROOT; };
|
359 | 359 | 43F5C2D41B92A4A6003EB13D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
360 | 360 | 43F5C2D61B92A4DC003EB13D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
624 | 624 | 4315D2861CA5CC3B00589052 /* CarbEntryEditTableViewController.swift */,
|
625 | 625 | 43DBF0581C93F73800B3C386 /* CarbEntryTableViewController.swift */,
|
626 | 626 | 4302F4E21D4EA54200F0FCAF /* InsulinDeliveryTableViewController.swift */,
|
| 627 | + 43F5173C1D713DB0000FA422 /* RadioSelectionTableViewController.swift */, |
627 | 628 | 43F5C2DA1B92A5E1003EB13D /* SettingsTableViewController.swift */,
|
628 | 629 | 43E3449E1B9D68E900C85C07 /* StatusTableViewController.swift */,
|
629 | 630 | 4302F4E01D4E9C8900F0FCAF /* TextFieldTableViewController.swift */,
|
|
648 | 649 | 437CEEBD1CD6E0CB003C8C80 /* LoopCompletionHUDView.swift */,
|
649 | 650 | 438DADC71CDE8F8B007697A5 /* LoopStateView.swift */,
|
650 | 651 | 437CEEC71CD84CBB003C8C80 /* ReservoirVolumeHUDView.swift */,
|
651 |
| - 436FACEB1D0BA246004E2427 /* SegmentedControlTableViewCell.swift */, |
652 | 652 | 43A5676A1C96155700334FAC /* SwitchTableViewCell.swift */,
|
653 | 653 | 434F54621D28DD80002A9274 /* ValidatingIndicatorView.swift */,
|
654 | 654 | );
|
|
1003 | 1003 | 43E2D8C81D208D5B004DA55F /* KeychainManager+Loop.swift in Sources */,
|
1004 | 1004 | 4346D1E71C77F5FE00ABAFE3 /* ChartTableViewCell.swift in Sources */,
|
1005 | 1005 | 437CEEE41CDE5C0A003C8C80 /* UIImage.swift in Sources */,
|
1006 |
| - 436FACEC1D0BA246004E2427 /* SegmentedControlTableViewCell.swift in Sources */, |
1007 | 1006 | 43DBF0591C93F73800B3C386 /* CarbEntryTableViewController.swift in Sources */,
|
1008 | 1007 | 43DE925C1C547A20001FFDE1 /* WatchContext.swift in Sources */,
|
1009 | 1008 | 43F41C351D3B623800C11ED6 /* ChartPointsTouchHighlightLayerViewCache.swift in Sources */,
|
|
1016 | 1015 | 438849EA1D297CB6003B3F23 /* NightscoutService.swift in Sources */,
|
1017 | 1016 | 437CCADC1D284B830075D2C3 /* ButtonTableViewCell.swift in Sources */,
|
1018 | 1017 | 4315D2871CA5CC3B00589052 /* CarbEntryEditTableViewController.swift in Sources */,
|
| 1018 | + 43F5173D1D713DB0000FA422 /* RadioSelectionTableViewController.swift in Sources */, |
1019 | 1019 | 4331E0781C85302200FBE832 /* CGPoint.swift in Sources */,
|
1020 | 1020 | 43DBF04C1C93B8D700B3C386 /* BolusViewController.swift in Sources */,
|
1021 | 1021 | 4328E0351CFC0AE100E199AA /* WatchDataManager.swift in Sources */,
|
|
1168 | 1168 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
1169 | 1169 | CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)";
|
1170 | 1170 | COPY_PHASE_STRIP = NO;
|
1171 |
| - CURRENT_PROJECT_VERSION = 17; |
| 1171 | + CURRENT_PROJECT_VERSION = 19; |
1172 | 1172 | DEBUG_INFORMATION_FORMAT = dwarf;
|
1173 | 1173 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
1174 | 1174 | ENABLE_TESTABILITY = YES;
|
|
1216 | 1216 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
1217 | 1217 | CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)";
|
1218 | 1218 | COPY_PHASE_STRIP = NO;
|
1219 |
| - CURRENT_PROJECT_VERSION = 17; |
| 1219 | + CURRENT_PROJECT_VERSION = 19; |
1220 | 1220 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
1221 | 1221 | ENABLE_NS_ASSERTIONS = NO;
|
1222 | 1222 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
0 commit comments