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

‎Sources/AsyncHTTPClient/NIOTransportServices/TLSConfiguration.swift‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
extensionTLSVersion{
2424
/// return Network framework TLS protocol version
25+
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0,*)
2526
varnwTLSProtocolVersion:tls_protocol_version_t{
2627
switchself{
2728
case.tlsv1:

0 commit comments

Comments
(0)