From 29d63c00dc9a9cb38404b2300463c2dd626fd68e Mon Sep 17 00:00:00 2001 From: kean Date: Fri, 20 Dec 2024 05:55:45 -0500 Subject: [PATCH] Fix an issue with wrong cover images appearing in Reader --- Modules/Package.swift | 2 +- WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Modules/Package.swift b/Modules/Package.swift index fa2a9dbdd3de..836180bde961 100644 --- a/Modules/Package.swift +++ b/Modules/Package.swift @@ -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"), diff --git a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved index dd795255d989..6c0faafaa46b 100644 --- a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "64c885fb0532e44752e1552d7edd4abe6905b0f834a6eb0f22fe020cbbc48d8d", + "originHash" : "28bf12ad7968ecda2f2495f9ee5b8b36646296a554e428a0d99b59d32f00b365", "pins" : [ { "identity" : "alamofire", @@ -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" } }, {