feat: add the ability to import/export account data

This commit is contained in:
ny
2025-09-07 13:47:04 -04:00
parent 724e8db980
commit c319524df6
13 changed files with 365 additions and 131 deletions

View File

@@ -80,6 +80,9 @@ public class Keychain
@KeychainItem(key: "identifier")
public var identifier: String?
@KeychainItem(key: "adiSerial")
public var adiSerial: String?
@KeychainItem(key: "adiPb")
public var adiPb: String?