braintree / braintree_ios

Braintree SDK for iOS
https://developer.paypal.com/braintree/docs/start/hello-client/ios/v5
MIT License
557 stars 293 forks source link

Updated README.md with Xcode version bump #1216

Closed stechiu closed 5 months ago

stechiu commented 6 months ago

Summary of changes

Checklist

Authors

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

scannillo commented 6 months ago

We'll also want to update our 3 workflow files here to use the latest Xcode version in our scripts. We'll probably have to bump our macOS version that the scripts run too in order to access the latest Xcode build. You can see them documented here - https://github.com/actions/runner-images/tree/main/images/macos

stechiu commented 6 months ago

We'll also want to update our 3 workflow files here to use the latest Xcode version in our scripts. We'll probably have to bump our macOS version that the scripts run too in order to access the latest Xcode build. You can see them documented here - https://github.com/actions/runner-images/tree/main/images/macos

Thanks! I've updated the script in this PR https://github.com/braintree/braintree_ios/pull/1215