Skip to content

Commit

Permalink
Bump braintree_ios to 5.25.0 (#448)
Browse files Browse the repository at this point in the history
* update podspec and Package.swift 5.25.0

* Changelog entry

* remove BraintreeDropIn.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist added

* workspace swift package resolve
  • Loading branch information
KunJeongPark authored Apr 11, 2024
1 parent 2512f4f commit 98bea97
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 43 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.23"
s.dependency "Braintree/Card", "~> 5.23"
s.dependency "Braintree/Core", "~> 5.23"
s.dependency "Braintree/UnionPay", "~> 5.23"
s.dependency "Braintree/PayPal", "~> 5.23"
s.dependency "Braintree/ThreeDSecure", "~> 5.23"
s.dependency "Braintree/Venmo", "~> 5.23"
s.dependency "Braintree/ApplePay", "~> 5.25"
s.dependency "Braintree/Card", "~> 5.25"
s.dependency "Braintree/Core", "~> 5.25"
s.dependency "Braintree/UnionPay", "~> 5.25"
s.dependency "Braintree/PayPal", "~> 5.25"
s.dependency "Braintree/ThreeDSecure", "~> 5.25"
s.dependency "Braintree/Venmo", "~> 5.25"
s.resource_bundles = {
"BraintreeDropIn-Localization" => ["Sources/BraintreeDropIn/Resources/*.lproj"],
"BraintreeDropIn_PrivacyInfo" => ["Sources/BraintreeDropIn/PrivacyInfo.xcprivacy"]
Expand Down
42 changes: 20 additions & 22 deletions BraintreeDropIn.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"object": {
"pins": [
{
"package": "Braintree",
"repositoryURL": "https://github.com/braintree/braintree_ios",
"state": {
"branch": null,
"revision": "3924f5ea0295087081e7e637fbf1333361e7054b",
"version": "5.23.0"
}
},
{
"package": "InAppSettingsKit",
"repositoryURL": "https://github.com/futuretap/InAppSettingsKit.git",
"state": {
"branch": null,
"revision": "71e03ebad8462618f96c575c86d2e9220f880676",
"version": "3.3.2"
}
"pins" : [
{
"identity" : "braintree_ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/braintree/braintree_ios",
"state" : {
"revision" : "619e78a9ab9423be4871baf406546c22573086cf",
"version" : "5.25.0"
}
]
},
"version": 1
},
{
"identity" : "inappsettingskit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/futuretap/InAppSettingsKit.git",
"state" : {
"revision" : "71e03ebad8462618f96c575c86d2e9220f880676",
"version" : "3.3.2"
}
}
],
"version" : 2
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## unreleased
* Require Xcode 15.0+ and Swift 5.9+ (per [App Store requirements](https://developer.apple.com/news/?id=khzvxn8a))
* [Meets Apple's new Privacy Update requirements](https://developer.apple.com/news/?id=3d8a9yyh)
* Require `braintree_ios` 5.25.0

## 9.11.0 (2024-02-06)
* Add Slovak language support
Expand Down
24 changes: 11 additions & 13 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"object": {
"pins": [
{
"package": "Braintree",
"repositoryURL": "https://github.com/braintree/braintree_ios",
"state": {
"branch": null,
"revision": "3924f5ea0295087081e7e637fbf1333361e7054b",
"version": "5.23.0"
}
"pins" : [
{
"identity" : "braintree_ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/braintree/braintree_ios",
"state" : {
"revision" : "619e78a9ab9423be4871baf406546c22573086cf",
"version" : "5.25.0"
}
]
},
"version": 1
}
],
"version" : 2
}
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.23.0")
.package(name: "Braintree", url: "https://github.com/braintree/braintree_ios", from: "5.25.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 98bea97

Please sign in to comment.