|
871 | 871 | 207823E32C5D18CE00025A59 /* PointOfSaleCardPresentPaymentConnectionSuccessAlertViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 207823E22C5D18CE00025A59 /* PointOfSaleCardPresentPaymentConnectionSuccessAlertViewModel.swift */; }; |
872 | 872 | 207823E52C5D1B2F00025A59 /* PointOfSaleCardPresentPaymentConnectionSuccessAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 207823E42C5D1B2F00025A59 /* PointOfSaleCardPresentPaymentConnectionSuccessAlertView.swift */; }; |
873 | 873 | 207823E92C5D3A1700025A59 /* POSErrorExclamationMark.swift in Sources */ = {isa = PBXBuildFile; fileRef = 207823E82C5D3A1700025A59 /* POSErrorExclamationMark.swift */; }; |
| 874 | + 207CEA852E1FD59B0023EC35 /* PointOfSaleBarcodeScannerSetupScanTester.swift in Sources */ = {isa = PBXBuildFile; fileRef = 207CEA842E1FD59B0023EC35 /* PointOfSaleBarcodeScannerSetupScanTester.swift */; }; |
| 875 | + 207CEA882E1FD6F80023EC35 /* PointOfSaleBarcodeScannerSetupScanTesterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 207CEA872E1FD6F80023EC35 /* PointOfSaleBarcodeScannerSetupScanTesterTests.swift */; }; |
874 | 876 | 207D2D232CFDCCBF00F79204 /* MockPOSOrderableItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 207D2D222CFDCCBF00F79204 /* MockPOSOrderableItem.swift */; }; |
875 | 877 | 207E71CB2C60F765008540FC /* MockPOSOrderService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 207E71CA2C60F765008540FC /* MockPOSOrderService.swift */; }; |
876 | 878 | 2084B7A22C77693600EFBD2E /* CardPresentPaymentsModalButtonViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2084B7A12C77693600EFBD2E /* CardPresentPaymentsModalButtonViewModelTests.swift */; }; |
|
4043 | 4045 | 207823E22C5D18CE00025A59 /* PointOfSaleCardPresentPaymentConnectionSuccessAlertViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointOfSaleCardPresentPaymentConnectionSuccessAlertViewModel.swift; sourceTree = "<group>"; }; |
4044 | 4046 | 207823E42C5D1B2F00025A59 /* PointOfSaleCardPresentPaymentConnectionSuccessAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointOfSaleCardPresentPaymentConnectionSuccessAlertView.swift; sourceTree = "<group>"; }; |
4045 | 4047 | 207823E82C5D3A1700025A59 /* POSErrorExclamationMark.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = POSErrorExclamationMark.swift; sourceTree = "<group>"; }; |
| 4048 | + 207CEA842E1FD59B0023EC35 /* PointOfSaleBarcodeScannerSetupScanTester.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointOfSaleBarcodeScannerSetupScanTester.swift; sourceTree = "<group>"; }; |
| 4049 | + 207CEA872E1FD6F80023EC35 /* PointOfSaleBarcodeScannerSetupScanTesterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointOfSaleBarcodeScannerSetupScanTesterTests.swift; sourceTree = "<group>"; }; |
4046 | 4050 | 207D2D222CFDCCBF00F79204 /* MockPOSOrderableItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = MockPOSOrderableItem.swift; path = ../Modules/Tests/YosemiteTests/Mocks/MockPOSOrderableItem.swift; sourceTree = SOURCE_ROOT; }; |
4047 | 4051 | 207E71CA2C60F765008540FC /* MockPOSOrderService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockPOSOrderService.swift; sourceTree = "<group>"; }; |
4048 | 4052 | 2084B7A12C77693600EFBD2E /* CardPresentPaymentsModalButtonViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardPresentPaymentsModalButtonViewModelTests.swift; sourceTree = "<group>"; }; |
|
7229 | 7233 | 026A502D2D2F8087002C42C2 /* Presentation */ = { |
7230 | 7234 | isa = PBXGroup; |
7231 | 7235 | children = ( |
| 7236 | + 207CEA862E1FD6D80023EC35 /* Barcode Scanner Setup */, |
7232 | 7237 | 20D5575E2DFAE3D500D9EC8B /* Barcode Scanning */, |
7233 | 7238 | 01AB2D132DDC7CD000AA67FD /* POSItemActionHandlerFactoryTests.swift */, |
7234 | 7239 | 01AB2D112DDC7AD100AA67FD /* PointOfSaleItemListAnalyticsTrackerTests.swift */, |
|
8234 | 8239 | path = "Reader Messages"; |
8235 | 8240 | sourceTree = "<group>"; |
8236 | 8241 | }; |
| 8242 | + 207CEA862E1FD6D80023EC35 /* Barcode Scanner Setup */ = { |
| 8243 | + isa = PBXGroup; |
| 8244 | + children = ( |
| 8245 | + 207CEA872E1FD6F80023EC35 /* PointOfSaleBarcodeScannerSetupScanTesterTests.swift */, |
| 8246 | + ); |
| 8247 | + path = "Barcode Scanner Setup"; |
| 8248 | + sourceTree = "<group>"; |
| 8249 | + }; |
8237 | 8250 | 2084B7A02C7768E200EFBD2E /* Connection Alerts */ = { |
8238 | 8251 | isa = PBXGroup; |
8239 | 8252 | children = ( |
|
8313 | 8326 | 20C3DB202E1E69CF00CF7D3B /* PointOfSaleBarcodeScannerSetupModels.swift */, |
8314 | 8327 | 20C3DB212E1E69CF00CF7D3B /* PointOfSaleBarcodeScannerSetupViews.swift */, |
8315 | 8328 | 208C0F092E1FAC1900FE619E /* PointOfSaleBarcodeScannerSetupStepViews.swift */, |
| 8329 | + 207CEA842E1FD59B0023EC35 /* PointOfSaleBarcodeScannerSetupScanTester.swift */, |
8316 | 8330 | 20C3DB282E1E6FBA00CF7D3B /* PointOfSaleFlowButtonsView.swift */, |
8317 | 8331 | ); |
8318 | 8332 | path = "Barcode Scanner Setup"; |
|
15457 | 15471 | CE22E3F72170E23C005A6BEF /* PrivacySettingsViewController.swift in Sources */, |
15458 | 15472 | 02222BD02D5AFE4F00FB97D2 /* POSButtonProgressViewStyle.swift in Sources */, |
15459 | 15473 | 021125482577CC650075AD2A /* ShippingLabelDetailsViewModel.swift in Sources */, |
| 15474 | + 207CEA852E1FD59B0023EC35 /* PointOfSaleBarcodeScannerSetupScanTester.swift in Sources */, |
15460 | 15475 | 2004E2D82C08E56300D62521 /* CardPresentPaymentOnboardingPresentationEvent.swift in Sources */, |
15461 | 15476 | 68D1BEDD2900E4180074A29E /* CustomerSearchUICommand.swift in Sources */, |
15462 | 15477 | 316837DA25CCA90C00E36B2F /* OrderStatusListDataSource.swift in Sources */, |
|
17598 | 17613 | B9CB14E02A42E246005912C2 /* BarcodeScannerErrorNoticeFactoryTests.swift in Sources */, |
17599 | 17614 | 6856D49DB7DCF4D87745C0B1 /* MockPushNotificationsManager.swift in Sources */, |
17600 | 17615 | 4569D3C925DC065B00CDC3E2 /* SiteAddressTests.swift in Sources */, |
| 17616 | + 207CEA882E1FD6F80023EC35 /* PointOfSaleBarcodeScannerSetupScanTesterTests.swift in Sources */, |
17601 | 17617 | EE289AFE2C9D9CF0004AB1A6 /* ProductCreationAIEligibilityCheckerTests.swift in Sources */, |
17602 | 17618 | CC4D1E7925EE415D00B6E4E7 /* RenameAttributesViewModelTests.swift in Sources */, |
17603 | 17619 | 458BAC702C57E38F009440EA /* ProductPasswordEligibilityUseCaseTests.swift in Sources */, |
|
0 commit comments