Open onmyway133 opened 9 years ago
My understanding is if the kSecAttrSynchronizable
flag is not set to true and iCloud is setup on the account, the keychain will not be synced with iCloud. FXKeychain does not implement kSecAttrSynchronizable
so no items will be synced.
I see that Valet differentiates between
Sharing Secrets Among Multiple Applications
andSharing Secrets Across Devices with iCloud
. Can we have an option that prevents items from being synced to iCloud ? Maybe the lack ofkSecAttrSynchronizable
means no iCloud support?