new to Apple, MacOS, SystemExtensions. I don't see anything about my topic in system extensions documentation. should I use XPC? or we have a better way here?
should I use XPC?
Yes.
You tagged your question with both Endpoint Security and Network Extension, so it’s not clear which one you’re creating. Or perhaps you’re creating both. Regardless, both allow your sysex to publish a named XPC endpoint. With ES it’s via the NSEndpointSecurityMachServiceName
, per the EndpointSecurity
man page. With NE it’s via NEMachServiceName
, which you can see in the NE template.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"