Skip to content

Commit

Permalink
Increase minimum supported Xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 13, 2024
1 parent ec7c2d3 commit f8b9ce4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Get is a lean framework with a lot of flexibility and customization points. It m

| Get | Date | Swift | Xcode | Platforms |
|------|--------------|-------|-------|------------------------------------------------------|
| 2.2 | Apr 13, 2022 | 5.9 | 15.0 | iOS 13.0, watchOS 6.0, macOS 10.15, tvOS 13.0, Linux |
| 2.0 | Jul 26, 2022 | 5.5 | 13.3 | iOS 13.0, watchOS 6.0, macOS 10.15, tvOS 13.0, Linux |

## License
Expand Down
4 changes: 0 additions & 4 deletions Tests/GetTests/ClientSessionDelegateTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ final class APIClientSessionDelegateTests: XCTestCase {

client.session.invalidateAndCancel()

#if swift(>=5.9)
await fulfillment(of: [expectation], timeout: 2)
#else
wait(for: [expectation], timeout: 2)
#endif
}

// MARK: - Per-Task Delegate
Expand Down

0 comments on commit f8b9ce4

Please sign in to comment.