|
76 | 76 | 02E7FFCB256218F600C53030 /* ShippingLabelRemoteTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02E7FFCA256218F600C53030 /* ShippingLabelRemoteTests.swift */; }; |
77 | 77 | 02E7FFCF25621C7900C53030 /* shipping-label-print.json in Resources */ = {isa = PBXBuildFile; fileRef = 02E7FFCE25621C7900C53030 /* shipping-label-print.json */; }; |
78 | 78 | 02F096C22406691100C0C1D5 /* media-library.json in Resources */ = {isa = PBXBuildFile; fileRef = 02F096C12406691100C0C1D5 /* media-library.json */; }; |
| 79 | + 034480C327A42F9100DFACD2 /* order-with-charge.json in Resources */ = {isa = PBXBuildFile; fileRef = 034480C227A42F9100DFACD2 /* order-with-charge.json */; }; |
79 | 80 | 03DCB72626244B9B00C8953D /* Coupon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03DCB72526244B9B00C8953D /* Coupon.swift */; }; |
80 | 81 | 03DCB7402624AD7D00C8953D /* CouponListMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03DCB73F2624AD7D00C8953D /* CouponListMapper.swift */; }; |
81 | 82 | 03DCB7442624AD9B00C8953D /* CouponListMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03DCB7432624AD9A00C8953D /* CouponListMapperTests.swift */; }; |
|
276 | 277 | 45B204B82489095100FE6526 /* ProductCategoryMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45B204B72489095100FE6526 /* ProductCategoryMapper.swift */; }; |
277 | 278 | 45B204BA24890A8C00FE6526 /* ProductCategoryMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45B204B924890A8C00FE6526 /* ProductCategoryMapperTests.swift */; }; |
278 | 279 | 45B204BC24890B1200FE6526 /* category.json in Resources */ = {isa = PBXBuildFile; fileRef = 45B204BB24890B1200FE6526 /* category.json */; }; |
| 280 | + 45CCFCE227A2C9BF0012E8CB /* InboxNote.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45CCFCE127A2C9BF0012E8CB /* InboxNote.swift */; }; |
| 281 | + 45CCFCE427A2DC270012E8CB /* InboxAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45CCFCE327A2DC270012E8CB /* InboxAction.swift */; }; |
| 282 | + 45CCFCE627A2E3710012E8CB /* InboxNoteListMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45CCFCE527A2E3710012E8CB /* InboxNoteListMapper.swift */; }; |
| 283 | + 45CCFCE827A2E5020012E8CB /* InboxNoteListMapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45CCFCE727A2E5020012E8CB /* InboxNoteListMapperTests.swift */; }; |
| 284 | + 45CCFCEA27A2E59B0012E8CB /* inbox-note-list.json in Resources */ = {isa = PBXBuildFile; fileRef = 45CCFCE927A2E59B0012E8CB /* inbox-note-list.json */; }; |
279 | 285 | 45CDAFAB2434CA9300F83C22 /* ProductCatalogVisibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45CDAFAA2434CA9300F83C22 /* ProductCatalogVisibility.swift */; }; |
280 | 286 | 45D1CF4923BACA6500945A36 /* ProductTaxStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45D1CF4823BACA6500945A36 /* ProductTaxStatus.swift */; }; |
281 | 287 | 45D685F823D0BC78005F87D0 /* ProductSkuMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45D685F723D0BC78005F87D0 /* ProductSkuMapper.swift */; }; |
|
724 | 730 | 02E7FFCA256218F600C53030 /* ShippingLabelRemoteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelRemoteTests.swift; sourceTree = "<group>"; }; |
725 | 731 | 02E7FFCE25621C7900C53030 /* shipping-label-print.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "shipping-label-print.json"; sourceTree = "<group>"; }; |
726 | 732 | 02F096C12406691100C0C1D5 /* media-library.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "media-library.json"; sourceTree = "<group>"; }; |
| 733 | + 034480C227A42F9100DFACD2 /* order-with-charge.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "order-with-charge.json"; sourceTree = "<group>"; }; |
727 | 734 | 03DCB72526244B9B00C8953D /* Coupon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Coupon.swift; sourceTree = "<group>"; }; |
728 | 735 | 03DCB73F2624AD7D00C8953D /* CouponListMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponListMapper.swift; sourceTree = "<group>"; }; |
729 | 736 | 03DCB7432624AD9A00C8953D /* CouponListMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CouponListMapperTests.swift; sourceTree = "<group>"; }; |
|
922 | 929 | 45B204B72489095100FE6526 /* ProductCategoryMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductCategoryMapper.swift; sourceTree = "<group>"; }; |
923 | 930 | 45B204B924890A8C00FE6526 /* ProductCategoryMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductCategoryMapperTests.swift; sourceTree = "<group>"; }; |
924 | 931 | 45B204BB24890B1200FE6526 /* category.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = category.json; sourceTree = "<group>"; }; |
| 932 | + 45CCFCE127A2C9BF0012E8CB /* InboxNote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxNote.swift; sourceTree = "<group>"; }; |
| 933 | + 45CCFCE327A2DC270012E8CB /* InboxAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxAction.swift; sourceTree = "<group>"; }; |
| 934 | + 45CCFCE527A2E3710012E8CB /* InboxNoteListMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxNoteListMapper.swift; sourceTree = "<group>"; }; |
| 935 | + 45CCFCE727A2E5020012E8CB /* InboxNoteListMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxNoteListMapperTests.swift; sourceTree = "<group>"; }; |
| 936 | + 45CCFCE927A2E59B0012E8CB /* inbox-note-list.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "inbox-note-list.json"; sourceTree = "<group>"; }; |
925 | 937 | 45CDAFAA2434CA9300F83C22 /* ProductCatalogVisibility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductCatalogVisibility.swift; sourceTree = "<group>"; }; |
926 | 938 | 45D1CF4823BACA6500945A36 /* ProductTaxStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductTaxStatus.swift; sourceTree = "<group>"; }; |
927 | 939 | 45D685F723D0BC78005F87D0 /* ProductSkuMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductSkuMapper.swift; sourceTree = "<group>"; }; |
|
1688 | 1700 | 45150A9B2683417A006922EA /* StateOfACountry.swift */, |
1689 | 1701 | B53EF53721813806003E146F /* DotcomError.swift */, |
1690 | 1702 | 24F98C552502EA4800F49B68 /* FeatureFlag.swift */, |
| 1703 | + 45CCFCE127A2C9BF0012E8CB /* InboxNote.swift */, |
| 1704 | + 45CCFCE327A2DC270012E8CB /* InboxAction.swift */, |
1691 | 1705 | B5A2417C217F9ECC00595DEF /* MetaContainer.swift */, |
1692 | 1706 | B59325C6217E22FC000B0E8E /* Note.swift */, |
1693 | 1707 | B59325D0217E4206000B0E8E /* NoteBlock.swift */, |
|
1813 | 1827 | B554FA8C2180B59700C54DFF /* notifications-load-hashes.json */, |
1814 | 1828 | AE2D6624272A941C004A2C3A /* null-data.json */, |
1815 | 1829 | B5C6FCD520A3768900A4F8E4 /* order.json */, |
| 1830 | + 034480C227A42F9100DFACD2 /* order-with-charge.json */, |
1816 | 1831 | 02C254D62563999200A04423 /* order-shipping-labels.json */, |
1817 | 1832 | B559EBA920A0B5CD00836CD4 /* orders-load-all.json */, |
1818 | 1833 | 74C8F06520EEB76400B6EDC9 /* order-notes.json */, |
|
1953 | 1968 | 02A26F1A2744F5FC008E4EDB /* wp-site-settings.json */, |
1954 | 1969 | DEC51AEC2768A0AD009F3DF4 /* systemStatusWithPluginsOnly.json */, |
1955 | 1970 | 077F39D726A58EB600ABEADC /* systemStatus.json */, |
| 1971 | + 45CCFCE927A2E59B0012E8CB /* inbox-note-list.json */, |
1956 | 1972 | ); |
1957 | 1973 | path = Responses; |
1958 | 1974 | sourceTree = "<group>"; |
|
1972 | 1988 | B524193E21AC5FE400D6FC0A /* DotcomDeviceMapper.swift */, |
1973 | 1989 | 24F98C572502EA8800F49B68 /* FeatureFlagMapper.swift */, |
1974 | 1990 | AEF9458A27297FF6001DCCFB /* IgnoringResponseMapper.swift */, |
| 1991 | + 45CCFCE527A2E3710012E8CB /* InboxNoteListMapper.swift */, |
1975 | 1992 | 26B2F74424C5573F0065CCC8 /* LeaderboardListMapper.swift */, |
1976 | 1993 | 020D07BD23D8570800FD9580 /* MediaListMapper.swift */, |
1977 | 1994 | D823D904223746CE00C90817 /* NewShipmentTrackingMapper.swift */, |
|
2113 | 2130 | 45150A9F26837357006922EA /* CountryListMapperTests.swift */, |
2114 | 2131 | B524194221AC622500D6FC0A /* DotcomDeviceMapperTests.swift */, |
2115 | 2132 | AED8AEBB272A997500663FCC /* IgnoringResponseMapperTests.swift */, |
| 2133 | + 45CCFCE727A2E5020012E8CB /* InboxNoteListMapperTests.swift */, |
2116 | 2134 | B554FA922180C17200C54DFF /* NoteHashListMapperTests.swift */, |
2117 | 2135 | B5C151BF217EE3FB00C7BDC1 /* NoteListMapperTests.swift */, |
2118 | 2136 | B5C6FCCC20A34B8300A4F8E4 /* OrderListMapperTests.swift */, |
|
2354 | 2372 | D823D91422377EE600C90817 /* shipment_tracking_providers.json in Resources */, |
2355 | 2373 | 4599FC5C24A6276F0056157A /* product-tags-all.json in Resources */, |
2356 | 2374 | 03DCB77E262738E300C8953D /* coupon.json in Resources */, |
| 2375 | + 034480C327A42F9100DFACD2 /* order-with-charge.json in Resources */, |
2357 | 2376 | 74A7B4BE217A841400E85A8B /* broken-settings-general.json in Resources */, |
2358 | 2377 | 026CF624237D839B009563D4 /* product-variations-load-all.json in Resources */, |
2359 | 2378 | 02AF07EC27492FDD00B2D81E /* media-library-from-wordpress-site.json in Resources */, |
|
2448 | 2467 | 45B204BC24890B1200FE6526 /* category.json in Resources */, |
2449 | 2468 | 022902D422E2436400059692 /* stats_module_disabled_error.json in Resources */, |
2450 | 2469 | 31A451D227863A2E00FE81AA /* stripe-account-restricted-pending.json in Resources */, |
| 2470 | + 45CCFCEA27A2E59B0012E8CB /* inbox-note-list.json in Resources */, |
2451 | 2471 | 025CA2C8238F4FF400B05C81 /* product-shipping-classes-load-all.json in Resources */, |
2452 | 2472 | 74046E21217A73D0007DD7BF /* settings-general.json in Resources */, |
2453 | 2473 | 31054724262E2FC600C5C02B /* wcpay-payment-intent-requires-capture.json in Resources */, |
|
2798 | 2818 | B518662220A097C200037A38 /* Network.swift in Sources */, |
2799 | 2819 | B572F69A21AC475C003EEFF0 /* DevicesRemote.swift in Sources */, |
2800 | 2820 | 3192F220260D33BB0067FEF9 /* WCPayAccount.swift in Sources */, |
| 2821 | + 45CCFCE227A2C9BF0012E8CB /* InboxNote.swift in Sources */, |
2801 | 2822 | 311D412C2783BF7400052F64 /* StripeAccount.swift in Sources */, |
2802 | 2823 | B518662420A099BF00037A38 /* AlamofireNetwork.swift in Sources */, |
2803 | 2824 | 311D412E2783C07D00052F64 /* StripeAccountMapper.swift in Sources */, |
|
2857 | 2878 | CE17C6B1229462C000AACE1C /* ProductStockStatus.swift in Sources */, |
2858 | 2879 | B557DA0420975500005962F4 /* OrdersRemote.swift in Sources */, |
2859 | 2880 | CE43066C2347C5F90073CBFF /* OrderItemRefund.swift in Sources */, |
| 2881 | + 45CCFCE427A2DC270012E8CB /* InboxAction.swift in Sources */, |
2860 | 2882 | B5C6FCD420A373BB00A4F8E4 /* OrderMapper.swift in Sources */, |
2861 | 2883 | D88D5A49230BC8C7007B6E01 /* ProductReviewStatus.swift in Sources */, |
2862 | 2884 | 451A97C92609FF050059D135 /* ShippingLabelPackagesResponse.swift in Sources */, |
|
2883 | 2905 | 02BDB83523EA98C800BCC63E /* String+HTML.swift in Sources */, |
2884 | 2906 | B505F6CF20BEE38B00BB1B69 /* Account.swift in Sources */, |
2885 | 2907 | 743E84EA22171C5800FAC9D7 /* ShipmentsRemote.swift in Sources */, |
| 2908 | + 45CCFCE627A2E3710012E8CB /* InboxNoteListMapper.swift in Sources */, |
2886 | 2909 | B59325D5217E4206000B0E8E /* NoteRange.swift in Sources */, |
2887 | 2910 | 26B2F74324C545D50065CCC8 /* Leaderboard.swift in Sources */, |
2888 | 2911 | 458C6DE425AC72A1009B300D /* StoredProductSettings.swift in Sources */, |
|
2987 | 3010 | D8FBFF0F22D3B25E006E3336 /* WooAPIVersionTests.swift in Sources */, |
2988 | 3011 | 45152831257A8E1A0076B03C /* ProductAttributeMapperTests.swift in Sources */, |
2989 | 3012 | 26B2F74924C55ACE0065CCC8 /* LeaderboardsRemoteTests.swift in Sources */, |
| 3013 | + 45CCFCE827A2E5020012E8CB /* InboxNoteListMapperTests.swift in Sources */, |
2990 | 3014 | 74002D6C2118B88200A63C19 /* SiteVisitStatsRemoteTests.swift in Sources */, |
2991 | 3015 | 0212683524C046CB00F8A892 /* MockNetwork+Path.swift in Sources */, |
2992 | 3016 | B554FA932180C17200C54DFF /* NoteHashListMapperTests.swift in Sources */, |
|
0 commit comments