|
47 | 47 | E0599A0D2CB4DF0800D64E0B /* FileSystemDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0599A0C2CB4DF0800D64E0B /* FileSystemDetailView.swift */; }; |
48 | 48 | E0599A0F2CB4E62800D64E0B /* SetUpDetailsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0599A0E2CB4E62800D64E0B /* SetUpDetailsView.swift */; }; |
49 | 49 | E0599A112CB5553B00D64E0B /* FSFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0599A102CB5553B00D64E0B /* FSFile.swift */; }; |
| 50 | + E05D2E722D7E8801004A6CE0 /* EmptyChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E05D2E712D7E8801004A6CE0 /* EmptyChartView.swift */; }; |
| 51 | + E05D2E752D7EA95B004A6CE0 /* ChartType.swift in Sources */ = {isa = PBXBuildFile; fileRef = E05D2E742D7EA95B004A6CE0 /* ChartType.swift */; }; |
50 | 52 | E05DA4C12D13752C00A49203 /* DebugLogManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = E05DA4C02D13752C00A49203 /* DebugLogManager.swift */; }; |
51 | 53 | E064D40A2D77F32F008500AE /* CalendarDay.swift in Sources */ = {isa = PBXBuildFile; fileRef = E064D4092D77F32F008500AE /* CalendarDay.swift */; }; |
52 | 54 | E078ECFB2D4E6D9800560364 /* Zip in Frameworks */ = {isa = PBXBuildFile; productRef = E078ECFA2D4E6D9800560364 /* Zip */; }; |
|
173 | 175 | E0599A0C2CB4DF0800D64E0B /* FileSystemDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileSystemDetailView.swift; sourceTree = "<group>"; }; |
174 | 176 | E0599A0E2CB4E62800D64E0B /* SetUpDetailsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SetUpDetailsView.swift; sourceTree = "<group>"; }; |
175 | 177 | E0599A102CB5553B00D64E0B /* FSFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FSFile.swift; sourceTree = "<group>"; }; |
| 178 | + E05D2E712D7E8801004A6CE0 /* EmptyChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyChartView.swift; sourceTree = "<group>"; }; |
| 179 | + E05D2E742D7EA95B004A6CE0 /* ChartType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartType.swift; sourceTree = "<group>"; }; |
176 | 180 | E05DA4C02D13752C00A49203 /* DebugLogManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugLogManager.swift; sourceTree = "<group>"; }; |
177 | 181 | E064D4092D77F32F008500AE /* CalendarDay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarDay.swift; sourceTree = "<group>"; }; |
178 | 182 | E06973AA2B35E6F4009C2F7D /* InfiniLink.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = InfiniLink.entitlements; sourceTree = "<group>"; }; |
|
422 | 426 | path = Views; |
423 | 427 | sourceTree = "<group>"; |
424 | 428 | }; |
| 429 | + E05D2E732D7EA249004A6CE0 /* Heart */ = { |
| 430 | + isa = PBXGroup; |
| 431 | + children = ( |
| 432 | + E09696E22D2F807700CCCBF8 /* HeartChartView.swift */, |
| 433 | + ); |
| 434 | + path = Heart; |
| 435 | + sourceTree = "<group>"; |
| 436 | + }; |
425 | 437 | E08F2F312CC899D00094217A /* Weather */ = { |
426 | 438 | isa = PBXGroup; |
427 | 439 | children = ( |
|
434 | 446 | E09696E12D2F806A00CCCBF8 /* Charts */ = { |
435 | 447 | isa = PBXGroup; |
436 | 448 | children = ( |
| 449 | + E05D2E732D7EA249004A6CE0 /* Heart */, |
437 | 450 | E09990962D77684800B0FCAF /* Steps */, |
438 | | - E09696E22D2F807700CCCBF8 /* HeartChartView.swift */, |
| 451 | + E05D2E712D7E8801004A6CE0 /* EmptyChartView.swift */, |
439 | 452 | ); |
440 | 453 | path = Charts; |
441 | 454 | sourceTree = "<group>"; |
|
457 | 470 | E0B85D202CB625FE00D85122 /* Exercise.swift */, |
458 | 471 | E08C4A482CC4048900013D15 /* SleepData.swift */, |
459 | 472 | E064D4092D77F32F008500AE /* CalendarDay.swift */, |
| 473 | + E05D2E742D7EA95B004A6CE0 /* ChartType.swift */, |
460 | 474 | ); |
461 | 475 | path = Model; |
462 | 476 | sourceTree = "<group>"; |
|
564 | 578 | isa = PBXGroup; |
565 | 579 | children = ( |
566 | 580 | E0A7C09F2CB245F70042A12D /* Components */, |
567 | | - E05046872D136F0600FE4BCD /* Developer */, |
568 | 581 | E059999A2CB2E55500D64E0B /* Apps */, |
569 | 582 | E0A7C0742CB0ECD10042A12D /* Settings */, |
570 | 583 | E0B85D172CB6241000D85122 /* Exercise */, |
571 | 584 | E0CD94CD2CC4A20F00DA53A2 /* Connect */, |
572 | 585 | E0C7C8372CAEF70B0043DA2D /* Welcome */, |
| 586 | + E05046872D136F0600FE4BCD /* Developer */, |
573 | 587 | E0A7C0972CB227060042A12D /* HeartView.swift */, |
574 | 588 | E05999982CB25C5600D64E0B /* SleepView.swift */, |
575 | 589 | E03C30B62CC7417C00DD8363 /* WeatherView.swift */, |
|
797 | 811 | E0A7C09E2CB2454B0042A12D /* ExerciseView.swift in Sources */, |
798 | 812 | E0C7C8592CAF14870043DA2D /* BLECharacteristicHandler.swift in Sources */, |
799 | 813 | E03A7DF82D0D4E95007A9209 /* DeveloperView.swift in Sources */, |
| 814 | + E05D2E752D7EA95B004A6CE0 /* ChartType.swift in Sources */, |
800 | 815 | E0A7C0A32CB246D10042A12D /* DetailHeaderView.swift in Sources */, |
801 | 816 | E0599A0D2CB4DF0800D64E0B /* FileSystemDetailView.swift in Sources */, |
| 817 | + E05D2E722D7E8801004A6CE0 /* EmptyChartView.swift in Sources */, |
802 | 818 | E0599A0F2CB4E62800D64E0B /* SetUpDetailsView.swift in Sources */, |
803 | 819 | E03A7DF62D0D4DDB007A9209 /* DeveloperModeSettingsView.swift in Sources */, |
804 | 820 | E0A7C0762CB17E520042A12D /* MusicSettingsView.swift in Sources */, |
|
0 commit comments