Skip to content

Commit

Permalink
Bumped with latest BT SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
stechiu committed Mar 4, 2025
1 parent f969c0a commit af7fed1
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 9 deletions.
14 changes: 7 additions & 7 deletions BraintreeDropIn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Pod::Spec.new do |s|
s.source_files = "Sources/BraintreeDropIn/**/*.{h,m}"
s.public_header_files = "Sources/BraintreeDropIn/Public/BraintreeDropIn/*.h"
s.frameworks = "UIKit"
s.dependency "Braintree/ApplePay", "~> 5.26"
s.dependency "Braintree/Card", "~> 5.26"
s.dependency "Braintree/Core", "~> 5.26"
s.dependency "Braintree/UnionPay", "~> 5.26"
s.dependency "Braintree/PayPal", "~> 5.26"
s.dependency "Braintree/ThreeDSecure", "~> 5.26"
s.dependency "Braintree/Venmo", "~> 5.26"
s.dependency "Braintree/ApplePay", "~> 5.27"
s.dependency "Braintree/Card", "~> 5.27"
s.dependency "Braintree/Core", "~> 5.27"
s.dependency "Braintree/UnionPay", "~> 5.27"
s.dependency "Braintree/PayPal", "~> 5.27"
s.dependency "Braintree/ThreeDSecure", "~> 5.27"
s.dependency "Braintree/Venmo", "~> 5.27"
s.resource_bundles = {
"BraintreeDropIn-Localization" => ["Sources/BraintreeDropIn/Resources/*.lproj"],
"BraintreeDropIn_PrivacyInfo" => ["Sources/BraintreeDropIn/PrivacyInfo.xcprivacy"]
Expand Down
23 changes: 23 additions & 0 deletions BraintreeDropIn.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"pins" : [
{
"identity" : "braintree_ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/braintree/braintree_ios",
"state" : {
"revision" : "1d4fcd9343bab98759482b4da0b1b6bdaa122b31",
"version" : "5.27.0"
}
},
{
"identity" : "inappsettingskit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/futuretap/InAppSettingsKit.git",
"state" : {
"revision" : "4a25f3e1ecdbf3759bdcd0891ae30b0e622f6eff",
"version" : "3.7.2"
}
}
],
"version" : 2
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Braintree iOS Drop-in SDK - Release Notes

## 9.14.0 (2025-03-03)
* Require `braintree_ios` 5.27.0

## 9.13.0 (2024-08-26)
* Updated expiring pinned vendor SSL certificates
* Require `braintree_ios` 5.26.0
Expand Down
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/braintree/braintree_ios",
"state" : {
"revision" : "619e78a9ab9423be4871baf406546c22573086cf",
"version" : "5.26.0"
"version" : "5.27.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
)
],
dependencies: [
.package(name: "Braintree", url: "https://github.com/braintree/braintree_ios", from: "5.26.0")
.package(name: "Braintree", url: "https://github.com/braintree/braintree_ios", from: "5.27.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit af7fed1

Please sign in to comment.