|
25 | 25 | 0202B6922387AB0C00F3EBE0 /* WooTab+Tag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0202B6912387AB0C00F3EBE0 /* WooTab+Tag.swift */; }; |
26 | 26 | 0202B6952387AD1B00F3EBE0 /* UITabBar+Order.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0202B6942387AD1B00F3EBE0 /* UITabBar+Order.swift */; }; |
27 | 27 | 0206483A23FA4160008441BB /* OrdersRootViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0206483923FA4160008441BB /* OrdersRootViewController.swift */; }; |
28 | | - 020B2F8F23BD9F1F00BD79AD /* PositiveIntegerInputFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B2F8E23BD9F1F00BD79AD /* PositiveIntegerInputFormatter.swift */; }; |
29 | | - 020B2F9123BDD71500BD79AD /* PositiveIntegerInputFormatterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B2F9023BDD71500BD79AD /* PositiveIntegerInputFormatterTests.swift */; }; |
| 28 | + 020B2F8F23BD9F1F00BD79AD /* IntegerInputFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B2F8E23BD9F1F00BD79AD /* IntegerInputFormatter.swift */; }; |
| 29 | + 020B2F9123BDD71500BD79AD /* IntegerInputFormatterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B2F9023BDD71500BD79AD /* IntegerInputFormatterTests.swift */; }; |
30 | 30 | 020B2F9423BDDBDC00BD79AD /* ProductUpdateError+UI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B2F9323BDDBDC00BD79AD /* ProductUpdateError+UI.swift */; }; |
31 | 31 | 020B2F9923BDF2E000BD79AD /* DefaultProductFormTableViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B2F9823BDF2E000BD79AD /* DefaultProductFormTableViewModelTests.swift */; }; |
32 | 32 | 020BE74823B05CF2007FE54C /* ProductInventoryEditableData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020BE74723B05CF2007FE54C /* ProductInventoryEditableData.swift */; }; |
|
270 | 270 | 456CB50E2444BFAC00992A05 /* ProductPurchaseNoteViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 456CB50C2444BFAC00992A05 /* ProductPurchaseNoteViewController.xib */; }; |
271 | 271 | 457151AB243B6E8000EB2DFA /* ProductSlugViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 457151A9243B6E8000EB2DFA /* ProductSlugViewController.swift */; }; |
272 | 272 | 457151AC243B6E8000EB2DFA /* ProductSlugViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 457151AA243B6E8000EB2DFA /* ProductSlugViewController.xib */; }; |
273 | | - 45745A32245306EC00570823 /* IntegerInputFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45745A31245306EC00570823 /* IntegerInputFormatter.swift */; }; |
274 | | - 45745A3424530BD600570823 /* IntegerInputFormatterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45745A3324530BD600570823 /* IntegerInputFormatterTests.swift */; }; |
275 | 273 | 4580BA7423F192D400B5F764 /* ProductSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4580BA7223F192D400B5F764 /* ProductSettingsViewController.swift */; }; |
276 | 274 | 4580BA7523F192D400B5F764 /* ProductSettingsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4580BA7323F192D400B5F764 /* ProductSettingsViewController.xib */; }; |
277 | 275 | 4580BA7723F19D4A00B5F764 /* ProductSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4580BA7623F19D4A00B5F764 /* ProductSettingsViewModel.swift */; }; |
|
842 | 840 | 0202B6912387AB0C00F3EBE0 /* WooTab+Tag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WooTab+Tag.swift"; sourceTree = "<group>"; }; |
843 | 841 | 0202B6942387AD1B00F3EBE0 /* UITabBar+Order.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITabBar+Order.swift"; sourceTree = "<group>"; }; |
844 | 842 | 0206483923FA4160008441BB /* OrdersRootViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrdersRootViewController.swift; sourceTree = "<group>"; }; |
845 | | - 020B2F8E23BD9F1F00BD79AD /* PositiveIntegerInputFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PositiveIntegerInputFormatter.swift; sourceTree = "<group>"; }; |
846 | | - 020B2F9023BDD71500BD79AD /* PositiveIntegerInputFormatterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PositiveIntegerInputFormatterTests.swift; sourceTree = "<group>"; }; |
| 843 | + 020B2F8E23BD9F1F00BD79AD /* IntegerInputFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerInputFormatter.swift; sourceTree = "<group>"; }; |
| 844 | + 020B2F9023BDD71500BD79AD /* IntegerInputFormatterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerInputFormatterTests.swift; sourceTree = "<group>"; }; |
847 | 845 | 020B2F9323BDDBDC00BD79AD /* ProductUpdateError+UI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ProductUpdateError+UI.swift"; sourceTree = "<group>"; }; |
848 | 846 | 020B2F9823BDF2E000BD79AD /* DefaultProductFormTableViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultProductFormTableViewModelTests.swift; sourceTree = "<group>"; }; |
849 | 847 | 020BE74723B05CF2007FE54C /* ProductInventoryEditableData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductInventoryEditableData.swift; sourceTree = "<group>"; }; |
|
1090 | 1088 | 456CB50C2444BFAC00992A05 /* ProductPurchaseNoteViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ProductPurchaseNoteViewController.xib; sourceTree = "<group>"; }; |
1091 | 1089 | 457151A9243B6E8000EB2DFA /* ProductSlugViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductSlugViewController.swift; sourceTree = "<group>"; }; |
1092 | 1090 | 457151AA243B6E8000EB2DFA /* ProductSlugViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ProductSlugViewController.xib; sourceTree = "<group>"; }; |
1093 | | - 45745A31245306EC00570823 /* IntegerInputFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerInputFormatter.swift; sourceTree = "<group>"; }; |
1094 | | - 45745A3324530BD600570823 /* IntegerInputFormatterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerInputFormatterTests.swift; sourceTree = "<group>"; }; |
1095 | 1091 | 4580BA7223F192D400B5F764 /* ProductSettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductSettingsViewController.swift; sourceTree = "<group>"; }; |
1096 | 1092 | 4580BA7323F192D400B5F764 /* ProductSettingsViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ProductSettingsViewController.xib; sourceTree = "<group>"; }; |
1097 | 1093 | 4580BA7623F19D4A00B5F764 /* ProductSettingsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductSettingsViewModel.swift; sourceTree = "<group>"; }; |
|
2060 | 2056 | 02913E9623A774E600707A0C /* DecimalInputFormatter.swift */, |
2061 | 2057 | 45B9C64223A91CB6007FC4C5 /* PriceInputFormatter.swift */, |
2062 | 2058 | 021E2A1D23AA24C600B1DE07 /* StringInputFormatter.swift */, |
2063 | | - 020B2F8E23BD9F1F00BD79AD /* PositiveIntegerInputFormatter.swift */, |
2064 | | - 45745A31245306EC00570823 /* IntegerInputFormatter.swift */, |
| 2059 | + 020B2F8E23BD9F1F00BD79AD /* IntegerInputFormatter.swift */, |
2065 | 2060 | 45F5A3C023DF206B007D40E5 /* ShippingInputFormatter.swift */, |
2066 | 2061 | ); |
2067 | 2062 | path = UnitInputFormatter; |
|
2538 | 2533 | D83F5936225B402E00626E75 /* EditableValueOneTableViewCellTests.swift */, |
2539 | 2534 | D82DFB4B225F303200EFE2CB /* EmptyListMessageWithActionTests.swift */, |
2540 | 2535 | D8F82AC422AF903700B67E4B /* IconsTests.swift */, |
2541 | | - 020B2F9023BDD71500BD79AD /* PositiveIntegerInputFormatterTests.swift */, |
2542 | | - 45745A3324530BD600570823 /* IntegerInputFormatterTests.swift */, |
| 2536 | + 020B2F9023BDD71500BD79AD /* IntegerInputFormatterTests.swift */, |
2543 | 2537 | D8C11A6122E24C4A00D4A88D /* LedgerTableViewCellTests.swift */, |
2544 | 2538 | D83F593C225B4B5000626E75 /* ManualTrackingViewControllerTests.swift */, |
2545 | 2539 | D8AB131D225DC25F002BB5D1 /* MockOrders.swift */, |
|
4526 | 4520 | B57C5C9421B80E4700FF82B2 /* Data+Woo.swift in Sources */, |
4527 | 4521 | CE22E3FB21714776005A6BEF /* TopLeftImageTableViewCell.swift in Sources */, |
4528 | 4522 | B554E17B2152F27200F31188 /* UILabel+Appearance.swift in Sources */, |
4529 | | - 020B2F8F23BD9F1F00BD79AD /* PositiveIntegerInputFormatter.swift in Sources */, |
| 4523 | + 020B2F8F23BD9F1F00BD79AD /* IntegerInputFormatter.swift in Sources */, |
4530 | 4524 | 7441EBC9226A71AA008BF83D /* TitleBodyTableViewCell.swift in Sources */, |
4531 | 4525 | B541B21C2189F3D8008FE7C1 /* StringStyles.swift in Sources */, |
4532 | 4526 | B58B4AB82108F14700076FDD /* NoticeNotificationInfo.swift in Sources */, |
|
4664 | 4658 | F997174523DC068500592D8E /* XLPagerStrip+AccessibilityIdentifier.swift in Sources */, |
4665 | 4659 | D8C2A28B231931D100F503E9 /* ReviewViewModel.swift in Sources */, |
4666 | 4660 | B541B223218A29A6008FE7C1 /* NSParagraphStyle+Woo.swift in Sources */, |
4667 | | - 45745A32245306EC00570823 /* IntegerInputFormatter.swift in Sources */, |
4668 | 4661 | B50BB4162141828F00AF0F3C /* FooterSpinnerView.swift in Sources */, |
4669 | 4662 | 02FE89C9231FB31400E85EF8 /* FeatureFlagService.swift in Sources */, |
4670 | 4663 | B5980A6321AC879F00EBF596 /* Bundle+Woo.swift in Sources */, |
|
4847 | 4840 | 022A45EE237BADA6001417F0 /* Product+ProductFormTests.swift in Sources */, |
4848 | 4841 | B57C5C9921B80E7100FF82B2 /* DictionaryWooTests.swift in Sources */, |
4849 | 4842 | 0290E27E238E5B5C00B5C466 /* ProductStockStatusListSelectorDataSourceTests.swift in Sources */, |
4850 | | - 020B2F9123BDD71500BD79AD /* PositiveIntegerInputFormatterTests.swift in Sources */, |
| 4843 | + 020B2F9123BDD71500BD79AD /* IntegerInputFormatterTests.swift in Sources */, |
4851 | 4844 | D816DDBC22265DA300903E59 /* OrderTrackingTableViewCellTests.swift in Sources */, |
4852 | 4845 | D85136DD231E613900DD0539 /* ReviewsViewModelTests.swift in Sources */, |
4853 | 4846 | D85B833D2230DC9D002168F3 /* StringWooTests.swift in Sources */, |
|
4856 | 4849 | 02E4FD812306AA890049610C /* StatsTimeRangeBarViewModelTests.swift in Sources */, |
4857 | 4850 | 45FBDF34238D33F100127F77 /* MockProduct.swift in Sources */, |
4858 | 4851 | 6856D2A5C2076F5BF14F2C11 /* KeyboardStateProviderTests.swift in Sources */, |
4859 | | - 45745A3424530BD600570823 /* IntegerInputFormatterTests.swift in Sources */, |
4860 | 4852 | 6856D806DE7DB61522D54044 /* NSMutableAttributedStringHelperTests.swift in Sources */, |
4861 | 4853 | 6856DF20E1BDCC391635F707 /* AgeTests.swift in Sources */, |
4862 | 4854 | 6856DE479EC3B2265AC1F775 /* Calendar+Extensions.swift in Sources */, |
|
0 commit comments