mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 02:03:32 +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))
|
return completionHandler(.success(appID))
|
||||||
}
|
}
|
||||||
|
|
||||||
print("Application groups before app.isAltStoreApp: \(applicationGroups)")
|
|
||||||
if app.isAltStoreApp
|
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)
|
// Remove app groups that contain AltStore since they can be problematic (cause SideStore to expire early)
|
||||||
for (index, group) in applicationGroups.enumerated() {
|
for (index, group) in applicationGroups.enumerated() {
|
||||||
if group.contains("AltStore") {
|
if group.contains("AltStore") {
|
||||||
|
|||||||
Reference in New Issue
Block a user