diff --git a/localPackages/SharedPackage/Sources/SharedKit/Constants/StorageServiceIdentifiers.swift b/localPackages/SharedPackage/Sources/SharedKit/Constants/StorageServiceIdentifiers.swift index b5f4add..53e00fa 100644 --- a/localPackages/SharedPackage/Sources/SharedKit/Constants/StorageServiceIdentifiers.swift +++ b/localPackages/SharedPackage/Sources/SharedKit/Constants/StorageServiceIdentifiers.swift @@ -16,8 +16,8 @@ public enum StorageServiceIdentifiers { } public static var appGroupIdentifier: String { - let identifier = Bundle.main.object(forInfoDictionaryKey: "AppGroupID") as? String ?? - "group.\(bundleIdentifier.lowercased())" + let identifier = Bundle.main.object(forInfoDictionaryKey: "AppGroupID") as? String ?? + "group.\(bundleIdentifier)" return identifier }