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

@@ -13,8 +13,6 @@ import MobileCoreServices
import Intents
import Combine
import WidgetKit
import minimuxer
import AltStoreCore
import AltSign
import Roxas
@@ -1681,7 +1679,7 @@ private extension AppManager
// Fall back to installation if AltServer doesn't support newer provisioning profile requests,
// OR if the cached app could not be found and we may need to redownload it.
app.managedObjectContext?.performAndWait { // Must performAndWait to ensure we add operations before we return.
if minimuxer.ready() {
if isMinimuxerReady {
let installProgress = self._install(app, operation: operation, group: group) { (result) in
completionHandler(result)
}

View File

@@ -8,7 +8,6 @@
import Foundation
import CoreData
import AltStoreCore
extension AppManager