Explorar o código

Merge pull request #622 from deltachat/update_app_group_id

clean up app group identifier
cyBerta %!s(int64=5) %!d(string=hai) anos
pai
achega
35020a3df6

+ 1 - 1
deltachat-ios/Helper/DatabaseHelper.swift

@@ -3,7 +3,7 @@ class DatabaseHelper {
 
     /// The application group identifier defines a group of apps or extensions that have access to a shared container.
     /// The ID is created in the apple developer portal and can be changed there.
-    static let applicationGroupIdentifier = "group.eu.merlinux.group.chat.delta.ios"
+    static let applicationGroupIdentifier = "group.chat.delta.ios"
 
     var sharedDbFile: String {
         guard let fileContainer = FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: DatabaseHelper.applicationGroupIdentifier) else {

+ 1 - 1
deltachat-ios/deltachat-ios.entitlements

@@ -12,7 +12,7 @@
 	<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
 	<key>com.apple.security.application-groups</key>
 	<array>
-		<string>group.eu.merlinux.group.chat.delta.ios</string>
+		<string>group.chat.delta.ios</string>
 	</array>
 </dict>
 </plist>