|
15 | 15 | 0152100C28EDA9E400DD6783 /* StatsAnnualAndMostPopularTimeInsightDecodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0152100B28EDA9E400DD6783 /* StatsAnnualAndMostPopularTimeInsightDecodingTests.swift */; }; |
16 | 16 | 0847B92C2A4442730044D32F /* IPLocationRemote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0847B92B2A4442730044D32F /* IPLocationRemote.swift */; }; |
17 | 17 | 08C7493E2A45EA11000DA0E2 /* IPLocationRemoteTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08C7493D2A45EA11000DA0E2 /* IPLocationRemoteTests.swift */; }; |
| 18 | + 0C1C08412B9CD79900E52F8C /* PostServiceRemoteExtended.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C1C08402B9CD79900E52F8C /* PostServiceRemoteExtended.swift */; }; |
| 19 | + 0C1C08432B9CD8D200E52F8C /* PostServiceRemoteREST+Extended.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C1C08422B9CD8D200E52F8C /* PostServiceRemoteREST+Extended.swift */; }; |
| 20 | + 0C1C08452B9CDB0B00E52F8C /* PostServiceRemoteXMLRPC+Extended.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C1C08442B9CDB0B00E52F8C /* PostServiceRemoteXMLRPC+Extended.swift */; }; |
| 21 | + 0C9CD7992B9A107E0045BE03 /* RemotePostParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C9CD7982B9A107E0045BE03 /* RemotePostParameters.swift */; }; |
18 | 22 | 0CB1905E2A2A5E83004D3E80 /* BlazeCampaign.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CB1905D2A2A5E83004D3E80 /* BlazeCampaign.swift */; }; |
19 | 23 | 0CB190612A2A6A13004D3E80 /* blaze-campaigns-search.json in Resources */ = {isa = PBXBuildFile; fileRef = 0CB1905F2A2A6943004D3E80 /* blaze-campaigns-search.json */; }; |
20 | 24 | 0CB190652A2A7569004D3E80 /* BlazeCampaignsSearchResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CB190642A2A7569004D3E80 /* BlazeCampaignsSearchResponse.swift */; }; |
|
737 | 741 | 0152100B28EDA9E400DD6783 /* StatsAnnualAndMostPopularTimeInsightDecodingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatsAnnualAndMostPopularTimeInsightDecodingTests.swift; sourceTree = "<group>"; }; |
738 | 742 | 0847B92B2A4442730044D32F /* IPLocationRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IPLocationRemote.swift; sourceTree = "<group>"; }; |
739 | 743 | 08C7493D2A45EA11000DA0E2 /* IPLocationRemoteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IPLocationRemoteTests.swift; sourceTree = "<group>"; }; |
| 744 | + 0C1C08402B9CD79900E52F8C /* PostServiceRemoteExtended.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostServiceRemoteExtended.swift; sourceTree = "<group>"; }; |
| 745 | + 0C1C08422B9CD8D200E52F8C /* PostServiceRemoteREST+Extended.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PostServiceRemoteREST+Extended.swift"; sourceTree = "<group>"; }; |
| 746 | + 0C1C08442B9CDB0B00E52F8C /* PostServiceRemoteXMLRPC+Extended.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PostServiceRemoteXMLRPC+Extended.swift"; sourceTree = "<group>"; }; |
740 | 747 | 0C3A2A412A2E7BA500FD91D6 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; }; |
| 748 | + 0C9CD7982B9A107E0045BE03 /* RemotePostParameters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemotePostParameters.swift; sourceTree = "<group>"; }; |
741 | 749 | 0CB1905D2A2A5E83004D3E80 /* BlazeCampaign.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlazeCampaign.swift; sourceTree = "<group>"; }; |
742 | 750 | 0CB1905F2A2A6943004D3E80 /* blaze-campaigns-search.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "blaze-campaigns-search.json"; sourceTree = "<group>"; }; |
743 | 751 | 0CB190642A2A7569004D3E80 /* BlazeCampaignsSearchResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlazeCampaignsSearchResponse.swift; sourceTree = "<group>"; }; |
|
2026 | 2034 | E1BD95141FD5A2B800CD5CE3 /* PluginDirectoryServiceRemote.swift */, |
2027 | 2035 | E13EE1461F33258E00C15787 /* PluginServiceRemote.swift */, |
2028 | 2036 | 740B23B21F17EC7300067A2A /* PostServiceRemote.h */, |
| 2037 | + 0C1C08402B9CD79900E52F8C /* PostServiceRemoteExtended.swift */, |
2029 | 2038 | 740B23BC1F17ECB500067A2A /* PostServiceRemoteOptions.h */, |
2030 | 2039 | 740B23B31F17EC7300067A2A /* PostServiceRemoteREST.h */, |
2031 | 2040 | 740B23B41F17EC7300067A2A /* PostServiceRemoteREST.m */, |
| 2041 | + 0C1C08422B9CD8D200E52F8C /* PostServiceRemoteREST+Extended.swift */, |
2032 | 2042 | 9AF4F2FB218331DC00570E4B /* PostServiceRemoteREST+Revisions.swift */, |
2033 | 2043 | 740B23B51F17EC7300067A2A /* PostServiceRemoteXMLRPC.h */, |
2034 | 2044 | 740B23B61F17EC7300067A2A /* PostServiceRemoteXMLRPC.m */, |
| 2045 | + 0C1C08442B9CDB0B00E52F8C /* PostServiceRemoteXMLRPC+Extended.swift */, |
2035 | 2046 | F181EA0127184D3C00F26141 /* ProductServiceRemote.swift */, |
2036 | 2047 | 74A44DCA1F13C533006CD8F4 /* PushAuthenticationServiceRemote.swift */, |
2037 | 2048 | C7A09A4F284104DB003096ED /* QR Login */, |
|
2129 | 2140 | E61A51A521B172A900A5F902 /* RemoteWpcomPlan.swift */, |
2130 | 2141 | 740B23C01F17EE8000067A2A /* RemotePost.h */, |
2131 | 2142 | 740B23C11F17EE8000067A2A /* RemotePost.m */, |
| 2143 | + 0C9CD7982B9A107E0045BE03 /* RemotePostParameters.swift */, |
2132 | 2144 | 740B23BE1F17EE8000067A2A /* RemotePostCategory.h */, |
2133 | 2145 | 740B23BF1F17EE8000067A2A /* RemotePostCategory.m */, |
2134 | 2146 | 93188D1C1F2262BF0028ED4D /* RemotePostTag.h */, |
|
3494 | 3506 | 436D56352118D85800CEAA33 /* WPCountry.swift in Sources */, |
3495 | 3507 | 74A44DCB1F13C533006CD8F4 /* NotificationSettingsServiceRemote.swift in Sources */, |
3496 | 3508 | FAD1344525908F5F00A8FEB1 /* JetpackBackupServiceRemote.swift in Sources */, |
| 3509 | + 0C1C08452B9CDB0B00E52F8C /* PostServiceRemoteXMLRPC+Extended.swift in Sources */, |
3497 | 3510 | F1BB7806240FB90B0030ADDC /* AtomicAuthenticationServiceRemote.swift in Sources */, |
3498 | 3511 | 404057CE221C38130060250C /* StatsTopVideosTimeIntervalData.swift in Sources */, |
3499 | 3512 | 7E0D64FF22D855700092AD10 /* EditorServiceRemote.swift in Sources */, |
| 3513 | + 0C1C08412B9CD79900E52F8C /* PostServiceRemoteExtended.swift in Sources */, |
3500 | 3514 | 9AF4F2FF2183346B00570E4B /* RemoteRevision.swift in Sources */, |
3501 | 3515 | 17D936252475D8AB008B2205 /* RemoteHomepageType.swift in Sources */, |
3502 | 3516 | 74BA04F41F06DC0A00ED5CD8 /* CommentServiceRemoteREST.m in Sources */, |
3503 | 3517 | 74C473AC1EF2F75E009918F2 /* SiteManagementServiceRemote.swift in Sources */, |
3504 | 3518 | 74585B971F0D54B400E7E667 /* RemoteDomain.swift in Sources */, |
| 3519 | + 0C1C08432B9CD8D200E52F8C /* PostServiceRemoteREST+Extended.swift in Sources */, |
3505 | 3520 | 74A44DD01F13C64B006CD8F4 /* RemoteNotification.swift in Sources */, |
3506 | 3521 | 8B52B901257AC5A200221663 /* Date+endOfDay.swift in Sources */, |
3507 | 3522 | E1D6B558200E473A00325669 /* TimeZoneServiceRemote.swift in Sources */, |
|
3517 | 3532 | 93BD27811EE73944002BB00B /* WordPressOrgXMLRPCApi.swift in Sources */, |
3518 | 3533 | 4A57A6832B54A326008D0660 /* WordPressAPIError+NSErrorBrdige.swift in Sources */, |
3519 | 3534 | 439A44D62107C66A00795ED7 /* JSONDecoderExtension.swift in Sources */, |
| 3535 | + 0C9CD7992B9A107E0045BE03 /* RemotePostParameters.swift in Sources */, |
3520 | 3536 | B5A4822B20AC6C0B009D95F6 /* WPKitLogging.swift in Sources */, |
3521 | 3537 | B5A4822E20AC6C1A009D95F6 /* WPKitLogging.m in Sources */, |
3522 | 3538 | 7430C9A61F1927180051B8E6 /* ReaderSiteServiceRemote.m in Sources */, |
|
0 commit comments