Update localPackages
This commit is contained in:
parent
0db85ddc49
commit
542d847ee6
@ -16,8 +16,8 @@ public enum StorageServiceIdentifiers {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static var appGroupIdentifier: String {
|
public static var appGroupIdentifier: String {
|
||||||
let identifier = Bundle.main.object(forInfoDictionaryKey: "AppGroupID") as? String ??
|
let identifier = Bundle.main.object(forInfoDictionaryKey: "AppGroupID") as? String ??
|
||||||
"group.\(bundleIdentifier.lowercased())"
|
"group.\(bundleIdentifier)"
|
||||||
return identifier
|
return identifier
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user