From 74543347fade304dfcb82642fa0aca1a9a77e938 Mon Sep 17 00:00:00 2001 From: agedd <105314544+agedd@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:31:00 -0500 Subject: [PATCH] Bump PayPalCheckout to Version 1.3.0 (#1283) * pull in latest mxo 1.3.0 build Co-authored-by: Victoria Park * update CHANGELOG.md Co-authored-by: Victoria Park * address pr comments * clean up changelog entry --------- Co-authored-by: Victoria Park --- Braintree.podspec | 2 +- Braintree.xcodeproj/project.pbxproj | 2 +- CHANGELOG.md | 4 ++++ Cartfile | 2 +- Demo/Demo.xcodeproj/project.pbxproj | 2 +- Package.swift | 4 ++-- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Braintree.podspec b/Braintree.podspec index 39099b82cd..211f0097a4 100644 --- a/Braintree.podspec +++ b/Braintree.podspec @@ -77,7 +77,7 @@ Pod::Spec.new do |s| s.source_files = "Sources/BraintreePayPalNativeCheckout/*.swift" s.dependency "Braintree/Core" s.dependency "Braintree/PayPal" - s.dependency "PayPalCheckout", '1.2.0' + s.dependency "PayPalCheckout", '1.3.0' s.resource_bundle = { "BraintreePayPalNativeCheckout_PrivacyInfo" => "Sources/BraintreePayPalNativeCheckout/PrivacyInfo.xcprivacy" } end diff --git a/Braintree.xcodeproj/project.pbxproj b/Braintree.xcodeproj/project.pbxproj index 0dc08fd06f..29bbc30f31 100644 --- a/Braintree.xcodeproj/project.pbxproj +++ b/Braintree.xcodeproj/project.pbxproj @@ -6238,7 +6238,7 @@ repositoryURL = "https://github.com/paypal/paypalcheckout-ios/"; requirement = { kind = exactVersion; - version = 1.2.0; + version = 1.3.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/CHANGELOG.md b/CHANGELOG.md index edb0863754..3488f4f3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Braintree iOS SDK Release Notes +## unreleased +* BraintreePayPalNativeCheckout + * Bump PayPalCheckout to version 1.3.0 with code signing & a privacy manifest file. + ## 5.25.0 (2024-04-10) * Require Xcode 15.0+ and Swift 5.9+ (per [Apple App Store requirements](https://developer.apple.com/news/upcoming-requirements/?id=04292024a)) * [Meets Apple's new Privacy Update requirements](https://developer.apple.com/news/?id=3d8a9yyh) diff --git a/Cartfile b/Cartfile index c04344151e..f113911b72 100644 --- a/Cartfile +++ b/Cartfile @@ -1,3 +1,3 @@ binary "https://assets.braintreegateway.com/mobile/ios/carthage-frameworks/cardinal-mobile/CardinalMobile.json" == 2.2.5-9 binary "https://assets.braintreegateway.com/mobile/ios/carthage-frameworks/pp-risk-magnes/PPRiskMagnes.json" == 5.5.0-static-Xcode15-MinOSVersion100 -binary "https://github.com/paypal/paypalcheckout-ios/raw/main/Carthage/PayPalCheckout.json" == 1.2.0 +binary "https://github.com/paypal/paypalcheckout-ios/raw/main/Carthage/PayPalCheckout.json" == 1.3.0 diff --git a/Demo/Demo.xcodeproj/project.pbxproj b/Demo/Demo.xcodeproj/project.pbxproj index a65dae4842..dc50166383 100644 --- a/Demo/Demo.xcodeproj/project.pbxproj +++ b/Demo/Demo.xcodeproj/project.pbxproj @@ -1035,7 +1035,7 @@ repositoryURL = "https://github.com/paypal/paypalcheckout-ios/"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 1.2.0; + minimumVersion = 1.3.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/Package.swift b/Package.swift index 3c149d4c13..080ee365f7 100644 --- a/Package.swift +++ b/Package.swift @@ -98,8 +98,8 @@ let package = Package( ), .binaryTarget( name: "PayPalCheckout", - url: "https://github.com/paypal/paypalcheckout-ios/releases/download/1.2.0/PayPalCheckout.xcframework.zip", - checksum: "de177ea050cfd342aa1bbfe0d9ed7faf8262270a0291a5862b6ee3c7f85cc1ff" + url: "https://github.com/paypal/paypalcheckout-ios/releases/download/1.3.0/PayPalCheckout.xcframework.zip", + checksum: "d65186f38f390cb9ae0431ecacf726774f7f89f5474c48244a07d17b248aa035" ), .target( name: "BraintreeSEPADirectDebit",