diff options
author | Hailey <me@haileyok.com> | 2024-02-28 07:58:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 07:58:13 -0800 |
commit | 88c66c4bc52336bc8f32c99eb178b0769c4bfe67 (patch) | |
tree | 11302edbecc79e70dbd7e1e267ce61f78ffc033f /modules/Share-with-Bluesky/ShareViewController.swift | |
parent | e2ae534fde4a351ac4c8ebf18a492f0fc6ab7abc (diff) | |
download | voidsky-88c66c4bc52336bc8f32c99eb178b0769c4bfe67.tar.zst |
fix app group in native code (#3014)
Diffstat (limited to 'modules/Share-with-Bluesky/ShareViewController.swift')
-rw-r--r-- | modules/Share-with-Bluesky/ShareViewController.swift | 2 |
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" |