From 689d61d7d14429f5fd8de7e829dde57d1478c9d5 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Mon, 7 Dec 2020 16:13:10 -0600 Subject: [PATCH] Fixes widget not updating after refreshing AltStore --- AltStore/Operations/FetchProvisioningProfilesOperation.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AltStore/Operations/FetchProvisioningProfilesOperation.swift b/AltStore/Operations/FetchProvisioningProfilesOperation.swift index 0a836d04..98e79921 100644 --- a/AltStore/Operations/FetchProvisioningProfilesOperation.swift +++ b/AltStore/Operations/FetchProvisioningProfilesOperation.swift @@ -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 // with the correct "base" app group ID. // Otherwise, we may append a duplicate team identifier to the end.