|
1166 | 1166 | CC254F3426C4113B005F3C82 /* ShippingLabelPackageSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC254F3326C4113B005F3C82 /* ShippingLabelPackageSelection.swift */; }; |
1167 | 1167 | CC254F3626C437AB005F3C82 /* ShippingLabelCustomPackageForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC254F3526C437AB005F3C82 /* ShippingLabelCustomPackageForm.swift */; }; |
1168 | 1168 | CC254F3826C43B52005F3C82 /* ShippingLabelCustomPackageFormViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC254F3726C43B52005F3C82 /* ShippingLabelCustomPackageFormViewModel.swift */; }; |
| 1169 | + CC2E72F727B6BFB800A62872 /* ProductVariationFormatterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC2E72F627B6BFB800A62872 /* ProductVariationFormatterTests.swift */; }; |
1169 | 1170 | CC440E1E2770C6AF0074C264 /* ProductInOrderViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC440E1D2770C6AF0074C264 /* ProductInOrderViewModel.swift */; }; |
1170 | 1171 | CC4A4E962655273D00B75DCD /* ShippingLabelPaymentMethods.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC4A4E952655273D00B75DCD /* ShippingLabelPaymentMethods.swift */; }; |
1171 | 1172 | CC4A4ED82655478D00B75DCD /* ShippingLabelPaymentMethodsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC4A4ED72655478D00B75DCD /* ShippingLabelPaymentMethodsViewModel.swift */; }; |
|
1199 | 1200 | CCDC49ED24000533003166BA /* TestCredentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCDC49EC24000533003166BA /* TestCredentials.swift */; }; |
1200 | 1201 | CCE4CD172667EBB100E09FD4 /* ShippingLabelPaymentMethodsViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCE4CD162667EBB100E09FD4 /* ShippingLabelPaymentMethodsViewModelTests.swift */; }; |
1201 | 1202 | CCE4CD282669324300E09FD4 /* ShippingLabelPaymentMethodsTopBanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCE4CD272669324300E09FD4 /* ShippingLabelPaymentMethodsTopBanner.swift */; }; |
| 1203 | + CCEC256A27B581E800EF9FA3 /* ProductVariationFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCEC256927B581E800EF9FA3 /* ProductVariationFormatter.swift */; }; |
1202 | 1204 | CCF87BBE279047BC00461C43 /* InfiniteScrollList.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCF87BBD279047BC00461C43 /* InfiniteScrollList.swift */; }; |
1203 | 1205 | CCF87BC02790582500461C43 /* AddProductVariationToOrder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCF87BBF2790582400461C43 /* AddProductVariationToOrder.swift */; }; |
1204 | 1206 | CCFC00B523E9BD1500157A78 /* ScreenshotCredentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCFC00B423E9BD1500157A78 /* ScreenshotCredentials.swift */; }; |
|
2789 | 2791 | CC254F3326C4113B005F3C82 /* ShippingLabelPackageSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelPackageSelection.swift; sourceTree = "<group>"; }; |
2790 | 2792 | CC254F3526C437AB005F3C82 /* ShippingLabelCustomPackageForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelCustomPackageForm.swift; sourceTree = "<group>"; }; |
2791 | 2793 | CC254F3726C43B52005F3C82 /* ShippingLabelCustomPackageFormViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelCustomPackageFormViewModel.swift; sourceTree = "<group>"; }; |
| 2794 | + CC2E72F627B6BFB800A62872 /* ProductVariationFormatterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductVariationFormatterTests.swift; sourceTree = "<group>"; }; |
2792 | 2795 | CC440E1D2770C6AF0074C264 /* ProductInOrderViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductInOrderViewModel.swift; sourceTree = "<group>"; }; |
2793 | 2796 | CC4A4E952655273D00B75DCD /* ShippingLabelPaymentMethods.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelPaymentMethods.swift; sourceTree = "<group>"; }; |
2794 | 2797 | CC4A4ED72655478D00B75DCD /* ShippingLabelPaymentMethodsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelPaymentMethodsViewModel.swift; sourceTree = "<group>"; }; |
|
2824 | 2827 | CCDC49F224006130003166BA /* UITests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = UITests.xctestplan; path = WooCommerceUITests/UITests.xctestplan; sourceTree = SOURCE_ROOT; }; |
2825 | 2828 | CCE4CD162667EBB100E09FD4 /* ShippingLabelPaymentMethodsViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelPaymentMethodsViewModelTests.swift; sourceTree = "<group>"; }; |
2826 | 2829 | CCE4CD272669324300E09FD4 /* ShippingLabelPaymentMethodsTopBanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShippingLabelPaymentMethodsTopBanner.swift; sourceTree = "<group>"; }; |
| 2830 | + CCEC256927B581E800EF9FA3 /* ProductVariationFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductVariationFormatter.swift; sourceTree = "<group>"; }; |
2827 | 2831 | CCF87BBD279047BC00461C43 /* InfiniteScrollList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfiniteScrollList.swift; sourceTree = "<group>"; }; |
2828 | 2832 | CCF87BBF2790582400461C43 /* AddProductVariationToOrder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddProductVariationToOrder.swift; sourceTree = "<group>"; }; |
2829 | 2833 | CCFC00B423E9BD1500157A78 /* ScreenshotCredentials.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScreenshotCredentials.swift; sourceTree = "<group>"; }; |
|
5181 | 5185 | D41C9F2F26D9A41F00993558 /* WhatsNew */, |
5182 | 5186 | D8025469265517F9001B2CC1 /* CardPresentPayments */, |
5183 | 5187 | 5791FB4124EC834300117FD6 /* MainTabViewModelTests.swift */, |
| 5188 | + CC2E72F627B6BFB800A62872 /* ProductVariationFormatterTests.swift */, |
5184 | 5189 | ); |
5185 | 5190 | path = ViewModels; |
5186 | 5191 | sourceTree = "<group>"; |
|
6821 | 6826 | D8815AE526383FC200EDAD62 /* CardPresentPayments */, |
6822 | 6827 | D817585C22BB5E6900289CFE /* Order Details */, |
6823 | 6828 | D843D5D82248EE90001BFA55 /* ManualTrackingViewModel.swift */, |
| 6829 | + CCEC256927B581E800EF9FA3 /* ProductVariationFormatter.swift */, |
6824 | 6830 | CECC758B23D2227000486676 /* ProductDetailsCellViewModel.swift */, |
6825 | 6831 | D843D5D622485B19001BFA55 /* ShippingProvidersViewModel.swift */, |
6826 | 6832 | D8736B5922F07D7100A14A29 /* MainTabViewModel.swift */, |
|
8612 | 8618 | 45DB70662614CE3F0064A6CF /* Decimal+Helpers.swift in Sources */, |
8613 | 8619 | 02E8B17C23E2C78A00A43403 /* ProductImageStatus.swift in Sources */, |
8614 | 8620 | 0259D5FF2581F3FA003B1CD6 /* ShippingLabelPaperSizeOptionsViewController.swift in Sources */, |
| 8621 | + CCEC256A27B581E800EF9FA3 /* ProductVariationFormatter.swift in Sources */, |
8615 | 8622 | 02EA6BFA2435E92600FFF90A /* KingfisherImageDownloader+ImageDownloadable.swift in Sources */, |
8616 | 8623 | 7E7C5F8F2719BA7300315B61 /* ProductCategoryCellViewModel.swift in Sources */, |
8617 | 8624 | DEC2962326BD4E6E005A056B /* ShippingLabelCustomsFormInput.swift in Sources */, |
|
9301 | 9308 | 9379E1A6225537D0006A6BE4 /* TestingAppDelegate.swift in Sources */, |
9302 | 9309 | 453904F323BB88B5007C4956 /* ProductTaxStatusListSelectorCommandTests.swift in Sources */, |
9303 | 9310 | 02BAB02124D0235F00F8B06E /* ProductPriceSettingsViewModel+ProductVariationTests.swift in Sources */, |
| 9311 | + CC2E72F727B6BFB800A62872 /* ProductVariationFormatterTests.swift in Sources */, |
9304 | 9312 | D802547826551DB8001B2CC1 /* CardPresentModalDisplayMessageTests.swift in Sources */, |
9305 | 9313 | 02503C632538301400FD235D /* ProductVariationFormActionsFactory+ReadonlyVariationTests.swift in Sources */, |
9306 | 9314 | DE67D46926BAA82600EFE8DB /* Publisher+WithLatestFromTests.swift in Sources */, |
|
0 commit comments