Skip to content

Commit

Permalink
Add missing availability to APIs requiring macOS 10.15 / iOS 13.0 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepetroules authored and fabianfett committed Sep 1, 2021
1 parent 8e4d519 commit 8fa7f08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

extension TLSVersion {
/// return Network framework TLS protocol version
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
var nwTLSProtocolVersion: tls_protocol_version_t {
switch self {
case .tlsv1:
Expand Down

0 comments on commit 8fa7f08

Please sign in to comment.