davidme-stripe

Results 17 issues of davidme-stripe

8/2022 is in the past. Change this to 8/2032. (Apologies to future engineers in 2032.)

## Summary Add initial privacy manifest for Xcode 15. ## Motivation Preparing for App Store privacy changes. ## Testing Generated privacy report from a manual test app, CI will run...

## Summary When cancelling Apple Pay and returning to PaymentSheet on iPad, the system's fade-in animation underneath the form sheet is inexplicably following the transition animation from the rotating card...

## Summary ## Motivation ## Testing ## Changelog

## Summary I don't think `UIView.transition` was intended to be used within a UIViewPropertyAnimator. We'll recreate this transition on our own by cross-fading between two UIImageViews. ## Motivation Inexplicably, this...

## Summary Change the "save this card" checkbox to be unchecked by default. ## Motivation Latest guidance. ## Testing CI, updated existing tests. ## Changelog Added a changelog entry.

## Summary ## Motivation ## Testing ## Changelog

## Summary ## Motivation ## Testing ## Changelog

## Summary Try moving back to 6x builders, the issues might be fixed. ## Motivation Faster CI ## Testing CI

Reverts stripe/stripe-ios#2064. It works on Xcode 14, but it prevents Xcode 13.2.1 from working out the dependency chain. (For example, building StripeUICore isn't correctly triggering a build for StripeCore.) As...