OpenVPNAdapter icon indicating copy to clipboard operation
OpenVPNAdapter copied to clipboard

Make compatible with SystemExtensions API

Open weissmar opened this issue 3 years ago • 0 comments

This PR makes the library compatible with the SystemExtensions API, which is the only way to distribute NetworkExtension packet tunnel providers via Developer ID. Specifically, this PR replaces the use of runloops with GCD queues, as system extensions don't have default access to a runloop.

weissmar avatar Jul 01 '21 17:07 weissmar