braintree / popup-bridge-ios

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

Add Bundler support for increased host-system isolation #19

Closed saschpe closed 4 years ago

saschpe commented 4 years ago

To ensure every developer (and CI machine) is using the same CocoaPods version and to reduce dependencies into the host system's installed gems. Avoids issues with different Cocoapods or Gem versions installed on various machines.

Switch to CocoaPods latest release (currently 1.9.1).

billwerges commented 4 years ago

Hi @saschpe,

This project doesn't currently have any dependencies on CocoaPods for building the framework itself, just for building and running the unit tests. Is there a specific issue you're attempting to fix with these changes?

saschpe commented 4 years ago

Yep, it's for being able to run the test w/o using a global CocoaPods setup.