|
277 | 277 | 74FC6F411F191C1D00112505 /* notifications-last-seen.json in Resources */ = {isa = PBXBuildFile; fileRef = 74FC6F3D1F191C1D00112505 /* notifications-last-seen.json */; }; |
278 | 278 | 74FC6F421F191C1D00112505 /* notifications-load-hash.json in Resources */ = {isa = PBXBuildFile; fileRef = 74FC6F3E1F191C1D00112505 /* notifications-load-hash.json */; }; |
279 | 279 | 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 */; }; |
281 | 280 | 7E3E7A4520E443060075D159 /* NSAttributedString+extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3E7A4420E443050075D159 /* NSAttributedString+extensions.swift */; }; |
282 | 281 | 7E3E7A4820E443370075D159 /* NSMutableAttributedString+extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3E7A4720E443370075D159 /* NSMutableAttributedString+extensions.swift */; }; |
283 | 282 | 7E3E7A4A20E443890075D159 /* Scanner+extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3E7A4920E443890075D159 /* Scanner+extensions.swift */; }; |
284 | 283 | 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 */; }; |
287 | 284 | 8236EB4D2024B9F8007C7CF9 /* RemoteBlogJetpackModulesSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8236EB4C2024B9F8007C7CF9 /* RemoteBlogJetpackModulesSettings.swift */; }; |
288 | 285 | 826016F11F9FA13A00533B6C /* ActivityServiceRemote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 826016F01F9FA13A00533B6C /* ActivityServiceRemote.swift */; }; |
289 | 286 | 826016F31F9FA17B00533B6C /* Activity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 826016F21F9FA17B00533B6C /* Activity.swift */; }; |
|
795 | 792 | 74FC6F3D1F191C1D00112505 /* notifications-last-seen.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "notifications-last-seen.json"; sourceTree = "<group>"; }; |
796 | 793 | 74FC6F3E1F191C1D00112505 /* notifications-load-hash.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "notifications-load-hash.json"; sourceTree = "<group>"; }; |
797 | 794 | 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>"; }; |
799 | 795 | 7E3E7A4420E443050075D159 /* NSAttributedString+extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+extensions.swift"; sourceTree = "<group>"; }; |
800 | 796 | 7E3E7A4720E443370075D159 /* NSMutableAttributedString+extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSMutableAttributedString+extensions.swift"; sourceTree = "<group>"; }; |
801 | 797 | 7E3E7A4920E443890075D159 /* Scanner+extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Scanner+extensions.swift"; sourceTree = "<group>"; }; |
802 | 798 | 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>"; }; |
805 | 799 | 8236EB4C2024B9F8007C7CF9 /* RemoteBlogJetpackModulesSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteBlogJetpackModulesSettings.swift; sourceTree = "<group>"; }; |
806 | 800 | 826016F01F9FA13A00533B6C /* ActivityServiceRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityServiceRemote.swift; sourceTree = "<group>"; }; |
807 | 801 | 826016F21F9FA17B00533B6C /* Activity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Activity.swift; sourceTree = "<group>"; }; |
|
1245 | 1239 | name = Extensions; |
1246 | 1240 | sourceTree = "<group>"; |
1247 | 1241 | }; |
1248 | | - 7EC60EBC22DC4F5A00FB0336 /* Editor */ = { |
1249 | | - isa = PBXGroup; |
1250 | | - children = ( |
1251 | | - 7EC60EBD22DC4F9000FB0336 /* EditorServiceRemoteTests.swift */, |
1252 | | - ); |
1253 | | - name = Editor; |
1254 | | - sourceTree = "<group>"; |
1255 | | - }; |
1256 | 1242 | 826016FE1F9FD59400533B6C /* Activity */ = { |
1257 | 1243 | isa = PBXGroup; |
1258 | 1244 | children = ( |
|
1307 | 1293 | 826016FE1F9FD59400533B6C /* Activity */, |
1308 | 1294 | 74B5F0DF1EF82AAB00B411E7 /* Blog */, |
1309 | 1295 | 74585B911F0D520700E7E667 /* Domains */, |
1310 | | - 7EC60EBC22DC4F5A00FB0336 /* Editor */, |
1311 | 1296 | 9A2D0B29225E0DF7009E585F /* Jetpack */, |
1312 | 1297 | 74FA25F81F1FDA240044BC54 /* Media */, |
1313 | 1298 | 74D97CB91F1CF6E200AC49B7 /* Menu */, |
|
1433 | 1418 | 74A44DC81F13C533006CD8F4 /* NotificationSettingsServiceRemote.swift */, |
1434 | 1419 | 74A44DC91F13C533006CD8F4 /* NotificationSyncServiceRemote.swift */, |
1435 | 1420 | 74D67F051F1528470010C5ED /* PeopleServiceRemote.swift */, |
1436 | | - 7E0D64FE22D855700092AD10 /* EditorServiceRemote.swift */, |
1437 | 1421 | 7433BBFF1EFC4505002D9E92 /* PlanServiceRemote.swift */, |
1438 | 1422 | 439A44D72107C85E00795ED7 /* PlanServiceRemote_ApiVersion1_3.swift */, |
1439 | 1423 | 439A44D52107C66A00795ED7 /* JSONDecoderExtension.swift */, |
|
1500 | 1484 | 9AF4F2FD2183345D00570E4B /* Revisions */, |
1501 | 1485 | 930F52B91ECF8A44002F921B /* Stats */, |
1502 | 1486 | 7403A3011EF0726E00DED7DC /* AccountSettings.swift */, |
1503 | | - 7EC60EBF22DC5D7C00FB0336 /* EditorSettings.swift */, |
1504 | 1487 | 74E229591F1E77290085F7F2 /* KeyringConnection.swift */, |
1505 | 1488 | 74E2295A1F1E77290085F7F2 /* KeyringConnectionExternalUser.swift */, |
1506 | 1489 | 40247DFB2120E69600AE1C3C /* AutomatedTransferStatus.swift */, |
|
2449 | 2432 | 93F50A381F226B9300B5BEBA /* WordPressComServiceRemote.m in Sources */, |
2450 | 2433 | 9F4E52002088E38200424676 /* ObjectValidation.swift in Sources */, |
2451 | 2434 | 7430C9B81F1927C50051B8E6 /* RemoteReaderTopic.m in Sources */, |
2452 | | - 7EC60EC022DC5D7C00FB0336 /* EditorSettings.swift in Sources */, |
2453 | 2435 | 7403A3021EF0726E00DED7DC /* AccountSettings.swift in Sources */, |
2454 | 2436 | 40E7FEA9220FA4060032834E /* StatsEmailFollowersInsight.swift in Sources */, |
2455 | 2437 | 404057DA221C9D560060250C /* StatsTopReferrersTimeIntervalData.swift in Sources */, |
|
2490 | 2472 | 436D56352118D85800CEAA33 /* Country.swift in Sources */, |
2491 | 2473 | 74A44DCB1F13C533006CD8F4 /* NotificationSettingsServiceRemote.swift in Sources */, |
2492 | 2474 | 404057CE221C38130060250C /* StatsTopVideosTimeIntervalData.swift in Sources */, |
2493 | | - 7E0D64FF22D855700092AD10 /* EditorServiceRemote.swift in Sources */, |
2494 | 2475 | E182BF6A1FD961810001D850 /* Endpoint.swift in Sources */, |
2495 | 2476 | 9AF4F2FF2183346B00570E4B /* RemoteRevision.swift in Sources */, |
2496 | 2477 | 74BA04F41F06DC0A00ED5CD8 /* CommentServiceRemoteREST.m in Sources */, |
|
2600 | 2581 | 74C473AF1EF2F7D1009918F2 /* SiteManagementServiceRemoteTests.swift in Sources */, |
2601 | 2582 | 74A44DD51F13C6D8006CD8F4 /* PushAuthenticationServiceRemoteTests.swift in Sources */, |
2602 | 2583 | 731BA83621DECD61000FDFCD /* SiteCreationRequestEncodingTests.swift in Sources */, |
2603 | | - 7EC60EBE22DC4F9000FB0336 /* EditorServiceRemoteTests.swift in Sources */, |
2604 | 2584 | 931924241F1662FA0069CBCC /* JSONLoader.swift in Sources */, |
2605 | 2585 | 93AC8EE21ED32FD000900F5A /* WPStatsServiceRemoteTests.m in Sources */, |
2606 | 2586 | E1787DB2200E5690004CB3AF /* TimeZoneServiceRemoteTests.swift in Sources */, |
|
0 commit comments