Skip to content

Commit

Permalink
Merge branch 'xcode-version-update' of https://github.com/stechiu/bra…
Browse files Browse the repository at this point in the history
…intree-ios-drop-in into xcode-version-update
  • Loading branch information
stechiu committed Mar 27, 2024
2 parents 9fb1b9c + 24c9c2a commit 8c2728f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Braintree iOS Drop-in SDK - Release Notes

## unreleased
* Require Xcode 15.1+ (per [App Store requirements](https://developer.apple.com/news/?id=khzvxn8a))
* Require Xcode 15.0+ (per [App Store requirements](https://developer.apple.com/news/?id=khzvxn8a))

## 9.11.0 (2024-02-06)
* Add Slovak language support
Expand Down
6 changes: 3 additions & 3 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 17.2 or higher.** It requires Xcode 15.1+ and Swift 4+.
**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 Down Expand Up @@ -45,7 +45,7 @@ Then run `pod install`.

See our [`Podspec`](https://github.com/braintree/braintree-ios-drop-in/blob/main/BraintreeDropIn.podspec) for more information.

*Note:* If you are using version 8.x.x of the Braintree Drop-in iOS SDK in Xcode 12, you may see the warning `The iOS Simulator deployment target is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0`. This will not prevent your app from compiling. This is a [CocoaPods issue](https://github.com/CocoaPods/CocoaPods/issues/7314) with a known workaround.
*Note:* If you are using version 8.x.x of the Braintree Drop-in iOS SDK in Xcode 12, you may see the warning `The iOS Simulator deployment target is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99`. This will not prevent your app from compiling. This is a [CocoaPods issue](https://github.com/CocoaPods/CocoaPods/issues/7314) with a known workaround.

## Documentation

Expand Down Expand Up @@ -235,7 +235,7 @@ Versions 6 and below are unsupported.

## Demo

A demo app is included in this project. Running the demo app requires Xcode 15.1+. Open BraintreeDropIn.xcworkspace and run the Demo scheme to view it.
A demo app is included in this project. Running the demo app requires Xcode 15.0+. Open BraintreeDropIn.xcworkspace and run the Demo scheme to view it.

The demo app uses Swift Package Manager to fetch dependencies. Xcode will download dependencies automatically when you open the workspace. Deleting derived data will delete the dependencies. Go to **File -> Swift Packages -> Resolve Package Versions** to re-download them.

Expand Down

0 comments on commit 8c2728f

Please sign in to comment.