trilemma-dev / SecureXPC

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

Minor improvements to `XPCMachServer` code #51

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

Makes listenerConnection a let as it actually never changes and condenses down the xpc_connection_create_mach_service call to one line.