|
953 | 953 | 57F2C6CD246DECC10074063B /* SummaryTableViewCellViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57F2C6CC246DECC10074063B /* SummaryTableViewCellViewModelTests.swift */; }; |
954 | 954 | 57F42E40253768D600EA87F7 /* TitleAndEditableValueTableViewCellViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57F42E3F253768D600EA87F7 /* TitleAndEditableValueTableViewCellViewModelTests.swift */; }; |
955 | 955 | 581D5052274AA2480089B6AD /* View+AutofocusTextModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 581D5051274AA2480089B6AD /* View+AutofocusTextModifier.swift */; }; |
| 956 | + 6827140F28A3988300E6E3F6 /* DismissableNoticeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6827140E28A3988300E6E3F6 /* DismissableNoticeView.swift */; }; |
| 957 | + 6827141128A5410D00E6E3F6 /* NewSimplePaymentsLocationNoticeViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6827141028A5410D00E6E3F6 /* NewSimplePaymentsLocationNoticeViewModel.swift */; }; |
| 958 | + 6827141528A671B900E6E3F6 /* NewSimplePaymentsLocationNoticeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6827141428A671B900E6E3F6 /* NewSimplePaymentsLocationNoticeViewController.swift */; }; |
956 | 959 | 6832C7CA26DA5C4500BA4088 /* LabeledTextViewTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6832C7C926DA5C4500BA4088 /* LabeledTextViewTableViewCell.swift */; }; |
957 | 960 | 6832C7CC26DA5FDF00BA4088 /* LabeledTextViewTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6832C7CB26DA5FDE00BA4088 /* LabeledTextViewTableViewCell.xib */; }; |
958 | 961 | 684AB83A2870677F003DFDD1 /* CardReaderManualsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684AB8392870677F003DFDD1 /* CardReaderManualsView.swift */; }; |
|
2760 | 2763 | 57F2C6CC246DECC10074063B /* SummaryTableViewCellViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SummaryTableViewCellViewModelTests.swift; sourceTree = "<group>"; }; |
2761 | 2764 | 57F42E3F253768D600EA87F7 /* TitleAndEditableValueTableViewCellViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitleAndEditableValueTableViewCellViewModelTests.swift; sourceTree = "<group>"; }; |
2762 | 2765 | 581D5051274AA2480089B6AD /* View+AutofocusTextModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+AutofocusTextModifier.swift"; sourceTree = "<group>"; }; |
| 2766 | + 6827140E28A3988300E6E3F6 /* DismissableNoticeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DismissableNoticeView.swift; sourceTree = "<group>"; }; |
| 2767 | + 6827141028A5410D00E6E3F6 /* NewSimplePaymentsLocationNoticeViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewSimplePaymentsLocationNoticeViewModel.swift; sourceTree = "<group>"; }; |
| 2768 | + 6827141428A671B900E6E3F6 /* NewSimplePaymentsLocationNoticeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewSimplePaymentsLocationNoticeViewController.swift; sourceTree = "<group>"; }; |
2763 | 2769 | 6832C7C926DA5C4500BA4088 /* LabeledTextViewTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LabeledTextViewTableViewCell.swift; sourceTree = "<group>"; }; |
2764 | 2770 | 6832C7CB26DA5FDE00BA4088 /* LabeledTextViewTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = LabeledTextViewTableViewCell.xib; sourceTree = "<group>"; }; |
2765 | 2771 | 684AB8392870677F003DFDD1 /* CardReaderManualsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardReaderManualsView.swift; sourceTree = "<group>"; }; |
|
5670 | 5676 | DE34771227F174C8009CA300 /* StatusView.swift */, |
5671 | 5677 | B9E4364B287587D300883CFA /* FeatureAnnouncementCardView.swift */, |
5672 | 5678 | B9E4364D287589E200883CFA /* BadgeView.swift */, |
| 5679 | + 6827140E28A3988300E6E3F6 /* DismissableNoticeView.swift */, |
5673 | 5680 | ); |
5674 | 5681 | path = "SwiftUI Components"; |
5675 | 5682 | sourceTree = "<group>"; |
|
6243 | 6250 | children = ( |
6244 | 6251 | AEA622B1274669D3002A9B57 /* AddOrderCoordinator.swift */, |
6245 | 6252 | AEA622B327466B78002A9B57 /* BottomSheetOrderType.swift */, |
| 6253 | + 6827141028A5410D00E6E3F6 /* NewSimplePaymentsLocationNoticeViewModel.swift */, |
| 6254 | + 6827141428A671B900E6E3F6 /* NewSimplePaymentsLocationNoticeViewController.swift */, |
6246 | 6255 | ); |
6247 | 6256 | path = FlowCoordinator; |
6248 | 6257 | sourceTree = "<group>"; |
|
9075 | 9084 | 57896D6625362B0C000E8C4D /* TitleAndEditableValueTableViewCellViewModel.swift in Sources */, |
9076 | 9085 | 0205021E27C8B6C600FB1C6B /* InboxEligibilityUseCase.swift in Sources */, |
9077 | 9086 | 26E1BECE251CD9F80096D0A1 /* RefundItemViewModel.swift in Sources */, |
| 9087 | + 6827141128A5410D00E6E3F6 /* NewSimplePaymentsLocationNoticeViewModel.swift in Sources */, |
9078 | 9088 | DE7B479027A153C20018742E /* CouponSearchUICommand.swift in Sources */, |
9079 | 9089 | 02645D8827BA2E820065DC68 /* NSAttributedString+Attributes.swift in Sources */, |
9080 | 9090 | 024DF3092372CA00006658FE /* EditorViewProperties.swift in Sources */, |
|
9130 | 9140 | D89FAF4E2795BDFF00D8DA66 /* InPersonPaymentsPluginConflictAdminView.swift in Sources */, |
9131 | 9141 | E15F163126C5117300D3059B /* InPersonPaymentsNoConnectionView.swift in Sources */, |
9132 | 9142 | 456CB50D2444BFAC00992A05 /* ProductPurchaseNoteViewController.swift in Sources */, |
| 9143 | + 6827140F28A3988300E6E3F6 /* DismissableNoticeView.swift in Sources */, |
9133 | 9144 | D802541F2655137A001B2CC1 /* CardPresentModalNonRetryableError.swift in Sources */, |
9134 | 9145 | B651474527D644FF00C9C4E6 /* CustomerNoteSection.swift in Sources */, |
9135 | 9146 | 0375799B28227EDE0083F2E1 /* CardPresentPaymentsOnboardingPresenter.swift in Sources */, |
|
9434 | 9445 | 027A2E162513356100DA6ACB /* AppleIDCredentialChecker.swift in Sources */, |
9435 | 9446 | 26B98758273C5BE30090E8CA /* EditCustomerNoteViewModelProtocol.swift in Sources */, |
9436 | 9447 | 4524CD9E242D01FD00B2F20A /* ProductStatusSettingListSelectorCommand.swift in Sources */, |
| 9448 | + 6827141528A671B900E6E3F6 /* NewSimplePaymentsLocationNoticeViewController.swift in Sources */, |
9437 | 9449 | 02F6800325807C9B00C3BAD2 /* ShippingLabelPaperSizeOptionListView.swift in Sources */, |
9438 | 9450 | 02E8B17723E2C49000A43403 /* InProgressProductImageCollectionViewCell.swift in Sources */, |
9439 | 9451 | CE5F462C23AACBC4006B1A5C /* RefundDetailsResultController.swift in Sources */, |
|
0 commit comments