Add iOS 17 JIT error notice with other errors

This commit is contained in:
nythepegasus
2023-10-20 21:43:51 -04:00
parent e5061acc20
commit 78f12e45f9
5 changed files with 76 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
import UIKit
import minimuxer
import AltStoreCore
import Roxas
@@ -264,7 +265,13 @@ private extension BrowseViewController
previousProgress?.cancel()
return
}
if !minimuxer.ready() {
let toastView = ToastView(error: MinimuxerError.NoConnection)
toastView.show(in: self)
return
}
_ = AppManager.shared.install(app, presentingViewController: self) { (result) in
DispatchQueue.main.async {
switch result