ss-abramchuk / OpenVPNAdapter

Objective-C wrapper for OpenVPN library. Compatible with iOS and macOS.
GNU Affero General Public License v3.0
475 stars 215 forks source link

Make compatible with SystemExtensions API #211

Open weissmar opened 3 years ago

weissmar commented 3 years ago

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.