Adds support for sideloading unc0ver

This commit is contained in:
Riley Testut
2020-02-11 13:29:28 -08:00
parent 5045c1057a
commit a763f469e1
3 changed files with 51 additions and 10 deletions

View File

@@ -21,6 +21,8 @@ extension AppManager
static let didFetchSourceNotification = Notification.Name("com.altstore.AppManager.didFetchSource")
static let expirationWarningNotificationID = "altstore-expiration-warning"
static let whitelistedSideloadingBundleIDs: Set<String> = ["science.xnu.undecimus"]
}
class AppManager