trilemma-dev / SecureXPC

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

Namespaces 4 structs and classes under `XPCClient` and `XPCServer` #118

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

This performs the following renames/re-namespacings:

The motivation behind this is to take these likely lesser used classes/structs which are only associated with the either XPCClient or XPCServer and to namespace them within them to make it clearer what their relationship is to their (now) parent class.

No functionality changes and all tests pass.