From 542d847ee6e7a342a91767221e507a891be96f63 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 16 Jan 2026 13:54:18 -0600 Subject: [PATCH] Update localPackages --- .../SharedKit/Constants/StorageServiceIdentifiers.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }