From 2d7bc51d302331247d5d7cd3c4ddec1507e517dd Mon Sep 17 00:00:00 2001 From: nythepegasus Date: Fri, 20 Oct 2023 21:42:09 -0400 Subject: [PATCH] Revert this change --- Shared/Extensions/Bundle+AltStore.swift | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Shared/Extensions/Bundle+AltStore.swift b/Shared/Extensions/Bundle+AltStore.swift index 7d48036e..13463bea 100644 --- a/Shared/Extensions/Bundle+AltStore.swift +++ b/Shared/Extensions/Bundle+AltStore.swift @@ -55,12 +55,7 @@ public extension Bundle public extension Bundle { - static var baseAltStoreAppGroupID = "com.SideStore.SideStore" // TODO: Define as a const elsewhere - /* I know naturecodevoid, Joe, and others wanted to change variables here to be consts elsewhere, but until - we do a big rewrite, I (ny) am going to keep this as this for the sake of time ;) - - If you think you have a better fix, contribute! - */ + static var baseAltStoreAppGroupID = "group." + Bundle.Info.appbundleIdentifier var appGroups: [String] { return self.infoDictionary?[Bundle.Info.appGroups] as? [String] ?? []