trilemma-dev / SecureXPC

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

Move start logic for anonymous server to `start()` #42

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

All tests pass, including the "Round-trip Integration Test" (@amomchilov thanks for creating those!)

This makes starting behavior consistent between the anonymous server and our two other existing server types.

jakaplan commented 2 years ago

@amomchilov care to review? It's quite a small PR.