-
Notifications
You must be signed in to change notification settings - Fork 47
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
Reduce deployment targets by 3 versions #18
Reduce deployment targets by 3 versions #18
Conversation
@swift-server-bot add to allowlist |
Co-authored-by: Honza Dvorsky <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @andrewse02 for working on this.
You're welcome! This package is awesome, I definitely plan to continue to contribute in my free time! |
…#7) ### Motivation Reduce deployment target by 3 versions to gain more adoption. ### Modifications - Added new deployment targets - Refactor `invokeSession` method to support iOS 13+ - Update `swift-openapi-runtime` version once changes are done [there](apple/swift-openapi-runtime#18). ### Result Deployment target will be reduced by 3 versions.
### Motivation Reduce deployment target by 3 versions to gain more adoption. ### Modifications - Reduced deployment targets by 3 versions - Modified `client.Package.x` and `server.Package.x` files to reflect new deployment targets - Modified documentation to reflect new deployment targets ### Result Deployment target will be reduced by 3 versions and documentation will reflect such changes. ### Resolves - Resolves #62 ### Related PRs - Paired with apple/swift-openapi-runtime#18 --------- Co-authored-by: andrewelliott <>
Motivation
Reduce deployment target by 3 versions to gain more adoption.
Modifications
Converter#renderedRequestPath
to support iOS 13Result
Deployment target will be reduced by 3 versions.
Resolves
Related PRs