Skip to content

Commit

Permalink
[FIX] Xcode 13 build fix (Kingfisher dep. upg.)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnesKaraosman committed Oct 6, 2021
1 parent 2e98e6b commit 4f7745a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/onevcat/Kingfisher.git",
"state": {
"branch": null,
"revision": "44450a8f564d7c0165f736ba2250649ff8d3e556",
"version": "6.3.0"
"revision": "8c65ddf756c633d01d9ae01092bf72f0c66dfc60",
"version": "7.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
],
dependencies: [
// Image downloading library
.package(url: "https://github.com/onevcat/Kingfisher.git", from: "6.3.0"),
.package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.0.0"),
.package(url: "https://github.com/EnesKaraosman/SwiftUIEKtensions.git", from: "0.1.8"),
.package(url: "https://github.com/wxxsw/VideoPlayer.git", from: "1.2.3")
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,44 @@
"repositoryURL": "https://github.com/wxxsw/GSPlayer.git",
"state": {
"branch": null,
"revision": "95c5498ac7be1101cbe5520a2bf5536352a3b1a0",
"version": "0.2.18"
"revision": "5904551cf33e0c38831fdc56c6a2c9770eadc30d",
"version": "0.2.25"
}
},
{
"package": "Kingfisher",
"repositoryURL": "https://github.com/onevcat/Kingfisher.git",
"state": {
"branch": null,
"revision": "0e548b700c7c123dd3b2ac776e90d63a540f084d",
"version": "5.15.7"
"revision": "d06df9adf50ed8cde5786d935836a5f445f780ba",
"version": "6.3.1"
}
},
{
"package": "SwiftUIEKtensions",
"repositoryURL": "https://github.com/EnesKaraosman/SwiftUIEKtensions.git",
"state": {
"branch": null,
"revision": "d4c5daa802d33b00acf519daa668a5d4219112cb",
"version": "0.1.3"
"revision": "21421df3266c99b83992face9e1523c8f1acb924",
"version": "0.2.0"
}
},
{
"package": "SwiftyChat",
"repositoryURL": "https://github.com/EnesKaraosman/SwiftyChat.git",
"state": {
"branch": null,
"revision": "e9c3a80070c1851e1b1c99292204a1d8aacfcd7b",
"version": "1.3.1"
"revision": "0add0ccdfd36056943c75af8e626db76e6a9cb89",
"version": "1.3.5"
}
},
{
"package": "VideoPlayer",
"repositoryURL": "https://github.com/wxxsw/VideoPlayer.git",
"state": {
"branch": null,
"revision": "73a30d2cc0b58e9a8e063b0333022dc636b45946",
"version": "1.1.6"
"revision": "3c5b9531ee20e34d3a86142ca2c076a5b99afdb2",
"version": "1.2.3"
}
}
]
Expand Down

0 comments on commit 4f7745a

Please sign in to comment.