|
22 | 22 | 263B20C726CF07BB00676BF0 /* DFUProgressBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B20C626CF07BB00676BF0 /* DFUProgressBar.swift */; }; |
23 | 23 | 2644261226DC093D009BD54A /* SetTime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2644261126DC093D009BD54A /* SetTime.swift */; }; |
24 | 24 | 2644261626DC1D8E009BD54A /* Onboarding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2644261526DC1D8E009BD54A /* Onboarding.swift */; }; |
| 25 | + 264AE04627026BD6001504A7 /* UptimeManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 264AE04527026BD6001504A7 /* UptimeManager.swift */; }; |
25 | 26 | 264BFE4226BC51CE0050A223 /* Infini_iOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 264BFE4126BC51CE0050A223 /* Infini_iOSApp.swift */; }; |
26 | 27 | 264BFE4426BC51CE0050A223 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 264BFE4326BC51CE0050A223 /* ContentView.swift */; }; |
27 | 28 | 264BFE4626BC51CF0050A223 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 264BFE4526BC51CF0050A223 /* Assets.xcassets */; }; |
|
51 | 52 | 26C5FAD826FC129400921207 /* ArbitraryNotificationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C5FAD726FC129400921207 /* ArbitraryNotificationView.swift */; }; |
52 | 53 | 26C5FADC26FE7EB000921207 /* SheetCloseButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C5FADB26FE7EB000921207 /* SheetCloseButton.swift */; }; |
53 | 54 | 26C5FAE126FE98F500921207 /* BLEAutoconnectManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C5FAE026FE98F500921207 /* BLEAutoconnectManager.swift */; }; |
| 55 | + 26C5FAE326FEB0A400921207 /* DFUDownloadView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C5FAE226FEB0A400921207 /* DFUDownloadView.swift */; }; |
| 56 | + 26C5FAE8270100FF00921207 /* DownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C5FAE7270100FF00921207 /* DownloadManager.swift */; }; |
54 | 57 | 26D7816526C9EB3800BBF555 /* BLEDelegates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D7816426C9EB3800BBF555 /* BLEDelegates.swift */; }; |
55 | 58 | 26D7816726C9EC3100BBF555 /* BLEManagerExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D7816626C9EC3100BBF555 /* BLEManagerExtensions.swift */; }; |
56 | 59 | 26D7816E26CA003B00BBF555 /* SettingsFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D7816D26CA003B00BBF555 /* SettingsFunctions.swift */; }; |
|
91 | 94 | 263B20C626CF07BB00676BF0 /* DFUProgressBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DFUProgressBar.swift; sourceTree = "<group>"; }; |
92 | 95 | 2644261126DC093D009BD54A /* SetTime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SetTime.swift; sourceTree = "<group>"; }; |
93 | 96 | 2644261526DC1D8E009BD54A /* Onboarding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Onboarding.swift; sourceTree = "<group>"; }; |
| 97 | + 264AE04527026BD6001504A7 /* UptimeManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UptimeManager.swift; sourceTree = "<group>"; }; |
94 | 98 | 264BFE3E26BC51CE0050A223 /* Infini-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Infini-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
95 | 99 | 264BFE4126BC51CE0050A223 /* Infini_iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Infini_iOSApp.swift; sourceTree = "<group>"; }; |
96 | 100 | 264BFE4326BC51CE0050A223 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
|
126 | 130 | 26C5FAD726FC129400921207 /* ArbitraryNotificationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArbitraryNotificationView.swift; sourceTree = "<group>"; }; |
127 | 131 | 26C5FADB26FE7EB000921207 /* SheetCloseButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SheetCloseButton.swift; sourceTree = "<group>"; }; |
128 | 132 | 26C5FAE026FE98F500921207 /* BLEAutoconnectManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BLEAutoconnectManager.swift; sourceTree = "<group>"; }; |
| 133 | + 26C5FAE226FEB0A400921207 /* DFUDownloadView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DFUDownloadView.swift; sourceTree = "<group>"; }; |
| 134 | + 26C5FAE7270100FF00921207 /* DownloadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadManager.swift; sourceTree = "<group>"; }; |
129 | 135 | 26D7816426C9EB3800BBF555 /* BLEDelegates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BLEDelegates.swift; sourceTree = "<group>"; }; |
130 | 136 | 26D7816626C9EC3100BBF555 /* BLEManagerExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BLEManagerExtensions.swift; sourceTree = "<group>"; }; |
131 | 137 | 26D7816D26CA003B00BBF555 /* SettingsFunctions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsFunctions.swift; sourceTree = "<group>"; }; |
|
301 | 307 | 26A6315926C49839005AE404 /* DFU */ = { |
302 | 308 | isa = PBXGroup; |
303 | 309 | children = ( |
| 310 | + 26C5FAE7270100FF00921207 /* DownloadManager.swift */, |
304 | 311 | 26A6315A26C49841005AE404 /* DFU.swift */, |
305 | 312 | ); |
306 | 313 | path = DFU; |
|
326 | 333 | 2675CA5626DC447500967E4D /* SheetManager.swift */, |
327 | 334 | 26A6316226C4C6D6005AE404 /* BLEConnectView.swift */, |
328 | 335 | 26C5FAD726FC129400921207 /* ArbitraryNotificationView.swift */, |
| 336 | + 26C5FAE226FEB0A400921207 /* DFUDownloadView.swift */, |
329 | 337 | 26C5FADB26FE7EB000921207 /* SheetCloseButton.swift */, |
330 | 338 | 2632389326F29A4100D72B43 /* Onboarding */, |
331 | 339 | ); |
|
344 | 352 | isa = PBXGroup; |
345 | 353 | children = ( |
346 | 354 | 264BFE7526BC52720050A223 /* HexStringToData.swift */, |
| 355 | + 264AE04527026BD6001504A7 /* UptimeManager.swift */, |
347 | 356 | 26D7817926CAD19F00BBF555 /* ColorPalette.swift */, |
348 | 357 | 26C5FAD426FBB76100921207 /* DeviceNameManager.swift */, |
349 | 358 | ); |
|
497 | 506 | 26C5FAE126FE98F500921207 /* BLEAutoconnectManager.swift in Sources */, |
498 | 507 | 26A6316026C4BC25005AE404 /* DFUView.swift in Sources */, |
499 | 508 | 2632389026F2980A00D72B43 /* OnboardingDismissButton.swift in Sources */, |
| 509 | + 264AE04627026BD6001504A7 /* UptimeManager.swift in Sources */, |
500 | 510 | 26A6315226BF45E0005AE404 /* BLEMusic.swift in Sources */, |
501 | 511 | 2632388C26F265B100D72B43 /* MainView.swift in Sources */, |
502 | 512 | 2632388826F2576D00D72B43 /* DFUFileSelectButton.swift in Sources */, |
|
507 | 517 | 2644261626DC1D8E009BD54A /* Onboarding.swift in Sources */, |
508 | 518 | 2632388426F2531C00D72B43 /* DFUWithBLE.swift in Sources */, |
509 | 519 | 263B20C726CF07BB00676BF0 /* DFUProgressBar.swift in Sources */, |
| 520 | + 26C5FAE8270100FF00921207 /* DownloadManager.swift in Sources */, |
510 | 521 | 26A6314D26BEFD2C005AE404 /* MusicController.swift in Sources */, |
511 | 522 | 264DB80B26C62ED600E812C3 /* SideMenu.swift in Sources */, |
512 | 523 | 264DB80D26C633CF00E812C3 /* PageSwitcher.swift in Sources */, |
|
518 | 529 | 264BFE7626BC52720050A223 /* HexStringToData.swift in Sources */, |
519 | 530 | 2632388626F2548600D72B43 /* DFUWithoutBLE.swift in Sources */, |
520 | 531 | 26C5FADC26FE7EB000921207 /* SheetCloseButton.swift in Sources */, |
| 532 | + 26C5FAE326FEB0A400921207 /* DFUDownloadView.swift in Sources */, |
521 | 533 | 2632388A26F2591900D72B43 /* DFUStartTransferButton.swift in Sources */, |
522 | 534 | 2675CA5A26DC81AA00967E4D /* DFUComplete.swift in Sources */, |
523 | 535 | 263B20BC26CDF20400676BF0 /* BatteryChart.swift in Sources */, |
|
0 commit comments