Reduce duplicate consts

This commit is contained in:
naturecodevoid
2023-03-27 18:36:27 -07:00
parent b825d469a9
commit 2d0d967136

View File

@@ -55,7 +55,7 @@ public extension Bundle
public extension Bundle
{
static var baseAltStoreAppGroupID = "group.com.SideStore.SideStore"
static var baseAltStoreAppGroupID = "group." + Bundle.Info.appbundleIdentifier
var appGroups: [String] {
return self.infoDictionary?[Bundle.Info.appGroups] as? [String] ?? []