trilemma-dev / SecureXPC

A simple and secure XPC framework for Swift
MIT License
77 stars 15 forks source link

Explicit client types #109

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

Rolls back the implicit detection of client type, which now allows for detecting when a name was provided for an XPC service which doesn't exist. Uses the the name forXPCMachService(...) instead of what was before forMachService(...) as this is the actual term. Updates documentation accordingly.