|
52 | 52 | 0188CA0F2C65622A0051BF1C /* PointOfSaleCardPresentPaymentValidatingOrderErrorMessageViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0188CA0E2C65622A0051BF1C /* PointOfSaleCardPresentPaymentValidatingOrderErrorMessageViewModel.swift */; }; |
53 | 53 | 0188CA112C6565320051BF1C /* PointOfSaleCardPresentPaymentValidatingOrderErrorMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0188CA102C6565320051BF1C /* PointOfSaleCardPresentPaymentValidatingOrderErrorMessageView.swift */; }; |
54 | 54 | 018D5C7E2CA6B4A60085EBEE /* CurrencySettings+Sanitized.swift in Sources */ = {isa = PBXBuildFile; fileRef = 018D5C7D2CA6B49D0085EBEE /* CurrencySettings+Sanitized.swift */; }; |
| 55 | + 0190B44A2E1BDC7C00E1EC48 /* GameControllerBarcodeParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0190B4492E1BDC7C00E1EC48 /* GameControllerBarcodeParser.swift */; }; |
| 56 | + 0190B44C2E1BDC8E00E1EC48 /* GameControllerBarcodeParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0190B44B2E1BDC8E00E1EC48 /* GameControllerBarcodeParserTests.swift */; }; |
| 57 | + 0190B80A2E1C02DD00E1EC48 /* GameControllerBarcodeObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0190B8092E1C02DD00E1EC48 /* GameControllerBarcodeObserver.swift */; }; |
55 | 58 | 019130192CF49A77008C0C88 /* TapToPayEducationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019130182CF49A77008C0C88 /* TapToPayEducationView.swift */; }; |
56 | 59 | 0191301B2CF4E782008C0C88 /* TapToPayEducationStepViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0191301A2CF4E77F008C0C88 /* TapToPayEducationStepViewModel.swift */; }; |
57 | 60 | 0191301D2CF4E7B7008C0C88 /* TapToPayEducationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0191301C2CF4E7B6008C0C88 /* TapToPayEducationViewModel.swift */; }; |
|
3208 | 3211 | 0188CA0E2C65622A0051BF1C /* PointOfSaleCardPresentPaymentValidatingOrderErrorMessageViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointOfSaleCardPresentPaymentValidatingOrderErrorMessageViewModel.swift; sourceTree = "<group>"; }; |
3209 | 3212 | 0188CA102C6565320051BF1C /* PointOfSaleCardPresentPaymentValidatingOrderErrorMessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointOfSaleCardPresentPaymentValidatingOrderErrorMessageView.swift; sourceTree = "<group>"; }; |
3210 | 3213 | 018D5C7D2CA6B49D0085EBEE /* CurrencySettings+Sanitized.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CurrencySettings+Sanitized.swift"; sourceTree = "<group>"; }; |
| 3214 | + 0190B4492E1BDC7C00E1EC48 /* GameControllerBarcodeParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameControllerBarcodeParser.swift; sourceTree = "<group>"; }; |
| 3215 | + 0190B44B2E1BDC8E00E1EC48 /* GameControllerBarcodeParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameControllerBarcodeParserTests.swift; sourceTree = "<group>"; }; |
| 3216 | + 0190B8092E1C02DD00E1EC48 /* GameControllerBarcodeObserver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameControllerBarcodeObserver.swift; sourceTree = "<group>"; }; |
3211 | 3217 | 019130182CF49A77008C0C88 /* TapToPayEducationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TapToPayEducationView.swift; sourceTree = "<group>"; }; |
3212 | 3218 | 0191301A2CF4E77F008C0C88 /* TapToPayEducationStepViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TapToPayEducationStepViewModel.swift; sourceTree = "<group>"; }; |
3213 | 3219 | 0191301C2CF4E7B6008C0C88 /* TapToPayEducationViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TapToPayEducationViewModel.swift; sourceTree = "<group>"; }; |
|
8298 | 8304 | 20D557572DF9D57800D9EC8B /* Barcode Scanning */ = { |
8299 | 8305 | isa = PBXGroup; |
8300 | 8306 | children = ( |
| 8307 | + 0190B8092E1C02DD00E1EC48 /* GameControllerBarcodeObserver.swift */, |
| 8308 | + 0190B4492E1BDC7C00E1EC48 /* GameControllerBarcodeParser.swift */, |
8301 | 8309 | 202235F02DFAEAE500E13DE9 /* HIDBarcodeParser.swift */, |
8302 | 8310 | 20CEBF222E02C760001F3300 /* TimeProvider.swift */, |
8303 | 8311 | 20D5575C2DFADF5400D9EC8B /* BarcodeScannerContainer.swift */, |
|
8309 | 8317 | 20D5575E2DFAE3D500D9EC8B /* Barcode Scanning */ = { |
8310 | 8318 | isa = PBXGroup; |
8311 | 8319 | children = ( |
| 8320 | + 0190B44B2E1BDC8E00E1EC48 /* GameControllerBarcodeParserTests.swift */, |
8312 | 8321 | 202235F22DFAEC2700E13DE9 /* HIDBarcodeParserTests.swift */, |
8313 | 8322 | 20CEBF242E02C7E6001F3300 /* MockTimeProvider.swift */, |
8314 | 8323 | ); |
|
15306 | 15315 | 026A50282D2F6BD1002C42C2 /* InfiniteScrollTriggerDeterminable.swift in Sources */, |
15307 | 15316 | 2004E2CA2C07771400D62521 /* CardPresentPaymentReaderConnectionResult.swift in Sources */, |
15308 | 15317 | 860B85F12ADE3A0E00E85884 /* BulletPointView.swift in Sources */, |
| 15318 | + 0190B44A2E1BDC7C00E1EC48 /* GameControllerBarcodeParser.swift in Sources */, |
15309 | 15319 | D817586222BB64C300289CFE /* OrderDetailsNotices.swift in Sources */, |
15310 | 15320 | 022F7A0324A05F6400012601 /* LinkedProductsListSelectorViewController.swift in Sources */, |
15311 | 15321 | 2602A63F27BD880A00B347F1 /* NewOrderInitialStatusResolver.swift in Sources */, |
|
16051 | 16061 | B6C78B8E293BAE68008934A1 /* AnalyticsHubLastMonthRangeData.swift in Sources */, |
16052 | 16062 | B517EA18218B232700730EC4 /* StringFormatter+Notes.swift in Sources */, |
16053 | 16063 | 318109DC25E5B51900EE0BE7 /* ImageTableViewCell.swift in Sources */, |
| 16064 | + 0190B80A2E1C02DD00E1EC48 /* GameControllerBarcodeObserver.swift in Sources */, |
16054 | 16065 | 262EB5B0298C7C3A009DCC36 /* SupportFormsDataSources.swift in Sources */, |
16055 | 16066 | 57C5FF7F250925C90074EC26 /* OrderListViewModel.swift in Sources */, |
16056 | 16067 | 029D02602C231F5F00CB1E75 /* PointOfSaleCardPresentPaymentReaderUpdateCompletionView.swift in Sources */, |
|
17429 | 17440 | 02C2756F24F5F5EE00286C04 /* ProductShippingSettingsViewModel+ProductVariationTests.swift in Sources */, |
17430 | 17441 | EEBB9B402D8FE5B6008D6CE5 /* WooShippingSplitShipmentsViewModelTests.swift in Sources */, |
17431 | 17442 | 571FDDAE24C768DC00D486A5 /* MockZendeskManager.swift in Sources */, |
| 17443 | + 0190B44C2E1BDC8E00E1EC48 /* GameControllerBarcodeParserTests.swift in Sources */, |
17432 | 17444 | 01AB2D122DDC7AD300AA67FD /* PointOfSaleItemListAnalyticsTrackerTests.swift in Sources */, |
17433 | 17445 | 45FBDF3C238D4EA800127F77 /* ExtendedAddProductImageCollectionViewCellTests.swift in Sources */, |
17434 | 17446 | 2609797C2A13D31500442249 /* PrivacyBannerPresentationUseCaseTests.swift in Sources */, |
|
0 commit comments