Build and run

This commit is contained in:
Ali
2020-02-24 19:23:09 +04:00
parent 5380b12805
commit 92febb8319
228 changed files with 1638 additions and 980 deletions

View File

@@ -221,6 +221,10 @@ public final class SqliteValueBox: ValueBox {
let _ = try? FileManager.default.createDirectory(atPath: basePath, withIntermediateDirectories: true, attributes: nil)
let path = basePath + "/db_sqlite"
#if DEBUG
print("Instance \(self) opening sqlite at \(path)")
#endif
#if DEBUG
let exists = FileManager.default.fileExists(atPath: path)
postboxLog("Opening \(path), exists: \(exists)")