mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-07 15:48:45 +01:00
Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate
This commit is contained in:
commit
c5450c32fb
@ -42,8 +42,8 @@
|
|||||||
"repositoryURL": "https://github.com/OAuthSwift/OAuthSwift.git",
|
"repositoryURL": "https://github.com/OAuthSwift/OAuthSwift.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "d85964b96dbce94df961f28b996187c835089903",
|
"revision": "fde77955e6983fbfaabd491709d52b8a82fda4d0",
|
||||||
"version": "2.2.0"
|
"version": "2.1.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,7 @@ let package = Package(
|
|||||||
targets: ["Secrets"]),
|
targets: ["Secrets"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/OAuthSwift/OAuthSwift.git", .upToNextMajor(from: "2.1.2")),
|
.package(url: "https://github.com/OAuthSwift/OAuthSwift.git", .exact("2.1.2")),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user