Revert this change

This commit is contained in:
nythepegasus
2023-10-20 21:42:09 -04:00
parent 9128b67ee8
commit 2d7bc51d30

View File

@@ -55,12 +55,7 @@ public extension Bundle
public extension Bundle public extension Bundle
{ {
static var baseAltStoreAppGroupID = "com.SideStore.SideStore" // TODO: Define as a const elsewhere static var baseAltStoreAppGroupID = "group." + Bundle.Info.appbundleIdentifier
/* 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!
*/
var appGroups: [String] { var appGroups: [String] {
return self.infoDictionary?[Bundle.Info.appGroups] as? [String] ?? [] return self.infoDictionary?[Bundle.Info.appGroups] as? [String] ?? []