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

Commit 0ce05a5

Browse files
committed
Revert "Implement POST editor settings"
This reverts commit e0bf6e8. Unintentionally pushed directly to develop
1 parent e0bf6e8 commit 0ce05a5

File tree

4 files changed

+0
-159
lines changed

4 files changed

+0
-159
lines changed

WordPressKit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -277,13 +277,10 @@
277277
74FC6F411F191C1D00112505 /* notifications-last-seen.json in Resources */ = {isa = PBXBuildFile; fileRef = 74FC6F3D1F191C1D00112505 /* notifications-last-seen.json */; };
278278
74FC6F421F191C1D00112505 /* notifications-load-hash.json in Resources */ = {isa = PBXBuildFile; fileRef = 74FC6F3E1F191C1D00112505 /* notifications-load-hash.json */; };
279279
74FC6F431F191C1D00112505 /* notifications-load-all.json in Resources */ = {isa = PBXBuildFile; fileRef = 74FC6F3F1F191C1D00112505 /* notifications-load-all.json */; };
280-
7E0D64FF22D855700092AD10 /* EditorServiceRemote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E0D64FE22D855700092AD10 /* EditorServiceRemote.swift */; };
281280
7E3E7A4520E443060075D159 /* NSAttributedString+extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3E7A4420E443050075D159 /* NSAttributedString+extensions.swift */; };
282281
7E3E7A4820E443370075D159 /* NSMutableAttributedString+extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3E7A4720E443370075D159 /* NSMutableAttributedString+extensions.swift */; };
283282
7E3E7A4A20E443890075D159 /* Scanner+extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3E7A4920E443890075D159 /* Scanner+extensions.swift */; };
284283
7E3E7A4C20E443AA0075D159 /* NSMutableParagraphStyle+extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3E7A4B20E443AA0075D159 /* NSMutableParagraphStyle+extensions.swift */; };
285-
7EC60EBE22DC4F9000FB0336 /* EditorServiceRemoteTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC60EBD22DC4F9000FB0336 /* EditorServiceRemoteTests.swift */; };
286-
7EC60EC022DC5D7C00FB0336 /* EditorSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC60EBF22DC5D7C00FB0336 /* EditorSettings.swift */; };
287284
8236EB4D2024B9F8007C7CF9 /* RemoteBlogJetpackModulesSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8236EB4C2024B9F8007C7CF9 /* RemoteBlogJetpackModulesSettings.swift */; };
288285
826016F11F9FA13A00533B6C /* ActivityServiceRemote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 826016F01F9FA13A00533B6C /* ActivityServiceRemote.swift */; };
289286
826016F31F9FA17B00533B6C /* Activity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 826016F21F9FA17B00533B6C /* Activity.swift */; };
@@ -795,13 +792,10 @@
795792
74FC6F3D1F191C1D00112505 /* notifications-last-seen.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "notifications-last-seen.json"; sourceTree = "<group>"; };
796793
74FC6F3E1F191C1D00112505 /* notifications-load-hash.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "notifications-load-hash.json"; sourceTree = "<group>"; };
797794
74FC6F3F1F191C1D00112505 /* notifications-load-all.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "notifications-load-all.json"; sourceTree = "<group>"; };
798-
7E0D64FE22D855700092AD10 /* EditorServiceRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorServiceRemote.swift; sourceTree = "<group>"; };
799795
7E3E7A4420E443050075D159 /* NSAttributedString+extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+extensions.swift"; sourceTree = "<group>"; };
800796
7E3E7A4720E443370075D159 /* NSMutableAttributedString+extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSMutableAttributedString+extensions.swift"; sourceTree = "<group>"; };
801797
7E3E7A4920E443890075D159 /* Scanner+extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Scanner+extensions.swift"; sourceTree = "<group>"; };
802798
7E3E7A4B20E443AA0075D159 /* NSMutableParagraphStyle+extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSMutableParagraphStyle+extensions.swift"; sourceTree = "<group>"; };
803-
7EC60EBD22DC4F9000FB0336 /* EditorServiceRemoteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorServiceRemoteTests.swift; sourceTree = "<group>"; };
804-
7EC60EBF22DC5D7C00FB0336 /* EditorSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorSettings.swift; sourceTree = "<group>"; };
805799
8236EB4C2024B9F8007C7CF9 /* RemoteBlogJetpackModulesSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteBlogJetpackModulesSettings.swift; sourceTree = "<group>"; };
806800
826016F01F9FA13A00533B6C /* ActivityServiceRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityServiceRemote.swift; sourceTree = "<group>"; };
807801
826016F21F9FA17B00533B6C /* Activity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Activity.swift; sourceTree = "<group>"; };
@@ -1245,14 +1239,6 @@
12451239
name = Extensions;
12461240
sourceTree = "<group>";
12471241
};
1248-
7EC60EBC22DC4F5A00FB0336 /* Editor */ = {
1249-
isa = PBXGroup;
1250-
children = (
1251-
7EC60EBD22DC4F9000FB0336 /* EditorServiceRemoteTests.swift */,
1252-
);
1253-
name = Editor;
1254-
sourceTree = "<group>";
1255-
};
12561242
826016FE1F9FD59400533B6C /* Activity */ = {
12571243
isa = PBXGroup;
12581244
children = (
@@ -1307,7 +1293,6 @@
13071293
826016FE1F9FD59400533B6C /* Activity */,
13081294
74B5F0DF1EF82AAB00B411E7 /* Blog */,
13091295
74585B911F0D520700E7E667 /* Domains */,
1310-
7EC60EBC22DC4F5A00FB0336 /* Editor */,
13111296
9A2D0B29225E0DF7009E585F /* Jetpack */,
13121297
74FA25F81F1FDA240044BC54 /* Media */,
13131298
74D97CB91F1CF6E200AC49B7 /* Menu */,
@@ -1433,7 +1418,6 @@
14331418
74A44DC81F13C533006CD8F4 /* NotificationSettingsServiceRemote.swift */,
14341419
74A44DC91F13C533006CD8F4 /* NotificationSyncServiceRemote.swift */,
14351420
74D67F051F1528470010C5ED /* PeopleServiceRemote.swift */,
1436-
7E0D64FE22D855700092AD10 /* EditorServiceRemote.swift */,
14371421
7433BBFF1EFC4505002D9E92 /* PlanServiceRemote.swift */,
14381422
439A44D72107C85E00795ED7 /* PlanServiceRemote_ApiVersion1_3.swift */,
14391423
439A44D52107C66A00795ED7 /* JSONDecoderExtension.swift */,
@@ -1500,7 +1484,6 @@
15001484
9AF4F2FD2183345D00570E4B /* Revisions */,
15011485
930F52B91ECF8A44002F921B /* Stats */,
15021486
7403A3011EF0726E00DED7DC /* AccountSettings.swift */,
1503-
7EC60EBF22DC5D7C00FB0336 /* EditorSettings.swift */,
15041487
74E229591F1E77290085F7F2 /* KeyringConnection.swift */,
15051488
74E2295A1F1E77290085F7F2 /* KeyringConnectionExternalUser.swift */,
15061489
40247DFB2120E69600AE1C3C /* AutomatedTransferStatus.swift */,
@@ -2449,7 +2432,6 @@
24492432
93F50A381F226B9300B5BEBA /* WordPressComServiceRemote.m in Sources */,
24502433
9F4E52002088E38200424676 /* ObjectValidation.swift in Sources */,
24512434
7430C9B81F1927C50051B8E6 /* RemoteReaderTopic.m in Sources */,
2452-
7EC60EC022DC5D7C00FB0336 /* EditorSettings.swift in Sources */,
24532435
7403A3021EF0726E00DED7DC /* AccountSettings.swift in Sources */,
24542436
40E7FEA9220FA4060032834E /* StatsEmailFollowersInsight.swift in Sources */,
24552437
404057DA221C9D560060250C /* StatsTopReferrersTimeIntervalData.swift in Sources */,
@@ -2490,7 +2472,6 @@
24902472
436D56352118D85800CEAA33 /* Country.swift in Sources */,
24912473
74A44DCB1F13C533006CD8F4 /* NotificationSettingsServiceRemote.swift in Sources */,
24922474
404057CE221C38130060250C /* StatsTopVideosTimeIntervalData.swift in Sources */,
2493-
7E0D64FF22D855700092AD10 /* EditorServiceRemote.swift in Sources */,
24942475
E182BF6A1FD961810001D850 /* Endpoint.swift in Sources */,
24952476
9AF4F2FF2183346B00570E4B /* RemoteRevision.swift in Sources */,
24962477
74BA04F41F06DC0A00ED5CD8 /* CommentServiceRemoteREST.m in Sources */,
@@ -2600,7 +2581,6 @@
26002581
74C473AF1EF2F7D1009918F2 /* SiteManagementServiceRemoteTests.swift in Sources */,
26012582
74A44DD51F13C6D8006CD8F4 /* PushAuthenticationServiceRemoteTests.swift in Sources */,
26022583
731BA83621DECD61000FDFCD /* SiteCreationRequestEncodingTests.swift in Sources */,
2603-
7EC60EBE22DC4F9000FB0336 /* EditorServiceRemoteTests.swift in Sources */,
26042584
931924241F1662FA0069CBCC /* JSONLoader.swift in Sources */,
26052585
93AC8EE21ED32FD000900F5A /* WPStatsServiceRemoteTests.m in Sources */,
26062586
E1787DB2200E5690004CB3AF /* TimeZoneServiceRemoteTests.swift in Sources */,

WordPressKit/EditorServiceRemote.swift

Lines changed: 0 additions & 20 deletions
This file was deleted.

WordPressKit/EditorSettings.swift

Lines changed: 0 additions & 27 deletions
This file was deleted.

WordPressKitTests/EditorServiceRemoteTests.swift

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)