-
-
Notifications
You must be signed in to change notification settings - Fork 74
Add examples for security framework #784
Copy link
Copy link
Open
Labels
A-frameworkAffects the framework crates and the translator for themAffects the framework crates and the translator for themdocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Metadata
Metadata
Assignees
Labels
A-frameworkAffects the framework crates and the translator for themAffects the framework crates and the translator for themdocumentationImprovements or additions to documentationImprovements or additions to documentation
I'm trying to migrate to
objc2, coming from kornelski/rust-security-framework.I was able to use the Objc2's local authentication framework in my codebase and it's working great, thanks!
However in case of security framework, I'm running into some type check errors that I'm not able to make sense of, would be really nice if I can get some pointers.
Also would you be open for contributions into the examples of this repo?