Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing SecKeychainDelete function #87

Open
softprops opened this issue Nov 9, 2019 · 1 comment
Open

add missing SecKeychainDelete function #87

softprops opened this issue Nov 9, 2019 · 1 comment

Comments

@softprops
Copy link

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

@kornelski
Copy link
Owner

It would be good to have it.

Could you make a pull request for it?

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(&[])?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants