mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
[skip ci] Rename and move the first application groups log
This commit is contained in:
@@ -382,9 +382,10 @@ extension FetchProvisioningProfilesOperation
|
||||
return completionHandler(.success(appID))
|
||||
}
|
||||
|
||||
print("Application groups before app.isAltStoreApp: \(applicationGroups)")
|
||||
if app.isAltStoreApp
|
||||
{
|
||||
print("Application groups before modifying for SideStore: \(applicationGroups)")
|
||||
|
||||
// Remove app groups that contain AltStore since they can be problematic (cause SideStore to expire early)
|
||||
for (index, group) in applicationGroups.enumerated() {
|
||||
if group.contains("AltStore") {
|
||||
|
||||
Reference in New Issue
Block a user