-
Notifications
You must be signed in to change notification settings - Fork 249
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
chore(api): API Pigeon update #1813
chore(api): API Pigeon update #1813
Conversation
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.
Looks good! You'll need to make some changes to the API podspec to declare support for async/await
, which was released for iOS 15 and then backported to iOS 13 in Xcode 13.2/Swift 5.5.
Since vNext will have a minimum iOS target of 13.0, this works out great for us, we just need to make sure the end-user is using Swift 5.5 so that it compiles properly. Here's how to do that: https://github.com/aws-amplify/amplify-flutter/blob/next/packages/auth/amplify_auth_cognito_ios/ios/amplify_auth_cognito_ios.podspec#L23
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.
LGTM!
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.