|
@@ -42,7 +42,7 @@ class NCManageDatabase: NSObject {
|
|
|
let bundlePathExtension: String = bundleUrl.pathExtension
|
|
|
let isAppex: Bool = bundlePathExtension == "appex"
|
|
|
|
|
|
- // Disable file protection for this directory
|
|
|
+ // Disable file protection for directory DB
|
|
|
// https://docs.mongodb.com/realm/sdk/ios/examples/configure-and-open-a-realm/#std-label-ios-open-a-local-realm
|
|
|
if let folderPathURL = dirGroup?.appendingPathComponent(NCGlobal.shared.appDatabaseNextcloud) {
|
|
|
let folderPath = folderPathURL.path
|