|
@@ -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 {
|