Skip to content

Commit 8fa7f08

Browse files
jakepetroulesfabianfett
authored andcommitted
Add missing availability to APIs requiring macOS 10.15 / iOS 13.0 (#411)
1 parent 8e4d519 commit 8fa7f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Sources/AsyncHTTPClient/NIOTransportServices/TLSConfiguration.swift

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
extension TLSVersion {
2424
/// return Network framework TLS protocol version
25+
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
2526
var nwTLSProtocolVersion: tls_protocol_version_t {
2627
switch self {
2728
case .tlsv1:

0 commit comments

Comments
 (0)