trilemma-dev / SecureXPC

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

Adds public connection descriptor, exposed by client, server, and endpoint #96

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

Refactors XPCServiceDescriptor into XPCConnectionDescriptor and then consistently exposes this from XPCClient, XPCServer, and XPCServerEndpoint.