Set Swift 5 in docs

This commit is contained in:
Davide De Rosa 2019-03-30 23:21:11 +01:00
parent 49dd0a8403
commit 93a7729425
2 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Optional data count report via `TunnelKitProvider.Configuration.dataCount(in:)`.
### Changed
- Upgraded to Swift 5.
### Fixed
- `checksEKU` not propagated to TunnelKitProvider.

View File

@ -65,7 +65,7 @@ Many other flags are ignored too but it's normally not an issue.
### Requirements
- iOS 11.0+ / macOS 10.11+
- Xcode 10+ (Swift 4.2)
- Xcode 10+ (Swift 5)
- Git (preinstalled with Xcode Command Line Tools)
- Ruby (preinstalled with macOS)
- [CocoaPods 1.6.0][dep-cocoapods]