Skip to content

Commit

Permalink
Updated README.md with Xcode version bump (#443)
Browse files Browse the repository at this point in the history
* Updated README.md with Xcode version bump

Co-authored-by: Jax DesMarais-Leder <[email protected]>
  • Loading branch information
stechiu and jaxdesmarais authored Mar 28, 2024
1 parent 621ad6d commit 07807c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Welcome to Braintree's Drop-in SDK for iOS!

![Drop-in light theme](Images/client-sdk-ios-series-light.png "Drop-in light theme")

**The Braintree iOS Drop-in SDK permits a deployment target of iOS 12.0 or higher.** It requires Xcode 14.1+ and Swift 5.7.1+.
**The Braintree iOS Drop-in SDK permits a deployment target of iOS 12.0 or higher.** It requires Xcode 15.0+ and Swift 5.9+.

## Table of Contents

Expand All @@ -26,7 +26,7 @@ Welcome to Braintree's Drop-in SDK for iOS!
We recommend using [Swift Package Manager](https://swift.org/package-manager/) or [CocoaPods](https://github.com/CocoaPods/CocoaPods) to integrate the Braintree Drop-in SDK with your project.

### Swift Package Manager
_This feature is only available in v9. v9.Y.0 requires Xcode 12.5+._
_This feature is only available in v9. v9.Y.0 requires Xcode 15.0+._

To add the `BraintreeDropIn` package to your Xcode project, select File > Swift Packages > Add Package Dependency and enter `https://github.com/braintree/braintree-ios-drop-in` as the repository URL. Tick the checkbox for `BraintreeDropIn`.

Expand Down

0 comments on commit 07807c9

Please sign in to comment.