eduvpn / apple

app for iOS and macOS
Other
61 stars 18 forks source link

Use TunnelKit as Swift Package Manager package #444

Closed roop closed 2 years ago

roop commented 2 years ago

This PR upgrades the code to use TunnelKit 4.0.3, which includes TunnelKit #237.

TunnelKit 4.x uses Swift Package Manager, so we remove it as a pod and add it back as a Swift package.

roop commented 2 years ago

Moving other dependencies to Swift Package Manager is not part of this PR. That shall be done later.