about summary refs log tree commit diff
path: root/modules/Share-with-Bluesky/ShareViewController.swift
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-02-29 09:51:56 +0900
committerGitHub <noreply@github.com>2024-02-29 09:51:56 +0900
commita1127bfcfc7ad080a5bd6210c6561788f1643db8 (patch)
treef2280d0308e4fc979f59f4f7abe3ef31a86390a2 /modules/Share-with-Bluesky/ShareViewController.swift
parentb723c4ca7ce22f673ea60e119da8552c452741da (diff)
parent7fd13cacfea4e9e4609ac2cfa11749544fc2f8f8 (diff)
downloadvoidsky-a1127bfcfc7ad080a5bd6210c6561788f1643db8.tar.zst
Merge branch 'main' into patch-3
Diffstat (limited to 'modules/Share-with-Bluesky/ShareViewController.swift')
-rw-r--r--modules/Share-with-Bluesky/ShareViewController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Share-with-Bluesky/ShareViewController.swift b/modules/Share-with-Bluesky/ShareViewController.swift
index a16a290bf..4c1d635ce 100644
--- a/modules/Share-with-Bluesky/ShareViewController.swift
+++ b/modules/Share-with-Bluesky/ShareViewController.swift
@@ -119,7 +119,7 @@ class ShareViewController: UIViewController {
       // extension does.
       if let dir = FileManager()
         .containerURL(
-          forSecurityApplicationGroupIdentifier: "group.\(Bundle.main.bundleIdentifier?.replacingOccurrences(of: ".Share-with-Bluesky", with: "") ?? "")")
+          forSecurityApplicationGroupIdentifier: "group.app.bsky")
       {
         let filePath = "\(dir.absoluteString)\(ProcessInfo.processInfo.globallyUniqueString).jpeg"