trilemma-dev / SecureXPC

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

Add async variants of `XPCClient.send/sendMessage(...)` functions #19

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

macOS 10.15 and later should support this (at least as of the latest Xcode beta)

jakaplan commented 2 years ago

This should be possible to implement in a meaningful way now that Xcode 13.2 supports back deploying async/await to macOS 10.15.