-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bumped Xcode Version to 15.0 #1215
Conversation
…o xcode-version-change # Conflicts: # CHANGELOG.md
Also bumped Xcode and MacOS versions in the script |
Co-authored-by: Jax DesMarais-Leder <[email protected]>
Co-authored-by: Jax DesMarais-Leder <[email protected]>
README.md
Outdated
@@ -10,7 +10,7 @@ Welcome to Braintree's iOS SDK. This library will help you accept card and alter | |||
|
|||
v6 is the latest major version of Braintree iOS. To update from v5, see the [v6 migration guide](https://github.com/braintree/braintree_ios/blob/main/V6_MIGRATION.md). If you have not yet migrated to v5, see the [v5 migration guide](https://github.com/braintree/braintree_ios/blob/5.x/V5_MIGRATION.md) | |||
|
|||
**The Braintree iOS SDK permits a deployment target of iOS 14.0 or higher**. It requires Xcode 14.3+ and Swift 5.8+. | |||
**The Braintree iOS SDK permits a deployment target of iOS 14.0 or higher**. It requires Xcode 15.0+ and Swift 5.8+. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By requiring Xcode 15, aren't we also able to require Swift 5.9+?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, just realized that. I'll make the update
…o xcode-version-change # Conflicts: # CHANGELOG.md
…raintree_ios into xcode-version-change
Do we have a ticket for doing this on V5 as well? |
…o xcode-version-change # Conflicts: # CHANGELOG.md
* Bumped Xcode version to 15.0 * Bumped Xcode and MacOS versions * Changed MacOS YAML label Co-authored-by: Jax DesMarais-Leder <[email protected]> * Update README.md
Summary of changes
Checklist
Authors