|
47 | 47 | 029BA4F0255D7282006171FD /* ShippingLabelRemote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 029BA4EF255D7282006171FD /* ShippingLabelRemote.swift */; }; |
48 | 48 | 029BA4F4255D72EC006171FD /* ShippingLabelPrintData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 029BA4F3255D72EC006171FD /* ShippingLabelPrintData.swift */; }; |
49 | 49 | 029BA53B255DFABD006171FD /* ShippingLabelPrintDataMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 029BA53A255DFABD006171FD /* ShippingLabelPrintDataMapper.swift */; }; |
| 50 | + 02A26F1B2744F5FC008E4EDB /* wc-site-settings-partial.json in Resources */ = {isa = PBXBuildFile; fileRef = 02A26F192744F5FC008E4EDB /* wc-site-settings-partial.json */; }; |
| 51 | + 02A26F1C2744F5FC008E4EDB /* wp-site-settings.json in Resources */ = {isa = PBXBuildFile; fileRef = 02A26F1A2744F5FC008E4EDB /* wp-site-settings.json */; }; |
50 | 52 | 02AAD53F250092A400BA1E26 /* product-add-or-delete.json in Resources */ = {isa = PBXBuildFile; fileRef = 02AAD53E250092A300BA1E26 /* product-add-or-delete.json */; }; |
51 | 53 | 02BA23C922EEF62C009539E7 /* order-stats-v4-wcadmin-deactivated.json in Resources */ = {isa = PBXBuildFile; fileRef = 02BA23C722EEF62C009539E7 /* order-stats-v4-wcadmin-deactivated.json */; }; |
52 | 54 | 02BA23CA22EEF62C009539E7 /* order-stats-v4-wcadmin-activated.json in Resources */ = {isa = PBXBuildFile; fileRef = 02BA23C822EEF62C009539E7 /* order-stats-v4-wcadmin-activated.json */; }; |
53 | 55 | 02BDB83523EA98C800BCC63E /* String+HTML.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BDB83423EA98C800BCC63E /* String+HTML.swift */; }; |
54 | 56 | 02BDB83723EA9C4D00BCC63E /* String+HTMLTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BDB83623EA9C4D00BCC63E /* String+HTMLTests.swift */; }; |
| 57 | + 02C11276274285FF00F4F0B4 /* WooCommerceAvailabilityMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02C11275274285FF00F4F0B4 /* WooCommerceAvailabilityMapper.swift */; }; |
| 58 | + 02C112782742862600F4F0B4 /* WordPressSiteSettingsMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02C112772742862600F4F0B4 /* WordPressSiteSettingsMapper.swift */; }; |
55 | 59 | 02C1CEF424C6A02B00703EBA /* ProductVariationMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02C1CEF324C6A02B00703EBA /* ProductVariationMapper.swift */; }; |
56 | 60 | 02C2548425635BD000A04423 /* ShippingLabelPaperSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02C2548325635BD000A04423 /* ShippingLabelPaperSize.swift */; }; |
57 | 61 | 02C2549A25636E1500A04423 /* ShippingLabelAddress.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02C2549925636E1500A04423 /* ShippingLabelAddress.swift */; }; |
|
625 | 629 | 029BA4EF255D7282006171FD /* ShippingLabelRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelRemote.swift; sourceTree = "<group>"; }; |
626 | 630 | 029BA4F3255D72EC006171FD /* ShippingLabelPrintData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelPrintData.swift; sourceTree = "<group>"; }; |
627 | 631 | 029BA53A255DFABD006171FD /* ShippingLabelPrintDataMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelPrintDataMapper.swift; sourceTree = "<group>"; }; |
| 632 | + 02A26F192744F5FC008E4EDB /* wc-site-settings-partial.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "wc-site-settings-partial.json"; sourceTree = "<group>"; }; |
| 633 | + 02A26F1A2744F5FC008E4EDB /* wp-site-settings.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "wp-site-settings.json"; sourceTree = "<group>"; }; |
628 | 634 | 02AAD53E250092A300BA1E26 /* product-add-or-delete.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "product-add-or-delete.json"; sourceTree = "<group>"; }; |
629 | 635 | 02BA23C722EEF62C009539E7 /* order-stats-v4-wcadmin-deactivated.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "order-stats-v4-wcadmin-deactivated.json"; sourceTree = "<group>"; }; |
630 | 636 | 02BA23C822EEF62C009539E7 /* order-stats-v4-wcadmin-activated.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "order-stats-v4-wcadmin-activated.json"; sourceTree = "<group>"; }; |
631 | 637 | 02BDB83423EA98C800BCC63E /* String+HTML.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+HTML.swift"; sourceTree = "<group>"; }; |
632 | 638 | 02BDB83623EA9C4D00BCC63E /* String+HTMLTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+HTMLTests.swift"; sourceTree = "<group>"; }; |
| 639 | + 02C11275274285FF00F4F0B4 /* WooCommerceAvailabilityMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WooCommerceAvailabilityMapper.swift; sourceTree = "<group>"; }; |
| 640 | + 02C112772742862600F4F0B4 /* WordPressSiteSettingsMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WordPressSiteSettingsMapper.swift; sourceTree = "<group>"; }; |
633 | 641 | 02C1CEF324C6A02B00703EBA /* ProductVariationMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductVariationMapper.swift; sourceTree = "<group>"; }; |
634 | 642 | 02C2548325635BD000A04423 /* ShippingLabelPaperSize.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelPaperSize.swift; sourceTree = "<group>"; }; |
635 | 643 | 02C2549925636E1500A04423 /* ShippingLabelAddress.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelAddress.swift; sourceTree = "<group>"; }; |
|
1496 | 1504 | 029BA4EF255D7282006171FD /* ShippingLabelRemote.swift */, |
1497 | 1505 | D8EDFE1D25EE87F1003D2213 /* WCPayRemote.swift */, |
1498 | 1506 | FE28F6E5268429B6004465C7 /* UserRemote.swift */, |
1499 | | - 077F39D526A58E4500ABEADC /* SystemPluginsRemote.swift */, |
1500 | 1507 | 077F39D526A58E4500ABEADC /* SystemStatusRemote.swift */, |
1501 | 1508 | AEF94584272974F2001DCCFB /* TelemetryRemote.swift */, |
1502 | 1509 | ); |
|
1737 | 1744 | 74ABA1C7213F19FE00FFAD30 /* top-performers-year.json */, |
1738 | 1745 | FE28F6E726842D57004465C7 /* user-complete.json */, |
1739 | 1746 | 7495AACE225D366D00801A89 /* variation-as-product.json */, |
| 1747 | + 02A26F192744F5FC008E4EDB /* wc-site-settings-partial.json */, |
1740 | 1748 | D800DA0D25EFEC21001E13CE /* wcpay-connection-token.json */, |
1741 | 1749 | 318E8FD626C322EA00F519D7 /* wcpay-customer.json */, |
1742 | 1750 | 318E8FD826C324D900F519D7 /* wcpay-customer-error.json */, |
|
1767 | 1775 | 31B8D6B526583970008E3DB2 /* wcpay-account-implicitly-not-eligible.json */, |
1768 | 1776 | 31799AFB2705189200D78179 /* wcpay-location.json */, |
1769 | 1777 | 31799AFD270518AD00D78179 /* wcpay-location-error.json */, |
| 1778 | + 02A26F1A2744F5FC008E4EDB /* wp-site-settings.json */, |
1770 | 1779 | 077F39D726A58EB600ABEADC /* systemStatus.json */, |
1771 | 1780 | ); |
1772 | 1781 | path = Responses; |
|
1844 | 1853 | CC0786C4267BAF0F00BA9AC1 /* ShippingLabelStatusMapper.swift */, |
1845 | 1854 | FE28F6E326842848004465C7 /* UserMapper.swift */, |
1846 | 1855 | 077F39D326A58DE700ABEADC /* SystemStatusMapper.swift */, |
| 1856 | + 02C11275274285FF00F4F0B4 /* WooCommerceAvailabilityMapper.swift */, |
| 1857 | + 02C112772742862600F4F0B4 /* WordPressSiteSettingsMapper.swift */, |
1847 | 1858 | ); |
1848 | 1859 | path = Mapper; |
1849 | 1860 | sourceTree = "<group>"; |
|
2147 | 2158 | D88D5A43230BC668007B6E01 /* reviews-single.json in Resources */, |
2148 | 2159 | 02DD6492248A3EC00082523E /* product-external.json in Resources */, |
2149 | 2160 | 45A4B85C25D2FAB500776FB4 /* shipping-label-address-validation-error.json in Resources */, |
| 2161 | + 02A26F1C2744F5FC008E4EDB /* wp-site-settings.json in Resources */, |
2150 | 2162 | 740211DF2193985A002248DA /* comment-moderate-spam.json in Resources */, |
2151 | 2163 | B5147876211B9227007562E5 /* broken-orders-mark-2.json in Resources */, |
2152 | 2164 | 3158FE6C26129D2E00E566B9 /* wcpay-account-rejected-terms-of-service.json in Resources */, |
|
2157 | 2169 | CE50346721B5DCBE007573C6 /* site-plan.json in Resources */, |
2158 | 2170 | 743E84F322172D0A00FAC9D7 /* shipment_tracking_empty.json in Resources */, |
2159 | 2171 | B505F6D520BEE4E700BB1B69 /* me.json in Resources */, |
| 2172 | + 02A26F1B2744F5FC008E4EDB /* wc-site-settings-partial.json in Resources */, |
2160 | 2173 | 028FA474257E110700F88A48 /* shipping-label-refund-success.json in Resources */, |
2161 | 2174 | 02BA23C922EEF62C009539E7 /* order-stats-v4-wcadmin-deactivated.json in Resources */, |
2162 | 2175 | CCB2CAA226209A1200285CA0 /* generic_success_data.json in Resources */, |
|
2439 | 2452 | 743E84EC22171F4600FAC9D7 /* ShipmentTracking.swift in Sources */, |
2440 | 2453 | B56C1EB820EA76F500D749F9 /* Site.swift in Sources */, |
2441 | 2454 | 26615473242D596B00A31661 /* ProductCategoriesRemote.swift in Sources */, |
| 2455 | + 02C112782742862600F4F0B4 /* WordPressSiteSettingsMapper.swift in Sources */, |
2442 | 2456 | 26615475242D7C9500A31661 /* ProductCategoryListMapper.swift in Sources */, |
2443 | 2457 | 3178A49F2703E5CF00A8B4CA /* WCPayReaderLocationMapper.swift in Sources */, |
2444 | 2458 | 45D685F823D0BC78005F87D0 /* ProductSkuMapper.swift in Sources */, |
|
2517 | 2531 | 45152809257A7C6E0076B03C /* ProductAttributesRemote.swift in Sources */, |
2518 | 2532 | D8FBFF2222D5266E006E3336 /* OrderStatsV4Interval.swift in Sources */, |
2519 | 2533 | 4568E2222459ADC60007E478 /* SitePostsRemote.swift in Sources */, |
| 2534 | + 02C11276274285FF00F4F0B4 /* WooCommerceAvailabilityMapper.swift in Sources */, |
2520 | 2535 | CC0786C5267BAF0F00BA9AC1 /* ShippingLabelStatusMapper.swift in Sources */, |
2521 | 2536 | 4515280D257A7EEC0076B03C /* ProductAttributeListMapper.swift in Sources */, |
2522 | 2537 | 93D8BBFD226BBEE800AD2EB3 /* AccountSettingsMapper.swift in Sources */, |
|
0 commit comments