You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking into integrate it into a new project and found you can do most operations with keychains except for deleting them. It seems there is an api for deleting keychains but I couldn't find the interface in this crate that maps to it
The text was updated successfully, but these errors were encountered:
It seems that Apple's function is "overloaded" and takes either array or an item. That doesn't fit Rust well. I suppose on the Rust side this should be expressed as two functions. Something like delete_item(&) and delete_items(&[])?
Thanks for your work on this crate!
I'm looking into integrate it into a new project and found you can do most operations with keychains except for deleting them. It seems there is an api for deleting keychains but I couldn't find the interface in this crate that maps to it
The text was updated successfully, but these errors were encountered: