Fixes widget not updating after refreshing AltStore

This commit is contained in:
Riley Testut
2020-12-07 16:13:10 -06:00
parent 1f6edd778b
commit 689d61d7d1

View File

@@ -377,9 +377,9 @@ extension FetchProvisioningProfilesOperation
} }
} }
if app.bundleIdentifier == StoreApp.altstoreAppID if app.isAltStoreApp
{ {
// Updating app groups for this specific AltStore. // Potentially updating app groups for this specific AltStore.
// Find the (unique) AltStore app group, then replace it // Find the (unique) AltStore app group, then replace it
// with the correct "base" app group ID. // with the correct "base" app group ID.
// Otherwise, we may append a duplicate team identifier to the end. // Otherwise, we may append a duplicate team identifier to the end.