Skip to content

Commit f454a55

Browse files
committed
Update WPKit
1 parent 2107c2f commit f454a55

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Modules/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let package = Package(
4848
.package(url: "https://github.com/wordpress-mobile/MediaEditor-iOS", branch: "task/spm-support"),
4949
.package(url: "https://github.com/wordpress-mobile/NSObject-SafeExpectations", from: "0.0.6"),
5050
.package(url: "https://github.com/wordpress-mobile/NSURL-IDN", branch: "trunk"),
51-
.package(url: "https://github.com/wordpress-mobile/WordPressKit-iOS", branch: "wpios-edition"),
51+
.package(url: "https://github.com/wordpress-mobile/WordPressKit-iOS", branch: "task/new-subscibers-api"),
5252
.package(url: "https://github.com/zendesk/support_sdk_ios", from: "8.0.3"),
5353
// We can't use wordpress-rs branches nor commits here. Only tags work.
5454
.package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20250411"),

WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"originHash" : "c7fc894bd07cdfaf1241217c60af90ce11e6474d9488e6d63dd1e81668a87272",
2+
"originHash" : "9f7e9b592cd52423d0534ee02f01c447192609ef99cde09aed7f936ac610f666",
33
"pins" : [
44
{
55
"identity" : "alamofire",
@@ -391,8 +391,8 @@
391391
"kind" : "remoteSourceControl",
392392
"location" : "https://github.com/wordpress-mobile/WordPressKit-iOS",
393393
"state" : {
394-
"branch" : "wpios-edition",
395-
"revision" : "94cbe7ed4ec184f104cc8e3c4c525c26e639c932"
394+
"branch" : "task/new-subscibers-api",
395+
"revision" : "9174ac4a9b8497753a18d8ef44fa12ebe5f4e12f"
396396
}
397397
},
398398
{

WordPress/Classes/ViewRelated/Blog/My Site/MySiteViewController.swift

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import WordPressAuthenticator
22
import UIKit
33
import SwiftUI
44
import WordPressUI
5+
import WordPressKit
56
import GutenbergKit
67
import Combine
78

0 commit comments

Comments
 (0)