Add support for temporary cloning the database

This commit is contained in:
Ali
2021-02-18 19:26:11 +04:00
parent b640157f61
commit 04057b0579
13 changed files with 286 additions and 324 deletions

View File

@@ -1,5 +1,5 @@
import Foundation
import ValueBox
/*import ValueBox
private func applicationSpecificSharedDataKey(_ value: Int32) -> ValueBoxKey {
let key = ValueBoxKey(length: 4)
@@ -14,3 +14,4 @@ private enum ApplicationSpecificSharedDataKeyValues: Int32 {
public struct ApplicationSpecificSharedDataKeys {
public static let inAppNotificationSettings = applicationSpecificSharedDataKey(ApplicationSpecificSharedDataKeyValues.inAppNotificationSettings.rawValue)
}
*/