-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
2512f4f
commit 98bea97
Showing
5 changed files
with
40 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 20 additions & 22 deletions
42
BraintreeDropIn.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters