update groupid
This commit is contained in:
@@ -3,7 +3,7 @@ import Flutter
|
||||
|
||||
@UIApplicationMain
|
||||
@objc class AppDelegate: FlutterAppDelegate {
|
||||
let sharedDefaults = UserDefaults(suiteName: "group.io.stream.flutter")
|
||||
let sharedDefaults = UserDefaults(suiteName: "group.io.getstream.flutter")
|
||||
|
||||
override func application(
|
||||
_ application: UIApplication,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<string>development</string>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<array>
|
||||
<string>group.io.stream.flutter</string>
|
||||
<string>group.io.getstream.flutter</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user