Update README

This commit is contained in:
Davide De Rosa 2024-01-05 10:30:35 +01:00
parent a353050af1
commit 928b05a1c0
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
![iOS 15+](https://img.shields.io/badge/ios-15+-green.svg) ![iOS 15+](https://img.shields.io/badge/ios-15+-green.svg)
![macOS 12+](https://img.shields.io/badge/macos-12+-green.svg) ![macOS 12+](https://img.shields.io/badge/macos-12+-green.svg)
![tvOS 17+](https://img.shields.io/badge/tvos-17+-green.svg)
[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE) [![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE)
[![Unit Tests](https://github.com/passepartoutvpn/tunnelkit/actions/workflows/test.yml/badge.svg)](https://github.com/passepartoutvpn/tunnelkit/actions/workflows/test.yml) [![Unit Tests](https://github.com/passepartoutvpn/tunnelkit/actions/workflows/test.yml/badge.svg)](https://github.com/passepartoutvpn/tunnelkit/actions/workflows/test.yml)
@ -110,7 +111,7 @@ Therefore, make sure to follow the steps below for proper integration:
### Requirements ### Requirements
- iOS 15+ / macOS 12+ - iOS 15+ / macOS 12+ / tvOS 17+
- SwiftPM 5.3 - SwiftPM 5.3
- Git (preinstalled with Xcode Command Line Tools) - Git (preinstalled with Xcode Command Line Tools)
- golang (for WireGuardKit) - golang (for WireGuardKit)
@ -141,7 +142,7 @@ Download the library codebase locally:
$ git clone https://github.com/passepartoutvpn/tunnelkit.git $ git clone https://github.com/passepartoutvpn/tunnelkit.git
There are demo targets containing a simple app for testing the tunnels. Open `Demo/TunnelKit.xcodeproject` in Xcode and run it on both iOS and macOS. There are demo targets containing a simple app for testing the tunnels. Open `Demo/TunnelKit.xcodeproject` in Xcode and run it.
For the VPN to work properly, the demo requires: For the VPN to work properly, the demo requires: