Skip to content

Commit

Permalink
Bump PayPal Messages to v1.0.0 prerelease.6 (#1163)
Browse files Browse the repository at this point in the history
* bump podspec to 1.0.0-prerelease.6
* bump package dependency to 1.0.0-prerelease.6
* add Cartfile to support Carthage
* bump Package.swift to 1.0.0-prerelease.6 and update checksum
* fix typo in VC based on name change
  • Loading branch information
jaxdesmarais authored Dec 21, 2023
1 parent 97892a0 commit 9217cee
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Braintree.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Pod::Spec.new do |s|
s.subspec "PayPalMessaging" do |s|
s.source_files = "Sources/BraintreePayPalMessaging/*.swift"
s.dependency "Braintree/Core"
s.dependency "PayPalMessages", '1.0.0-prerelease.3'
s.dependency "PayPalMessages", '1.0.0-prerelease.6'
end

s.subspec "ThreeDSecure" do |s|
Expand Down
2 changes: 1 addition & 1 deletion Braintree.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6624,7 +6624,7 @@
repositoryURL = "https://github.com/paypal/paypal-messages-ios";
requirement = {
kind = exactVersion;
version = "1.0.0-prerelease.3";
version = "1.0.0-prerelease.6";
};
};
BEE2E4B52900436600C03FDD /* XCRemoteSwiftPackageReference "paypalcheckout-ios" */ = {
Expand Down
3 changes: 2 additions & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
binary "https://assets.braintreegateway.com/mobile/ios/carthage-frameworks/cardinal-mobile/CardinalMobile.json" == 2.2.5-6
binary "https://assets.braintreegateway.com/mobile/ios/carthage-frameworks/pp-risk-magnes/PPRiskMagnes.json" == 5.4.1-stage-removed-xcode14-3
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.2.0
binary "https://github.com/paypal/paypal-messages-ios/raw/prerelease/Carthage/PayPalMessages.json" == 1.0.0-prerelease.6
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extension PayPalMessagingViewController: BTPayPalMessagingDelegate {
}

func willAppear(_ payPalMessagingView: BTPayPalMessagingView) {
progressBlock("Loading BTPayPalMessagingClient")
progressBlock("Loading BTPayPalMessagingView")
}

func didAppear(_ payPalMessagingView: BTPayPalMessagingView) {
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ let package = Package(
),
.binaryTarget(
name: "PayPalMessages",
url: "https://github.com/paypal/paypal-messages-ios/releases/download/1.0.0-prerelease.3/PayPalMessages.xcframework.zip",
checksum: "a70eecc03aad9cb295298a2699ac7c09ea86b4e9c5b1e6ed227a60546033f4c6"
url: "https://github.com/paypal/paypal-messages-ios/releases/download/1.0.0-prerelease.6/PayPalMessages.xcframework.zip",
checksum: "d9629801acbe39e1a2bf0404331d5417cf64f1b00c4aac78cdf66178a43791c7"
),
.target(
name: "BraintreePayPalNativeCheckout",
Expand Down

0 comments on commit 9217cee

Please sign in to comment.