Set Swift 5 in docs
This commit is contained in:
parent
49dd0a8403
commit
93a7729425
|
@ -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:)`.
|
- Optional data count report via `TunnelKitProvider.Configuration.dataCount(in:)`.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Upgraded to Swift 5.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- `checksEKU` not propagated to TunnelKitProvider.
|
- `checksEKU` not propagated to TunnelKitProvider.
|
||||||
|
|
|
@ -65,7 +65,7 @@ Many other flags are ignored too but it's normally not an issue.
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- iOS 11.0+ / macOS 10.11+
|
- iOS 11.0+ / macOS 10.11+
|
||||||
- Xcode 10+ (Swift 4.2)
|
- Xcode 10+ (Swift 5)
|
||||||
- Git (preinstalled with Xcode Command Line Tools)
|
- Git (preinstalled with Xcode Command Line Tools)
|
||||||
- Ruby (preinstalled with macOS)
|
- Ruby (preinstalled with macOS)
|
||||||
- [CocoaPods 1.6.0][dep-cocoapods]
|
- [CocoaPods 1.6.0][dep-cocoapods]
|
||||||
|
|
Loading…
Reference in New Issue