braintree / popup-bridge-ios

Enable your web view to open pages in an ASWebAuthenticationSession
MIT License
38 stars 20 forks source link

Convert UI and Unit Tests to Swift #56

Closed jaxdesmarais closed 1 year ago

jaxdesmarais commented 1 year ago

Summary of changes

I started spiking out the changes to use ASWebAuthenticationSession in Popup Bridge. Since the tests were in Obj-C it would have required making things public that we don't want public in order to test them in Obj-C. With the tests in Swift it will make the switch to ASWebAuthenticationSession easier. All tests are converted 1:1 from Obj-C.

Authors

List GitHub usernames for everyone who contributed to this pull request.