|
42 | 42 | 266F53E426F7FCA6007481A6 /* ChartManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266F53E326F7FCA6007481A6 /* ChartManager.swift */; }; |
43 | 43 | 266F53E626FA7676007481A6 /* HomeScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266F53E526FA7676007481A6 /* HomeScreen.swift */; }; |
44 | 44 | 266F53EA26FA91F3007481A6 /* DeviceInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266F53E926FA91F3007481A6 /* DeviceInfo.swift */; }; |
45 | | - 266F53EC26FAABE7007481A6 /* TimeRangeTabs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266F53EB26FAABE7007481A6 /* TimeRangeTabs.swift */; }; |
46 | 45 | 2675CA5A26DC81AA00967E4D /* DFUComplete.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2675CA5926DC81AA00967E4D /* DFUComplete.swift */; }; |
| 46 | + 268E773C27174A2B000DF90D /* ChartSettingsSheetMain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 268E773B27174A2B000DF90D /* ChartSettingsSheetMain.swift */; }; |
| 47 | + 268E773F27174B8B000DF90D /* ChartSettingsSheetSliders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 268E773E27174B8B000DF90D /* ChartSettingsSheetSliders.swift */; }; |
| 48 | + 268E774127175830000DF90D /* ChartSettingsSheetDatePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 268E774027175830000DF90D /* ChartSettingsSheetDatePicker.swift */; }; |
47 | 49 | 26A40E852704E6F3007966F6 /* SheetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26A40E842704E6F3007966F6 /* SheetManager.swift */; }; |
48 | 50 | 26A40E892704E97C007966F6 /* DebugViewBLE.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26A40E882704E97C007966F6 /* DebugViewBLE.swift */; }; |
49 | 51 | 26A40E8B2704EB22007966F6 /* DebugViewDFU.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26A40E8A2704EB22007966F6 /* DebugViewDFU.swift */; }; |
|
133 | 135 | 266F53E326F7FCA6007481A6 /* ChartManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartManager.swift; sourceTree = "<group>"; }; |
134 | 136 | 266F53E526FA7676007481A6 /* HomeScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeScreen.swift; sourceTree = "<group>"; }; |
135 | 137 | 266F53E926FA91F3007481A6 /* DeviceInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceInfo.swift; sourceTree = "<group>"; }; |
136 | | - 266F53EB26FAABE7007481A6 /* TimeRangeTabs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeRangeTabs.swift; sourceTree = "<group>"; }; |
137 | 138 | 2675CA5926DC81AA00967E4D /* DFUComplete.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DFUComplete.swift; sourceTree = "<group>"; }; |
| 139 | + 268E773B27174A2B000DF90D /* ChartSettingsSheetMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartSettingsSheetMain.swift; sourceTree = "<group>"; }; |
| 140 | + 268E773E27174B8B000DF90D /* ChartSettingsSheetSliders.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartSettingsSheetSliders.swift; sourceTree = "<group>"; }; |
| 141 | + 268E774027175830000DF90D /* ChartSettingsSheetDatePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartSettingsSheetDatePicker.swift; sourceTree = "<group>"; }; |
138 | 142 | 26A40E842704E6F3007966F6 /* SheetManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SheetManager.swift; sourceTree = "<group>"; }; |
139 | 143 | 26A40E882704E97C007966F6 /* DebugViewBLE.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugViewBLE.swift; sourceTree = "<group>"; }; |
140 | 144 | 26A40E8A2704EB22007966F6 /* DebugViewDFU.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugViewDFU.swift; sourceTree = "<group>"; }; |
|
213 | 217 | 263B20B626CD673D00676BF0 /* Chart View Components */ = { |
214 | 218 | isa = PBXGroup; |
215 | 219 | children = ( |
216 | | - 266F53EB26FAABE7007481A6 /* TimeRangeTabs.swift */, |
217 | 220 | 263B20B426CD673900676BF0 /* ChartTabs.swift */, |
218 | 221 | 263B20B926CDF13400676BF0 /* HeartChart.swift */, |
219 | 222 | 263B20BB26CDF20400676BF0 /* BatteryChart.swift */, |
|
332 | 335 | path = "View Utilities"; |
333 | 336 | sourceTree = "<group>"; |
334 | 337 | }; |
| 338 | + 268E773D27174B6D000DF90D /* ChartSettingsSheet */ = { |
| 339 | + isa = PBXGroup; |
| 340 | + children = ( |
| 341 | + 268E773B27174A2B000DF90D /* ChartSettingsSheetMain.swift */, |
| 342 | + 268E773E27174B8B000DF90D /* ChartSettingsSheetSliders.swift */, |
| 343 | + 268E774027175830000DF90D /* ChartSettingsSheetDatePicker.swift */, |
| 344 | + ); |
| 345 | + path = ChartSettingsSheet; |
| 346 | + sourceTree = "<group>"; |
| 347 | + }; |
335 | 348 | 26A40E862704E7FD007966F6 /* Debug */ = { |
336 | 349 | isa = PBXGroup; |
337 | 350 | children = ( |
|
398 | 411 | children = ( |
399 | 412 | 26A6316226C4C6D6005AE404 /* BLEConnectView.swift */, |
400 | 413 | 26A40E842704E6F3007966F6 /* SheetManager.swift */, |
| 414 | + 268E773D27174B6D000DF90D /* ChartSettingsSheet */, |
401 | 415 | 26C5FAD726FC129400921207 /* ArbitraryNotificationView.swift */, |
402 | 416 | 26C5FAE226FEB0A400921207 /* DFUDownloadView.swift */, |
403 | 417 | 26C5FADB26FE7EB000921207 /* SheetCloseButton.swift */, |
|
583 | 597 | 2632388826F2576D00D72B43 /* DFUFileSelectButton.swift in Sources */, |
584 | 598 | 26F426EF26C72D7D00D0866B /* ChartView.swift in Sources */, |
585 | 599 | 266F53E426F7FCA6007481A6 /* ChartManager.swift in Sources */, |
| 600 | + 268E773C27174A2B000DF90D /* ChartSettingsSheetMain.swift in Sources */, |
586 | 601 | 26B2BAF726F139D600FBC9CE /* DebugView.swift in Sources */, |
587 | 602 | 26A40E912707C7A3007966F6 /* BLEDiscoveredCharacteristics.swift in Sources */, |
588 | 603 | 264BFE7426BC526C0050A223 /* BLEManager.swift in Sources */, |
|
598 | 613 | 26A40E8B2704EB22007966F6 /* DebugViewDFU.swift in Sources */, |
599 | 614 | 263F56E026F13E760001BA4F /* DebugManager.swift in Sources */, |
600 | 615 | 26318B1626CB27E70036051E /* Infini_iOS.xcdatamodeld in Sources */, |
601 | | - 266F53EC26FAABE7007481A6 /* TimeRangeTabs.swift in Sources */, |
602 | 616 | 26C5FAD826FC129400921207 /* ArbitraryNotificationView.swift in Sources */, |
603 | 617 | 2617EF3D27036DC600FE6F48 /* WhatsNewBody.swift in Sources */, |
604 | 618 | 26A40E952708C7F8007966F6 /* ScanningPopover.swift in Sources */, |
|
611 | 625 | 263B20BC26CDF20400676BF0 /* BatteryChart.swift in Sources */, |
612 | 626 | 2644261226DC093D009BD54A /* SetTime.swift in Sources */, |
613 | 627 | 266F53E626FA7676007481A6 /* HomeScreen.swift in Sources */, |
| 628 | + 268E774127175830000DF90D /* ChartSettingsSheetDatePicker.swift in Sources */, |
614 | 629 | 263B20B526CD673900676BF0 /* ChartTabs.swift in Sources */, |
615 | 630 | 26D7816E26CA003B00BBF555 /* SettingsFunctions.swift in Sources */, |
616 | 631 | 26A6316326C4C6D6005AE404 /* BLEConnectView.swift in Sources */, |
|
620 | 635 | 26C5FAD526FBB76100921207 /* DeviceNameManager.swift in Sources */, |
621 | 636 | 26A6315B26C49841005AE404 /* DFU.swift in Sources */, |
622 | 637 | 26D7817A26CAD19F00BBF555 /* ColorPalette.swift in Sources */, |
| 638 | + 268E773F27174B8B000DF90D /* ChartSettingsSheetSliders.swift in Sources */, |
623 | 639 | 26A40EEA270A5F39007966F6 /* DFUStartButtonColorSelector.swift in Sources */, |
624 | 640 | 26A40EE8270A1F97007966F6 /* RenameDeviceHeader.swift in Sources */, |
625 | 641 | 266F53EA26FA91F3007481A6 /* DeviceInfo.swift in Sources */, |
|
0 commit comments