diff --git a/AltBackup/BackupController.swift b/AltBackup/BackupController.swift index 93435e9c1..a5511e2a0 100644 --- a/AltBackup/BackupController.swift +++ b/AltBackup/BackupController.swift @@ -94,7 +94,7 @@ class BackupController: NSObject } guard - let altstoreAppGroup = Bundle.main.altstoreAppGroup, + let altstoreAppGroup = Bundle.info.appbundleIdentifier, let sharedDirectoryURL = FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: altstoreAppGroup) else { throw BackupError(.appGroupNotFound(nil), description: NSLocalizedString("Unable to create backup directory.", comment: "")) } diff --git a/AltStore/Info.plist b/AltStore/Info.plist index a54f4f931..72110fc2c 100644 --- a/AltStore/Info.plist +++ b/AltStore/Info.plist @@ -4,8 +4,8 @@ ALTAppGroups - group.$(APP_GROUP_IDENTIFIER) group.com.SideStore.SideStore + group.$(APP_GROUP_IDENTIFIER) ALTDeviceID 00008101-000129D63698001E