Enables sideloading for public versions

This commit is contained in:
Riley Testut
2020-04-01 13:26:22 -07:00
parent 29af9af3f3
commit 1b89b81de0
3 changed files with 2 additions and 44 deletions

View File

@@ -21,8 +21,6 @@ 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