diff --git a/Sources/SSLService/SSLService.swift b/Sources/SSLService/SSLService.swift index 2e64e8a..a13160f 100644 --- a/Sources/SSLService/SSLService.swift +++ b/Sources/SSLService/SSLService.swift @@ -185,9 +185,6 @@ public class SSLService: SSLServiceDelegate { /// /// - Returns: New Configuration instance. /// - @available(macOS, unavailable, message: "This API not supported on Apple platforms.") - @available(iOS, unavailable, message: "This API not supported on Apple platforms.") - @available(tvOS, unavailable, message: "This API not supported on Apple platforms.") public init(withCipherSuite cipherSuite: String? = nil, clientAllowsSelfSignedCertificates: Bool = true) { self.noBackingCertificates = true @@ -209,9 +206,6 @@ public class SSLService: SSLServiceDelegate { /// /// - Returns: New Configuration instance. /// - @available(macOS, unavailable, message: "This API not supported on Apple platforms.") - @available(iOS, unavailable, message: "This API not supported on Apple platforms.") - @available(tvOS, unavailable, message: "This API not supported on Apple platforms.") public init(withCACertificateFilePath caCertificateFilePath: String?, usingCertificateFile certificateFilePath: String?, withKeyFile keyFilePath: String? = nil, usingSelfSignedCerts selfSigned: Bool = true, cipherSuite: String? = nil) { self.certificateFilePath = certificateFilePath @@ -237,9 +231,6 @@ public class SSLService: SSLServiceDelegate { /// /// - Returns: New Configuration instance. /// - @available(macOS, unavailable, message: "This API not supported on Apple platforms.") - @available(iOS, unavailable, message: "This API not supported on Apple platforms.") - @available(tvOS, unavailable, message: "This API not supported on Apple platforms.") public init(withCACertificateDirectory caCertificateDirPath: String?, usingCertificateFile certificateFilePath: String?, withKeyFile keyFilePath: String? = nil, usingSelfSignedCerts selfSigned: Bool = true, cipherSuite: String? = nil) { self.certificateFilePath = certificateFilePath