mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Adds support for installing AltStore beta from AltStore
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user