Fix targets in README

This commit is contained in:
Davide De Rosa 2023-04-02 09:08:25 +02:00
parent 42f7bfc6df
commit 6fa64bbc16
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
"repositoryURL": "https://github.com/passepartoutvpn/wireguard-apple",
"state": {
"branch": null,
"revision": "cbcbf4369e1852fdf3398f9fbb49a26cfff4c97f",
"revision": "73d9152fa0cb661db0348a1ac11dbbf998422a50",
"version": null
}
}

View File

@ -1,5 +1,5 @@
![iOS 13+](https://img.shields.io/badge/ios-13+-green.svg)
![macOS 10.15+](https://img.shields.io/badge/macos-10.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)
[![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)
@ -110,7 +110,7 @@ Therefore, make sure to follow the steps below for proper integration:
### Requirements
- iOS 13.0+ / macOS 10.15+
- iOS 15+ / macOS 12+
- SwiftPM 5.3
- Git (preinstalled with Xcode Command Line Tools)
- golang (for WireGuardKit)