|
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 /* IntegerInputFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B2F8E23BD9F1F00BD79AD /* IntegerInputFormatter.swift */; }; |
29 | | - 020B2F9123BDD71500BD79AD /* IntegerInputFormatterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B2F9023BDD71500BD79AD /* IntegerInputFormatterTests.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 */; }; |
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 */; }; |
|
840 | 840 | 0202B6912387AB0C00F3EBE0 /* WooTab+Tag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WooTab+Tag.swift"; sourceTree = "<group>"; }; |
841 | 841 | 0202B6942387AD1B00F3EBE0 /* UITabBar+Order.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITabBar+Order.swift"; sourceTree = "<group>"; }; |
842 | 842 | 0206483923FA4160008441BB /* OrdersRootViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrdersRootViewController.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>"; }; |
| 843 | + 020B2F8E23BD9F1F00BD79AD /* PositiveIntegerInputFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PositiveIntegerInputFormatter.swift; sourceTree = "<group>"; }; |
| 844 | + 020B2F9023BDD71500BD79AD /* PositiveIntegerInputFormatterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PositiveIntegerInputFormatterTests.swift; sourceTree = "<group>"; }; |
845 | 845 | 020B2F9323BDDBDC00BD79AD /* ProductUpdateError+UI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ProductUpdateError+UI.swift"; sourceTree = "<group>"; }; |
846 | 846 | 020B2F9823BDF2E000BD79AD /* DefaultProductFormTableViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultProductFormTableViewModelTests.swift; sourceTree = "<group>"; }; |
847 | 847 | 020BE74723B05CF2007FE54C /* ProductInventoryEditableData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductInventoryEditableData.swift; sourceTree = "<group>"; }; |
|
2056 | 2056 | 02913E9623A774E600707A0C /* DecimalInputFormatter.swift */, |
2057 | 2057 | 45B9C64223A91CB6007FC4C5 /* PriceInputFormatter.swift */, |
2058 | 2058 | 021E2A1D23AA24C600B1DE07 /* StringInputFormatter.swift */, |
2059 | | - 020B2F8E23BD9F1F00BD79AD /* IntegerInputFormatter.swift */, |
| 2059 | + 020B2F8E23BD9F1F00BD79AD /* PositiveIntegerInputFormatter.swift */, |
2060 | 2060 | 45F5A3C023DF206B007D40E5 /* ShippingInputFormatter.swift */, |
2061 | 2061 | ); |
2062 | 2062 | path = UnitInputFormatter; |
|
2533 | 2533 | D83F5936225B402E00626E75 /* EditableValueOneTableViewCellTests.swift */, |
2534 | 2534 | D82DFB4B225F303200EFE2CB /* EmptyListMessageWithActionTests.swift */, |
2535 | 2535 | D8F82AC422AF903700B67E4B /* IconsTests.swift */, |
2536 | | - 020B2F9023BDD71500BD79AD /* IntegerInputFormatterTests.swift */, |
| 2536 | + 020B2F9023BDD71500BD79AD /* PositiveIntegerInputFormatterTests.swift */, |
2537 | 2537 | D8C11A6122E24C4A00D4A88D /* LedgerTableViewCellTests.swift */, |
2538 | 2538 | D83F593C225B4B5000626E75 /* ManualTrackingViewControllerTests.swift */, |
2539 | 2539 | D8AB131D225DC25F002BB5D1 /* MockOrders.swift */, |
|
4520 | 4520 | B57C5C9421B80E4700FF82B2 /* Data+Woo.swift in Sources */, |
4521 | 4521 | CE22E3FB21714776005A6BEF /* TopLeftImageTableViewCell.swift in Sources */, |
4522 | 4522 | B554E17B2152F27200F31188 /* UILabel+Appearance.swift in Sources */, |
4523 | | - 020B2F8F23BD9F1F00BD79AD /* IntegerInputFormatter.swift in Sources */, |
| 4523 | + 020B2F8F23BD9F1F00BD79AD /* PositiveIntegerInputFormatter.swift in Sources */, |
4524 | 4524 | 7441EBC9226A71AA008BF83D /* TitleBodyTableViewCell.swift in Sources */, |
4525 | 4525 | B541B21C2189F3D8008FE7C1 /* StringStyles.swift in Sources */, |
4526 | 4526 | B58B4AB82108F14700076FDD /* NoticeNotificationInfo.swift in Sources */, |
|
4840 | 4840 | 022A45EE237BADA6001417F0 /* Product+ProductFormTests.swift in Sources */, |
4841 | 4841 | B57C5C9921B80E7100FF82B2 /* DictionaryWooTests.swift in Sources */, |
4842 | 4842 | 0290E27E238E5B5C00B5C466 /* ProductStockStatusListSelectorDataSourceTests.swift in Sources */, |
4843 | | - 020B2F9123BDD71500BD79AD /* IntegerInputFormatterTests.swift in Sources */, |
| 4843 | + 020B2F9123BDD71500BD79AD /* PositiveIntegerInputFormatterTests.swift in Sources */, |
4844 | 4844 | D816DDBC22265DA300903E59 /* OrderTrackingTableViewCellTests.swift in Sources */, |
4845 | 4845 | D85136DD231E613900DD0539 /* ReviewsViewModelTests.swift in Sources */, |
4846 | 4846 | D85B833D2230DC9D002168F3 /* StringWooTests.swift in Sources */, |
|
0 commit comments