From 3676bd53aea45e8a486b06ce8abf8bd7334fb589 Mon Sep 17 00:00:00 2001 From: fmodf Date: Thu, 31 Oct 2024 12:55:02 +0100 Subject: [PATCH] wip --- AnotherIM/AppData/Services/Database.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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