|
48 | 48 | 435400351C9F878D00D5819C /* SetBolusUserInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 435400331C9F878D00D5819C /* SetBolusUserInfo.swift */; };
|
49 | 49 | 4354003A1C9FB81100D5819C /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43DE92501C541832001FFDE1 /* UIColor.swift */; };
|
50 | 50 | 43649A631C7A347F00523D7F /* CollectionType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43649A621C7A347F00523D7F /* CollectionType.swift */; };
|
| 51 | + 436FACEC1D0BA246004E2427 /* SegmentedControlTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 436FACEB1D0BA246004E2427 /* SegmentedControlTableViewCell.swift */; }; |
| 52 | + 436FACEE1D0BA636004E2427 /* InsulinDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 436FACED1D0BA636004E2427 /* InsulinDataSource.swift */; }; |
51 | 53 | 43776F901B8022E90074EA36 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43776F8F1B8022E90074EA36 /* AppDelegate.swift */; };
|
52 | 54 | 43776F971B8022E90074EA36 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43776F951B8022E90074EA36 /* Main.storyboard */; };
|
53 | 55 | 43776F991B8022E90074EA36 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 43776F981B8022E90074EA36 /* Assets.xcassets */; };
|
|
124 | 126 | 43F78D591C914C57002152D1 /* recommend_temp_basal_high_and_falling.json in Resources */ = {isa = PBXBuildFile; fileRef = 43F78D581C914C57002152D1 /* recommend_temp_basal_high_and_falling.json */; };
|
125 | 127 | 43F78D5B1C914CAB002152D1 /* recommend_temp_basal_in_range_and_rising.json in Resources */ = {isa = PBXBuildFile; fileRef = 43F78D5A1C914CAB002152D1 /* recommend_temp_basal_in_range_and_rising.json */; };
|
126 | 128 | 43F78D5D1C914CEA002152D1 /* recommend_temp_basal_high_and_rising.json in Resources */ = {isa = PBXBuildFile; fileRef = 43F78D5C1C914CEA002152D1 /* recommend_temp_basal_high_and_rising.json */; };
|
| 129 | + C10428971D17BAD400DD539A /* NightscoutUploadKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C10428961D17BAD400DD539A /* NightscoutUploadKit.framework */; }; |
127 | 130 | /* End PBXBuildFile section */
|
128 | 131 |
|
129 | 132 | /* Begin PBXContainerItemProxy section */
|
|
232 | 235 | 435400301C9F744E00D5819C /* BolusSuggestionUserInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BolusSuggestionUserInfo.swift; sourceTree = "<group>"; };
|
233 | 236 | 435400331C9F878D00D5819C /* SetBolusUserInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetBolusUserInfo.swift; sourceTree = "<group>"; };
|
234 | 237 | 43649A621C7A347F00523D7F /* CollectionType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollectionType.swift; sourceTree = "<group>"; };
|
| 238 | + 436FACEB1D0BA246004E2427 /* SegmentedControlTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SegmentedControlTableViewCell.swift; sourceTree = "<group>"; }; |
| 239 | + 436FACED1D0BA636004E2427 /* InsulinDataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InsulinDataSource.swift; sourceTree = "<group>"; }; |
235 | 240 | 43776F8C1B8022E90074EA36 /* Loop.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Loop.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
236 | 241 | 43776F8F1B8022E90074EA36 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
237 | 242 | 43776F961B8022E90074EA36 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
313 | 318 | 43F78D581C914C57002152D1 /* recommend_temp_basal_high_and_falling.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = recommend_temp_basal_high_and_falling.json; sourceTree = "<group>"; };
|
314 | 319 | 43F78D5A1C914CAB002152D1 /* recommend_temp_basal_in_range_and_rising.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = recommend_temp_basal_in_range_and_rising.json; sourceTree = "<group>"; };
|
315 | 320 | 43F78D5C1C914CEA002152D1 /* recommend_temp_basal_high_and_rising.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = recommend_temp_basal_high_and_rising.json; sourceTree = "<group>"; };
|
| 321 | + C10428961D17BAD400DD539A /* NightscoutUploadKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NightscoutUploadKit.framework; path = Carthage/Build/iOS/NightscoutUploadKit.framework; sourceTree = "<group>"; }; |
316 | 322 | /* End PBXFileReference section */
|
317 | 323 |
|
318 | 324 | /* Begin PBXFrameworksBuildPhase section */
|
|
327 | 333 | isa = PBXFrameworksBuildPhase;
|
328 | 334 | buildActionMask = 2147483647;
|
329 | 335 | files = (
|
| 336 | + C10428971D17BAD400DD539A /* NightscoutUploadKit.framework in Frameworks */, |
330 | 337 | 439897391CD2F82C00223065 /* AmplitudeFramework.framework in Frameworks */,
|
331 | 338 | 43F78D4C1C914197002152D1 /* CarbKit.framework in Frameworks */,
|
332 | 339 | 43EDDBF21C361C75007D89B5 /* CommonCrypto.framework in Frameworks */,
|
|
397 | 404 | 43DE92601C555C26001FFDE1 /* AbsorptionTimeType+CarbKit.swift */,
|
398 | 405 | 4331E0791C85650D00FBE832 /* ChartAxisValueDoubleLog.swift */,
|
399 | 406 | 434F24CA1CFCB7AB0004498F /* GlucoseRxMessage.swift */,
|
| 407 | + 436FACED1D0BA636004E2427 /* InsulinDataSource.swift */, |
400 | 408 | 43C418B41CE0575200405B6A /* ShareGlucose+GlucoseKit.swift */,
|
401 | 409 | 434F24C81CFCA8940004498F /* TransmitterGlucose.swift */,
|
402 | 410 | 4328E0311CFC068900E199AA /* WatchContext+LoopKit.swift */,
|
|
544 | 552 | 437CEEBD1CD6E0CB003C8C80 /* LoopCompletionHUDView.swift */,
|
545 | 553 | 438DADC71CDE8F8B007697A5 /* LoopStateView.swift */,
|
546 | 554 | 437CEEC71CD84CBB003C8C80 /* ReservoirVolumeHUDView.swift */,
|
| 555 | + 436FACEB1D0BA246004E2427 /* SegmentedControlTableViewCell.swift */, |
547 | 556 | 43EB40C11C83F84900472A8C /* StatusChartHighlightLayer.swift */,
|
548 | 557 | 43A5676A1C96155700334FAC /* SwitchTableViewCell.swift */,
|
549 | 558 | );
|
|
598 | 607 | 968DCD53F724DE56FFE51920 /* Frameworks */ = {
|
599 | 608 | isa = PBXGroup;
|
600 | 609 | children = (
|
| 610 | + C10428961D17BAD400DD539A /* NightscoutUploadKit.framework */, |
601 | 611 | 43B371871CE597D10013C5A6 /* ShareClient.framework */,
|
602 | 612 | 439897381CD2F82C00223065 /* AmplitudeFramework.framework */,
|
603 | 613 | 43F78D481C914197002152D1 /* CarbKit.framework */,
|
|
840 | 850 | "$(SRCROOT)/Carthage/Build/iOS/RileyLinkKit.framework",
|
841 | 851 | "$(SRCROOT)/Carthage/Build/iOS/AmplitudeFramework.framework",
|
842 | 852 | "$(SRCROOT)/Carthage/Build/iOS/ShareClient.framework",
|
| 853 | + "$(SRCROOT)/Carthage/Build/iOS/NightscoutUploadKit.framework", |
| 854 | + "$(SRCROOT)/Carthage/Build/iOS/Crypto.framework", |
843 | 855 | );
|
844 | 856 | outputPaths = (
|
845 | 857 | );
|
|
874 | 886 | 43DBF0531C93EC8200B3C386 /* DeviceDataManager.swift in Sources */,
|
875 | 887 | 4346D1E71C77F5FE00ABAFE3 /* ChartTableViewCell.swift in Sources */,
|
876 | 888 | 437CEEE41CDE5C0A003C8C80 /* UIImage.swift in Sources */,
|
| 889 | + 436FACEC1D0BA246004E2427 /* SegmentedControlTableViewCell.swift in Sources */, |
877 | 890 | 43DBF0591C93F73800B3C386 /* CarbEntryTableViewController.swift in Sources */,
|
878 | 891 | 43DE925C1C547A20001FFDE1 /* WatchContext.swift in Sources */,
|
879 | 892 | 43EB40861C82646A00472A8C /* StatusChartManager.swift in Sources */,
|
|
896 | 909 | 437CEECA1CD84DB7003C8C80 /* BatteryLevelHUDView.swift in Sources */,
|
897 | 910 | 43F78D261C8FC000002152D1 /* DoseMath.swift in Sources */,
|
898 | 911 | 4331E07A1C85650D00FBE832 /* ChartAxisValueDoubleLog.swift in Sources */,
|
| 912 | + 436FACEE1D0BA636004E2427 /* InsulinDataSource.swift in Sources */, |
899 | 913 | 439897371CD2F80600223065 /* AnalyticsManager.swift in Sources */,
|
900 | 914 | 4346D1F61C78501000ABAFE3 /* ChartPoint.swift in Sources */,
|
901 | 915 | 43F4EF1D1BA2A57600526CE1 /* DiagnosticLogger.swift in Sources */,
|
|
0 commit comments