HarfangLab / endpoint-sec

Rust Bindings for Endpoint Security
https://docs.rs/endpoint-sec/
Apache License 2.0
21 stars 6 forks source link

Add support for MacOS SDK 14 additions #13

Closed roblabla closed 8 months ago

roblabla commented 1 year ago

The macOS SDK 14 got released a couple days ago. Here's a diff of the headers: https://gist.github.com/roblabla/f9f52805dac5fd120ecf531e069fc246

Essentially, it looks mostly like the following new types were added:

And that's more or less it. The rest of the diff is a lot of typo fixes and additional details in the documentation.