trilemma-dev / SecureXPC

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

Add message-sending integration test #25

Closed amomchilov closed 2 years ago

amomchilov commented 2 years ago

Resolves #22

This PR builds on top of the code introduced in #24 (diff). Do not ship until #24 is merged.

Adds an integration test that tests the message sending/receiving logic using an same-process anonymous XPC service.