keybase / go-keychain

Golang keychain package for iOS and macOS
MIT License
573 stars 120 forks source link

Does SynchronizableYes work? #89

Open rogerscuall opened 1 year ago

rogerscuall commented 1 year ago

I have followed the same example on the readme, this time changing the line:

item.SetSynchronizable(keychain.SynchronizableYes)

And the item is not even added to the keychain. Is there a way to set this flag to yes? I also see SynchronizableAny does that work for Set, or is it only for Get? Thanks.