|
905 | 905 | 45FDDD66267784AD00ADACE8 /* ShippingLabelSummaryTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 45FDDD64267784AD00ADACE8 /* ShippingLabelSummaryTableViewCell.xib */; }; |
906 | 906 | 532842FC64B572D4545BD98E /* OrderFormCustomerNoteViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53284C9FD06F2BDABC554BEE /* OrderFormCustomerNoteViewModel.swift */; }; |
907 | 907 | 532846FAFFFCA93169B5E0BC /* WaitingTimeTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53284FB62FF7F94F18F0D3FF /* WaitingTimeTracker.swift */; }; |
| 908 | + 53284C6D36BD5E88B99FECFA /* AddressValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53284768ECB0EABA5D3A10DA /* AddressValidator.swift */; }; |
908 | 909 | 570AAB052472FACB00516C0C /* OrderDetailsDataSourceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 570AAB042472FACB00516C0C /* OrderDetailsDataSourceTests.swift */; }; |
909 | 910 | 57150E0F24F462C200E81611 /* TestKit in Frameworks */ = {isa = PBXBuildFile; productRef = 57150E0E24F462C200E81611 /* TestKit */; }; |
910 | 911 | 5718852C2465D9EC00E2486F /* ReviewsCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5718852B2465D9EC00E2486F /* ReviewsCoordinator.swift */; }; |
|
1259 | 1260 | B626C71B287659D60083820C /* OrderCustomFieldsDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = B626C71A287659D60083820C /* OrderCustomFieldsDetails.swift */; }; |
1260 | 1261 | B63AAF4B254AD2C6000B28A2 /* URL+SurveyViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B63AAF4A254AD2C6000B28A2 /* URL+SurveyViewControllerTests.swift */; }; |
1261 | 1262 | B651474527D644FF00C9C4E6 /* CustomerNoteSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B651474427D644FF00C9C4E6 /* CustomerNoteSection.swift */; }; |
| 1263 | + B65EB44A28BD670000DF595D /* AddressValidatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B65EB44928BD670000DF595D /* AddressValidatorTests.swift */; }; |
1262 | 1264 | B687940C27699D420092BCA0 /* RefundFeesCalculationUseCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = B687940B27699D410092BCA0 /* RefundFeesCalculationUseCase.swift */; }; |
1263 | 1265 | B6C838DE28793B3A003AB786 /* OrderCustomFieldsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6C838DD28793B3A003AB786 /* OrderCustomFieldsViewModel.swift */; }; |
1264 | 1266 | B6E851F3276320C70041D1BA /* RefundFeesDetailsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E851F2276320C70041D1BA /* RefundFeesDetailsViewModel.swift */; }; |
|
2721 | 2723 | 45FBDF3B238D4EA800127F77 /* ExtendedAddProductImageCollectionViewCellTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtendedAddProductImageCollectionViewCellTests.swift; sourceTree = "<group>"; }; |
2722 | 2724 | 45FDDD63267784AD00ADACE8 /* ShippingLabelSummaryTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelSummaryTableViewCell.swift; sourceTree = "<group>"; }; |
2723 | 2725 | 45FDDD64267784AD00ADACE8 /* ShippingLabelSummaryTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ShippingLabelSummaryTableViewCell.xib; sourceTree = "<group>"; }; |
| 2726 | + 53284768ECB0EABA5D3A10DA /* AddressValidator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AddressValidator.swift; sourceTree = "<group>"; }; |
2724 | 2727 | 53284C9FD06F2BDABC554BEE /* OrderFormCustomerNoteViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OrderFormCustomerNoteViewModel.swift; sourceTree = "<group>"; }; |
2725 | 2728 | 53284FB62FF7F94F18F0D3FF /* WaitingTimeTracker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WaitingTimeTracker.swift; sourceTree = "<group>"; }; |
2726 | 2729 | 570AAB042472FACB00516C0C /* OrderDetailsDataSourceTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OrderDetailsDataSourceTests.swift; path = "Order Details/OrderDetailsDataSourceTests.swift"; sourceTree = "<group>"; }; |
|
3105 | 3108 | B626C71A287659D60083820C /* OrderCustomFieldsDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderCustomFieldsDetails.swift; sourceTree = "<group>"; }; |
3106 | 3109 | B63AAF4A254AD2C6000B28A2 /* URL+SurveyViewControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URL+SurveyViewControllerTests.swift"; sourceTree = "<group>"; }; |
3107 | 3110 | B651474427D644FF00C9C4E6 /* CustomerNoteSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomerNoteSection.swift; sourceTree = "<group>"; }; |
| 3111 | + B65EB44928BD670000DF595D /* AddressValidatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddressValidatorTests.swift; sourceTree = "<group>"; }; |
3108 | 3112 | B687940B27699D410092BCA0 /* RefundFeesCalculationUseCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RefundFeesCalculationUseCase.swift; sourceTree = "<group>"; }; |
3109 | 3113 | B6C838DD28793B3A003AB786 /* OrderCustomFieldsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderCustomFieldsViewModel.swift; sourceTree = "<group>"; }; |
3110 | 3114 | B6E851F2276320C70041D1BA /* RefundFeesDetailsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RefundFeesDetailsViewModel.swift; sourceTree = "<group>"; }; |
|
4280 | 4284 | 0277AE9A256CA8A200F45C4A /* AggregatedShippingLabelOrderItemsTests.swift */, |
4281 | 4285 | 025678C625773399009D7E6C /* Collection+ShippingLabelTests.swift */, |
4282 | 4286 | 0298431125936DFC00979CAE /* ShippingLabelsTopBannerFactoryTests.swift */, |
| 4287 | + B65EB44928BD670000DF595D /* AddressValidatorTests.swift */, |
4283 | 4288 | ); |
4284 | 4289 | path = "Shipping Labels"; |
4285 | 4290 | sourceTree = "<group>"; |
|
5265 | 5270 | 45C91CFD25E55A1200FD8812 /* ShippingLabelAddressTopBannerFactory.swift */, |
5266 | 5271 | 45BBE5C6268CBB090017D8F8 /* ShippingLabelStateOfACountryListSelectorCommand.swift */, |
5267 | 5272 | DE46133826B2BEB8001DE59C /* ShippingLabelCountryListSelectorCommand.swift */, |
| 5273 | + 53284768ECB0EABA5D3A10DA /* AddressValidator.swift */, |
5268 | 5274 | ); |
5269 | 5275 | path = "Shipping Address Validation"; |
5270 | 5276 | sourceTree = "<group>"; |
|
10122 | 10128 | ABC3521A374A2355001E3CD6 /* CardReaderSettingsSearchingViewController.swift in Sources */, |
10123 | 10129 | 532842FC64B572D4545BD98E /* OrderFormCustomerNoteViewModel.swift in Sources */, |
10124 | 10130 | 532846FAFFFCA93169B5E0BC /* WaitingTimeTracker.swift in Sources */, |
| 10131 | + 53284C6D36BD5E88B99FECFA /* AddressValidator.swift in Sources */, |
10125 | 10132 | ); |
10126 | 10133 | runOnlyForDeploymentPostprocessing = 0; |
10127 | 10134 | }; |
|
10280 | 10287 | E17E3BFB266917E20009D977 /* CardPresentModalBluetoothRequiredTests.swift in Sources */, |
10281 | 10288 | CCD2E68925DD52C100BD975D /* ProductVariationsViewModelTests.swift in Sources */, |
10282 | 10289 | 26FE09E424DCFE5200B9BDF5 /* InAppFeedbackCardViewControllerTests.swift in Sources */, |
| 10290 | + B65EB44A28BD670000DF595D /* AddressValidatorTests.swift in Sources */, |
10283 | 10291 | 0215320D2423309B003F2BBD /* UIStackView+SubviewsTests.swift in Sources */, |
10284 | 10292 | 027B8BBD23FE0DE10040944E /* ProductImageActionHandlerTests.swift in Sources */, |
10285 | 10293 | CC53FB3E2758E2D500C4CA4F /* ProductRowViewModelTests.swift in Sources */, |
|
0 commit comments