|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 2617EF37270364CE00FE6F48 /* ChartViewSelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2617EF36270364CE00FE6F48 /* ChartViewSelector.swift */; }; |
| 11 | + 2617EF3927036C9B00FE6F48 /* WhatsNewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2617EF3827036C9B00FE6F48 /* WhatsNewSheet.swift */; }; |
| 12 | + 2617EF3D27036DC600FE6F48 /* WhatsNewBody090.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2617EF3C27036DC600FE6F48 /* WhatsNewBody090.swift */; }; |
11 | 13 | 26318B1626CB27E70036051E /* Infini_iOS.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 26318B1426CB27E70036051E /* Infini_iOS.xcdatamodeld */; }; |
12 | 14 | 2632388426F2531C00D72B43 /* DFUWithBLE.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2632388326F2531C00D72B43 /* DFUWithBLE.swift */; }; |
13 | 15 | 2632388626F2548600D72B43 /* DFUWithoutBLE.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2632388526F2548600D72B43 /* DFUWithoutBLE.swift */; }; |
|
82 | 84 |
|
83 | 85 | /* Begin PBXFileReference section */ |
84 | 86 | 2617EF36270364CE00FE6F48 /* ChartViewSelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartViewSelector.swift; sourceTree = "<group>"; }; |
| 87 | + 2617EF3827036C9B00FE6F48 /* WhatsNewSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WhatsNewSheet.swift; sourceTree = "<group>"; }; |
| 88 | + 2617EF3C27036DC600FE6F48 /* WhatsNewBody090.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WhatsNewBody090.swift; sourceTree = "<group>"; }; |
85 | 89 | 26318B1526CB27E70036051E /* Infini_iOS.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Infini_iOS.xcdatamodel; sourceTree = "<group>"; }; |
86 | 90 | 2632388326F2531C00D72B43 /* DFUWithBLE.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DFUWithBLE.swift; sourceTree = "<group>"; }; |
87 | 91 | 2632388526F2548600D72B43 /* DFUWithoutBLE.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DFUWithoutBLE.swift; sourceTree = "<group>"; }; |
|
169 | 173 | /* End PBXFrameworksBuildPhase section */ |
170 | 174 |
|
171 | 175 | /* Begin PBXGroup section */ |
| 176 | + 2617EF3A27036D9100FE6F48 /* What's New */ = { |
| 177 | + isa = PBXGroup; |
| 178 | + children = ( |
| 179 | + 2617EF3827036C9B00FE6F48 /* WhatsNewSheet.swift */, |
| 180 | + 2617EF3C27036DC600FE6F48 /* WhatsNewBody090.swift */, |
| 181 | + ); |
| 182 | + path = "What's New"; |
| 183 | + sourceTree = "<group>"; |
| 184 | + }; |
172 | 185 | 2632389326F29A4100D72B43 /* Onboarding */ = { |
173 | 186 | isa = PBXGroup; |
174 | 187 | children = ( |
|
338 | 351 | 26C5FAD726FC129400921207 /* ArbitraryNotificationView.swift */, |
339 | 352 | 26C5FAE226FEB0A400921207 /* DFUDownloadView.swift */, |
340 | 353 | 26C5FADB26FE7EB000921207 /* SheetCloseButton.swift */, |
| 354 | + 2617EF3A27036D9100FE6F48 /* What's New */, |
341 | 355 | 2632389326F29A4100D72B43 /* Onboarding */, |
342 | 356 | ); |
343 | 357 | path = Sheets; |
|
508 | 522 | 26A6315526C0297A005AE404 /* BLEWriteManager.swift in Sources */, |
509 | 523 | 26C5FAE126FE98F500921207 /* BLEAutoconnectManager.swift in Sources */, |
510 | 524 | 26A6316026C4BC25005AE404 /* DFUView.swift in Sources */, |
| 525 | + 2617EF3927036C9B00FE6F48 /* WhatsNewSheet.swift in Sources */, |
511 | 526 | 2632389026F2980A00D72B43 /* OnboardingDismissButton.swift in Sources */, |
512 | 527 | 264AE04627026BD6001504A7 /* UptimeManager.swift in Sources */, |
513 | 528 | 26A6315226BF45E0005AE404 /* BLEMusic.swift in Sources */, |
|
529 | 544 | 26318B1626CB27E70036051E /* Infini_iOS.xcdatamodeld in Sources */, |
530 | 545 | 266F53EC26FAABE7007481A6 /* TimeRangeTabs.swift in Sources */, |
531 | 546 | 26C5FAD826FC129400921207 /* ArbitraryNotificationView.swift in Sources */, |
| 547 | + 2617EF3D27036DC600FE6F48 /* WhatsNewBody090.swift in Sources */, |
532 | 548 | 264BFE7626BC52720050A223 /* HexStringToData.swift in Sources */, |
533 | 549 | 2632388626F2548600D72B43 /* DFUWithoutBLE.swift in Sources */, |
534 | 550 | 26C5FADC26FE7EB000921207 /* SheetCloseButton.swift in Sources */, |
|
0 commit comments