diff --git a/AnotherIM/AppData/Services/Database.swift b/AnotherIM/AppData/Services/Database.swift index 84bc6f5..8accd2d 100644 --- a/AnotherIM/AppData/Services/Database.swift +++ b/AnotherIM/AppData/Services/Database.swift @@ -20,7 +20,7 @@ final class Database { for: .applicationSupportDirectory, in: .userDomainMask, appropriateFor: nil, create: true ) - let directoryURL = appSupportURL.appendingPathComponent("ConversationsClassic", isDirectory: true) + let directoryURL = appSupportURL.appendingPathComponent("anotherim", isDirectory: true) try fileManager.createDirectory(at: directoryURL, withIntermediateDirectories: true) // Open or create the database