Fix targets in README
This commit is contained in:
parent
42f7bfc6df
commit
6fa64bbc16
|
@ -24,7 +24,7 @@
|
||||||
"repositoryURL": "https://github.com/passepartoutvpn/wireguard-apple",
|
"repositoryURL": "https://github.com/passepartoutvpn/wireguard-apple",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "cbcbf4369e1852fdf3398f9fbb49a26cfff4c97f",
|
"revision": "73d9152fa0cb661db0348a1ac11dbbf998422a50",
|
||||||
"version": null
|
"version": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
![iOS 13+](https://img.shields.io/badge/ios-13+-green.svg)
|
![iOS 15+](https://img.shields.io/badge/ios-15+-green.svg)
|
||||||
![macOS 10.15+](https://img.shields.io/badge/macos-10.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)
|
[![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 +110,7 @@ Therefore, make sure to follow the steps below for proper integration:
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- iOS 13.0+ / macOS 10.15+
|
- iOS 15+ / macOS 12+
|
||||||
- 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)
|
||||||
|
|
Loading…
Reference in New Issue