Skip to content

Commit

Permalink
1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Apr 10, 2024
1 parent 3afb298 commit 3c5e260
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/swift-api-client.git", from: "1.6.8")
.package(url: "https://github.com/dankinsoid/swift-api-client.git", from: "1.6.9")
],
targets: [
.target(
Expand Down
2 changes: 0 additions & 2 deletions Sources/SwiftAPIClient/Modifiers/URLSessionModifiers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public extension APIClient.Configs {
}
}

#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
public extension APIClient.Configs {

/// The delegate for the URLSession of the client.
Expand All @@ -30,7 +29,6 @@ public extension APIClient {
configs(\.urlSessionDelegate, delegate)
}
}
#endif

private extension URLSession {

Expand Down

0 comments on commit 3c5e260

Please sign in to comment.