Fixed App Groups

This commit is contained in:
Joshua Higgins
2025-06-05 00:06:17 -04:00
parent 15525c9abe
commit 7fc60e939e
8 changed files with 14 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ class ShareViewController: SLComposeServiceViewController {
private var debugMessages: [String] = []
// Use the same constants as in the main app
private let appGroupID = "group.gifcollector"
private let appGroupID = "group."+Bundle.main.bundleIdentifier.unsafelyUnwrapped
private let pendingGIFsKey = "pendingGIFs"
override func viewDidLoad() {