From 6a450c4e64377b9751a51a418665687b67063d85 Mon Sep 17 00:00:00 2001 From: Stephanie <127455800+stechiu@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:51:22 -0700 Subject: [PATCH 1/4] Update CHANGELOG.md Co-authored-by: Jax DesMarais-Leder --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd671eef..119e5bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From ffeda65582e8d77b380f824b24bc84db78ae3845 Mon Sep 17 00:00:00 2001 From: Stephanie <127455800+stechiu@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:51:29 -0700 Subject: [PATCH 2/4] Update README.md Co-authored-by: Jax DesMarais-Leder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da0b9490..d6cc4f36 100644 --- a/README.md +++ b/README.md @@ -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 From 99a2ab73c7ee7fee1a86fa3a1f747df6eabfcf92 Mon Sep 17 00:00:00 2001 From: Stephanie <127455800+stechiu@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:51:48 -0700 Subject: [PATCH 3/4] Update README.md Co-authored-by: Jax DesMarais-Leder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6cc4f36..bceeb222 100644 --- a/README.md +++ b/README.md @@ -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. From 24c9c2a14f07bd54956deaa6715efb5a2a3311b6 Mon Sep 17 00:00:00 2001 From: Stephanie <127455800+stechiu@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:53:29 -0700 Subject: [PATCH 4/4] Reverted README change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bceeb222..526cbe5c 100644 --- a/README.md +++ b/README.md @@ -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