Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 281cf4b

Browse files
committed
Move ServiceRemoteWordPressComREST to new BasicBlogAPIObjc/
1 parent dbd8322 commit 281cf4b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Sources/WordPressKit/Services/ServiceRemoteWordPressComREST.h renamed to Sources/BasicBlogAPIObjc/ServiceRemoteWordPressComREST.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
1515
/**
1616
* @brief The API object to use for communications.
1717
*/
18+
// TODO: This needs to go before being able to put this ObjC in a package.
1819
@property (nonatomic, strong, readonly) WordPressComRestApi *wordPressComRestApi;
1920

2021
/**

WordPressKit.xcodeproj/project.pbxproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,6 +1638,15 @@
16381638
path = JSON;
16391639
sourceTree = "<group>";
16401640
};
1641+
3FD635022BC3E7A700CEDF5E /* BasicBlogAPIObjc */ = {
1642+
isa = PBXGroup;
1643+
children = (
1644+
93BD276B1EE737A8002BB00B /* ServiceRemoteWordPressComREST.h */,
1645+
93BD276C1EE737A8002BB00B /* ServiceRemoteWordPressComREST.m */,
1646+
);
1647+
path = BasicBlogAPIObjc;
1648+
sourceTree = "<group>";
1649+
};
16411650
3FE2E9362BB10EC7002CA2E1 /* Stats */ = {
16421651
isa = PBXGroup;
16431652
children = (
@@ -1865,8 +1874,6 @@
18651874
7430C9A21F1927180051B8E6 /* ReaderTopicServiceRemote.m */,
18661875
3236F77724AE34B40088E8F3 /* ReaderTopicServiceRemote+Interests.swift */,
18671876
9F3E0BA12087345E009CB5BA /* ReaderTopicServiceRemote+Subscription.swift */,
1868-
93BD276B1EE737A8002BB00B /* ServiceRemoteWordPressComREST.h */,
1869-
93BD276C1EE737A8002BB00B /* ServiceRemoteWordPressComREST.m */,
18701877
93BD276D1EE737A8002BB00B /* ServiceRemoteWordPressXMLRPC.h */,
18711878
93BD276E1EE737A8002BB00B /* ServiceRemoteWordPressXMLRPC.m */,
18721879
9F3E0BA02087345E009CB5BA /* ServiceRequest.swift */,
@@ -2025,6 +2032,7 @@
20252032
3FE2E9432BB11413002CA2E1 /* Sources */ = {
20262033
isa = PBXGroup;
20272034
children = (
2035+
3FD635022BC3E7A700CEDF5E /* BasicBlogAPIObjc */,
20282036
3FE2E9762BC395C2002CA2E1 /* CoreAPI */,
20292037
3FE2E9532BB3F4ED002CA2E1 /* APIInterface */,
20302038
3FE2E9462BB12020002CA2E1 /* WordPressKit */,

0 commit comments

Comments
 (0)