Skip to content

Commit

Permalink
Fixing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Feb 18, 2018
1 parent 788e7bb commit f0f22ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.3
4.0
2 changes: 1 addition & 1 deletion Sources/Queuer/RequestOperation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ open class RequestOperation: ConcurrentOperation {
/// URLSession instance.
open var session: URLSession {
let configuration = URLSessionConfiguration.default
if #available(iOS 11, *) {
if #available(iOS 11, macOS 10.13, tvOS 11, watchOS 4, *) {
configuration.waitsForConnectivity = true
}
return URLSession(configuration: configuration)
Expand Down

0 comments on commit f0f22ef

Please sign in to comment.