File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/ClientRuntime/Config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public extension DefaultSDKRuntimeConfiguration {
9090 /// - Parameter httpClientConfiguration: The configuration for the HTTP client.
9191 /// - Returns: The `CRTClientEngine` client on Mac & Linux platforms, returns `URLSessionHttpClient` on non-Mac Apple platforms.
9292 static func makeClient( httpClientConfiguration: HttpClientConfiguration ) -> HTTPClient {
93- #if os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
93+ #if os(iOS) || os(tvOS) || os(watchOS) || os(visionOS) || os(macOS)
9494 return URLSessionHTTPClient ( httpClientConfiguration: httpClientConfiguration)
9595 #else
9696 let connectTimeoutMs = httpClientConfiguration. connectTimeout. map { UInt32 ( $0 * 1_000_000 ) }
You can’t perform that action at this time.
0 commit comments