Fixed App Groups
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<dict>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<array>
|
||||
<string>group.gifcollector</string>
|
||||
<string>group.com.abunchofknowitalls.GIFCollector</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user