Adds support for installing AltStore beta from AltStore

This commit is contained in:
Riley Testut
2019-09-12 13:04:15 -07:00
parent e3bf6d6239
commit 502a5488b0
5 changed files with 24 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ extension AppManager
do
{
let installedApps = try context.fetch(fetchRequest)
for app in installedApps where app.storeApp != nil
for app in installedApps where app.storeApp != nil && app.bundleIdentifier != StoreApp.altstoreAppID
{
if UIApplication.shared.canOpenURL(app.openAppURL)
{