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

Remove iOS 10 support, update Stripe3DS2 #1643

Merged
merged 12 commits into from
Sep 11, 2020

Conversation

davidme-stripe
Copy link
Contributor

Summary

Drop support for iOS 10 and update to the latest Stripe3DS2.

Motivation

Significantly shrinks the size of Stripe.framework.

Testing

Tested on device and in CI as part of #1633

#if !(defined(TARGET_OS_MACCATALYST) && (TARGET_OS_MACCATALYST != 0))
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-implementations"
#pragma clang diagnostic ignored "-Wdeprecated"

- (void)paymentAuthorizationViewController:(PKPaymentAuthorizationViewController *)controller
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe leave a note about removing when we drop iOS 11

@davidme-stripe davidme-stripe merged commit 0d78c27 into master Sep 11, 2020
@davidme-stripe davidme-stripe deleted the davidme/drop-ios-10-open-ssl branch September 11, 2020 23:51
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
Copy link
Contributor

Choose a reason for hiding this comment

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

🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants