Skip to content

Commit

Permalink
Remove kSecAttrSync
Browse files Browse the repository at this point in the history
  • Loading branch information
ppupha committed May 16, 2024
1 parent eeba055 commit 07057e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/LibAuk/Storage/Keychain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Keychain: KeychainProtocol {
kSecClass as String: kSecClassGenericPassword as String,
kSecAttrAccessGroup as String: LibAuk.shared.keyChainGroup,
kSecAttrAccount as String: buildKeyAttr(prefix: prefix, key: forKey),
kSecAttrSynchronizable as String: syncAttr,
kSecValueData as String: data,
] as [String: Any]

Expand Down

0 comments on commit 07057e6

Please sign in to comment.