[AltStoreCore] Refactors core AltStore logic into AltStoreCore framework

AltStoreCore will contain all shared AltStore code between AltStore and any app extensions. Initially, it includes all AltStore model logic.
This commit is contained in:
Riley Testut
2020-09-03 16:39:08 -07:00
parent de925e7fea
commit f1a39e1a1f
149 changed files with 3266 additions and 1792 deletions

View File

@@ -10,6 +10,7 @@ import UIKit
import SafariServices
import AuthenticationServices
import AltStoreCore
import Roxas
extension PatreonViewController

View File

@@ -8,6 +8,7 @@
import UIKit
import AltStoreCore
import Roxas
@objc(RefreshAttemptTableViewCell)

View File

@@ -10,6 +10,8 @@ import UIKit
import SafariServices
import MessageUI
import AltStoreCore
extension SettingsViewController
{
fileprivate enum Section: Int, CaseIterable