mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-28 07:57:38 +01:00
refactor: streamline the repo again and removed unused files from altstore
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
import AltStoreCore
|
||||
import Roxas
|
||||
|
||||
|
||||
Reference in New Issue
Block a user