Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async/Await iOS 13 Support #36

Merged
merged 10 commits into from Jan 20, 2022
Merged

Async/Await iOS 13 Support #36

merged 10 commits into from Jan 20, 2022

Conversation

laqiguy
Copy link
Contributor

@laqiguy laqiguy commented Jan 20, 2022

Added iOS 13 support for async/await with URLSession extension.

@laqiguy laqiguy changed the base branch from master to feature/async-await January 20, 2022 11:14
@laqiguy laqiguy changed the title iOS 13 Support Async/Await iOS 13 Support Jan 20, 2022
@laqiguy laqiguy added the enhancement New feature or request label Jan 20, 2022
Sources/ApexyAlamofire/AlamofireClient.swift Show resolved Hide resolved
@@ -156,7 +157,7 @@ open class URLSessionClient: Client {
}
}

@available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
@available(macOS 10.15, iOS 12, watchOS 6, tvOS 13, *)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS 12 or 13?

@@ -192,7 +193,7 @@ open class AlamofireClient: Client {
})
}

@available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
@available(macOS 10.15, iOS 12, watchOS 6, tvOS 13, *)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here: iOS 12 or 13?

.github/workflows/tests.yml Outdated Show resolved Hide resolved
@laqiguy laqiguy merged commit d658a84 into feature/async-await Jan 20, 2022
@laqiguy laqiguy deleted the fix/iOS-13-Support branch January 20, 2022 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants