paypal / paypal-ios

One merchant integration point for all of PayPal's services
Apache License 2.0
59 stars 27 forks source link

Remove UIKit Option in Demo App #167

Closed KunJeongPark closed 1 year ago

KunJeongPark commented 1 year ago

Summary of changes

Checklist

~- [ ] Added a changelog entry~

Authors

scannillo commented 1 year ago

Just pulled this down, it looks awesome 👏.

I see that we still are specifying UIKit in this UI Test. We should update this to SwiftUI - but it looks like this UI test isn't even running on CI, it's probably pretty outdated.

KunJeongPark commented 1 year ago

Just pulled this down, it looks awesome 👏.

I see that we still are specifying UIKit in this UI Test. We should update this to SwiftUI - but it looks like this UI test isn't even running on CI, it's probably pretty outdated.

Thank you Sammy! Good call. I saw that the test is failing on main as well with SwiftUI option and for UIKit option. I will make a separate ticket for this UI test.