forked from trent_larson/crowd-funder-for-time-pwa
fix: change the Apple group ID to something that works, ie group.app.timesafari.share
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.security.application-groups</key>
|
<key>com.apple.security.application-groups</key>
|
||||||
<array>
|
<array>
|
||||||
<string>group.app.timesafari</string>
|
<string>group.app.timesafari.share</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
public class SharedImageUtility {
|
public class SharedImageUtility {
|
||||||
private static let appGroupIdentifier = "group.app.timesafari"
|
private static let appGroupIdentifier = "group.app.timesafari.share"
|
||||||
private static let sharedPhotoFileNameKey = "sharedPhotoFileName"
|
private static let sharedPhotoFileNameKey = "sharedPhotoFileName"
|
||||||
private static let sharedPhotoFilePathKey = "sharedPhotoFilePath"
|
private static let sharedPhotoFilePathKey = "sharedPhotoFilePath"
|
||||||
private static let sharedPhotoReadyKey = "sharedPhotoReady"
|
private static let sharedPhotoReadyKey = "sharedPhotoReady"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import UniformTypeIdentifiers
|
|||||||
|
|
||||||
class ShareViewController: UIViewController {
|
class ShareViewController: UIViewController {
|
||||||
|
|
||||||
private let appGroupIdentifier = "group.app.timesafari"
|
private let appGroupIdentifier = "group.app.timesafari.share"
|
||||||
private let sharedPhotoFileNameKey = "sharedPhotoFileName"
|
private let sharedPhotoFileNameKey = "sharedPhotoFileName"
|
||||||
private let sharedPhotoFilePathKey = "sharedPhotoFilePath"
|
private let sharedPhotoFilePathKey = "sharedPhotoFilePath"
|
||||||
private let sharedImageFileName = "shared-image"
|
private let sharedImageFileName = "shared-image"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.security.application-groups</key>
|
<key>com.apple.security.application-groups</key>
|
||||||
<array>
|
<array>
|
||||||
<string>group.app.timesafari</string>
|
<string>group.app.timesafari.share</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user