Skip to content

Commit

Permalink
Fix an issue with wrong cover images appearing in Reader
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Dec 20, 2024
1 parent cc26fec commit 29d63c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Modules/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let package = Package(
.package(url: "https://github.com/wordpress-mobile/MediaEditor-iOS", branch: "task/spm-support"),
.package(url: "https://github.com/wordpress-mobile/NSObject-SafeExpectations", from: "0.0.6"),
.package(url: "https://github.com/wordpress-mobile/NSURL-IDN", branch: "trunk"),
.package(url: "https://github.com/wordpress-mobile/WordPressKit-iOS", branch: "wpios-edition"),
.package(url: "https://github.com/wordpress-mobile/WordPressKit-iOS", branch: "fix/featured-images-reader-posts"),
.package(url: "https://github.com/zendesk/support_sdk_ios", from: "8.0.3"),
// We can't use wordpress-rs branches nor commits here. Only tags work.
.package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20241116"),
Expand Down
6 changes: 3 additions & 3 deletions WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "64c885fb0532e44752e1552d7edd4abe6905b0f834a6eb0f22fe020cbbc48d8d",
"originHash" : "28bf12ad7968ecda2f2495f9ee5b8b36646296a554e428a0d99b59d32f00b365",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -383,8 +383,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wordpress-mobile/WordPressKit-iOS",
"state" : {
"branch" : "wpios-edition",
"revision" : "77b3f5e98da1e837e3983615c9fd1b38d66e3084"
"branch" : "fix/featured-images-reader-posts",
"revision" : "87e2a0902e84e03afdc29bb5b52b3a3d6a1e14d9"
}
},
{
Expand Down

0 comments on commit 29d63c0

Please sign in to comment.