|
449 | 449 | 260C31602524ECA900157BC2 /* IssueRefundViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 260C315F2524ECA900157BC2 /* IssueRefundViewController.swift */; }; |
450 | 450 | 260C31622524EEB200157BC2 /* IssueRefundViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 260C31612524EEB200157BC2 /* IssueRefundViewController.xib */; }; |
451 | 451 | 260C32BE2527A2DE00157BC2 /* IssueRefundViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 260C32BD2527A2DE00157BC2 /* IssueRefundViewModel.swift */; }; |
452 | | - 26100B1E2721BAD800473045 /* SimplePaymentsTopBannerFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26100B1D2721BAD800473045 /* SimplePaymentsTopBannerFactory.swift */; }; |
453 | 452 | 26100B202722FCAD00473045 /* MockCardPresentPaymentsOnboardingUseCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26100B1F2722FCAD00473045 /* MockCardPresentPaymentsOnboardingUseCase.swift */; }; |
454 | 453 | 2611EE59243A473300A74490 /* ProductCategoryListViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2611EE58243A473300A74490 /* ProductCategoryListViewModelTests.swift */; }; |
455 | 454 | 2614EB1C24EB611200968D4B /* TopBannerViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2614EB1B24EB611200968D4B /* TopBannerViewTests.swift */; }; |
|
1231 | 1230 | CC593A6B26EA640800EF0E04 /* PackageCreationError+UI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC593A6A26EA640800EF0E04 /* PackageCreationError+UI.swift */; }; |
1232 | 1231 | CC5C278727EE19A700B25D2A /* NewOrderScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC5C278627EE19A600B25D2A /* NewOrderScreen.swift */; }; |
1233 | 1232 | CC5C278B27EE314F00B25D2A /* orders_create.json in Resources */ = {isa = PBXBuildFile; fileRef = CC5C278A27EE314E00B25D2A /* orders_create.json */; }; |
| 1233 | + CC666F2627F359590045AF1E /* OrdersTopBannerFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC666F2527F359590045AF1E /* OrdersTopBannerFactory.swift */; }; |
1234 | 1234 | CC69236226010946002FB669 /* LoginProloguePages.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC69236126010946002FB669 /* LoginProloguePages.swift */; }; |
1235 | 1235 | CC6923AC26010D8D002FB669 /* LoginProloguePageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC6923AB26010D8D002FB669 /* LoginProloguePageViewController.swift */; }; |
1236 | 1236 | CC72BB6427BD842500837876 /* DisclosureIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC72BB6327BD842500837876 /* DisclosureIndicator.swift */; }; |
|
2143 | 2143 | 260C315F2524ECA900157BC2 /* IssueRefundViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IssueRefundViewController.swift; sourceTree = "<group>"; }; |
2144 | 2144 | 260C31612524EEB200157BC2 /* IssueRefundViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = IssueRefundViewController.xib; sourceTree = "<group>"; }; |
2145 | 2145 | 260C32BD2527A2DE00157BC2 /* IssueRefundViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IssueRefundViewModel.swift; sourceTree = "<group>"; }; |
2146 | | - 26100B1D2721BAD800473045 /* SimplePaymentsTopBannerFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimplePaymentsTopBannerFactory.swift; sourceTree = "<group>"; }; |
2147 | 2146 | 26100B1F2722FCAD00473045 /* MockCardPresentPaymentsOnboardingUseCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockCardPresentPaymentsOnboardingUseCase.swift; sourceTree = "<group>"; }; |
2148 | 2147 | 2611EE58243A473300A74490 /* ProductCategoryListViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductCategoryListViewModelTests.swift; sourceTree = "<group>"; }; |
2149 | 2148 | 2614EB1B24EB611200968D4B /* TopBannerViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopBannerViewTests.swift; sourceTree = "<group>"; }; |
|
2919 | 2918 | CC593A6A26EA640800EF0E04 /* PackageCreationError+UI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PackageCreationError+UI.swift"; sourceTree = "<group>"; }; |
2920 | 2919 | CC5C278627EE19A600B25D2A /* NewOrderScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewOrderScreen.swift; sourceTree = "<group>"; }; |
2921 | 2920 | CC5C278A27EE314E00B25D2A /* orders_create.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = orders_create.json; sourceTree = "<group>"; }; |
| 2921 | + CC666F2527F359590045AF1E /* OrdersTopBannerFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrdersTopBannerFactory.swift; sourceTree = "<group>"; }; |
2922 | 2922 | CC69236126010946002FB669 /* LoginProloguePages.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginProloguePages.swift; sourceTree = "<group>"; }; |
2923 | 2923 | CC6923AB26010D8D002FB669 /* LoginProloguePageViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginProloguePageViewController.swift; sourceTree = "<group>"; }; |
2924 | 2924 | CC72BB6327BD842500837876 /* DisclosureIndicator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisclosureIndicator.swift; sourceTree = "<group>"; }; |
|
4604 | 4604 | 2678897A270E6E3C00BD249E /* Simple Payments */ = { |
4605 | 4605 | isa = PBXGroup; |
4606 | 4606 | children = ( |
4607 | | - 26100B1D2721BAD800473045 /* SimplePaymentsTopBannerFactory.swift */, |
4608 | 4607 | 26B9875A273C6A520090E8CA /* Amount */, |
4609 | 4608 | 26B9875B273C6A670090E8CA /* Summary */, |
4610 | 4609 | 261AA30A27517907009530FE /* Method */, |
|
6806 | 6805 | 57C5FF7D250925000074EC26 /* OrderListViewModel.swift */, |
6807 | 6806 | DE6906E427D7439B00735E3B /* OrdersSplitViewWrapperController.swift */, |
6808 | 6807 | 4546E095271F08CD003836F3 /* Order Filters */, |
| 6808 | + CC666F2527F359590045AF1E /* OrdersTopBannerFactory.swift */, |
6809 | 6809 | ); |
6810 | 6810 | path = Orders; |
6811 | 6811 | sourceTree = "<group>"; |
|
8741 | 8741 | 457509E4267B9E91005FA2EA /* AggregatedProductListViewController.swift in Sources */, |
8742 | 8742 | D8815B0D263861A400EDAD62 /* CardPresentModalSuccess.swift in Sources */, |
8743 | 8743 | 0235595524496B6D004BE2B8 /* BottomSheetListSelectorCommand.swift in Sources */, |
| 8744 | + CC666F2627F359590045AF1E /* OrdersTopBannerFactory.swift in Sources */, |
8744 | 8745 | 747AA0892107CEC60047A89B /* AnalyticsProvider.swift in Sources */, |
8745 | 8746 | D89CFF3A25B43BBB000E4683 /* WrongAccountErrorViewModel.swift in Sources */, |
8746 | 8747 | 02B2829227C4808D004A332A /* InfiniteScrollIndicator.swift in Sources */, |
|
8840 | 8841 | 023D877925EC8BCB00625963 /* UIScrollView+LargeTitleWorkaround.swift in Sources */, |
8841 | 8842 | 2664210326F40FB1001FC5B4 /* View+ScrollModifiers.swift in Sources */, |
8842 | 8843 | 02695770237281A9001BA0BF /* AztecTextViewAttachmentHandler.swift in Sources */, |
8843 | | - 26100B1E2721BAD800473045 /* SimplePaymentsTopBannerFactory.swift in Sources */, |
8844 | 8844 | AEA3F90F27BE8EB400B9F555 /* ShippingLineDetailsViewModel.swift in Sources */, |
8845 | 8845 | 26771A14256FFA8700EE030E /* IssueRefundCoordinatingController.swift in Sources */, |
8846 | 8846 | 027A2E162513356100DA6ACB /* AppleIDCredentialChecker.swift in Sources */, |
|
0 commit comments