mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Revert this change
This commit is contained in:
@@ -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] ?? []
|
||||||
|
|||||||
Reference in New Issue
Block a user