refactor: streamline the repo again and removed unused files from altstore

This commit is contained in:
mahee96
2026-02-22 21:27:31 +05:30
parent 747a9c7b5a
commit 6d4cbf1c59
91 changed files with 3093 additions and 627 deletions

View File

@@ -8,8 +8,6 @@
import UIKit
import Combine
import minimuxer
import AltStoreCore
import Roxas
@@ -557,7 +555,7 @@ private extension BrowseViewController
return
}
if !minimuxer.ready() {
if !isMinimuxerReady {
let toastView = ToastView(error: MinimuxerError.NoConnection)
toastView.show(in: self)
return

View File

@@ -7,7 +7,6 @@
//
import UIKit
import AltStoreCore
import Roxas