|
50 | 50 | 020F41E823176F8E00776C4D /* TopBannerPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020F41E723176F8E00776C4D /* TopBannerPresenter.swift */; }; |
51 | 51 | 0212275C244972660042161F /* BottomSheetListSelectorSectionHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0212275B244972660042161F /* BottomSheetListSelectorSectionHeaderView.swift */; }; |
52 | 52 | 0212275E2449728A0042161F /* BottomSheetListSelectorSectionHeaderView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0212275D2449728A0042161F /* BottomSheetListSelectorSectionHeaderView.xib */; }; |
| 53 | + 0212276124498A270042161F /* ProductFormBottomSheetListSelectorCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0212276024498A270042161F /* ProductFormBottomSheetListSelectorCommand.swift */; }; |
| 54 | + 0212276324498CDC0042161F /* ProductFormBottomSheetAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0212276224498CDC0042161F /* ProductFormBottomSheetAction.swift */; }; |
53 | 55 | 0215320B24231D5A003F2BBD /* UIStackView+Subviews.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0215320A24231D5A003F2BBD /* UIStackView+Subviews.swift */; }; |
54 | 56 | 0215320D2423309B003F2BBD /* UIStackView+SubviewsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0215320C2423309B003F2BBD /* UIStackView+SubviewsTests.swift */; }; |
55 | 57 | 02153211242376B5003F2BBD /* ProductPriceSettingsViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02153210242376B5003F2BBD /* ProductPriceSettingsViewModelTests.swift */; }; |
|
875 | 877 | 020F41E723176F8E00776C4D /* TopBannerPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopBannerPresenter.swift; sourceTree = "<group>"; }; |
876 | 878 | 0212275B244972660042161F /* BottomSheetListSelectorSectionHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BottomSheetListSelectorSectionHeaderView.swift; sourceTree = "<group>"; }; |
877 | 879 | 0212275D2449728A0042161F /* BottomSheetListSelectorSectionHeaderView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = BottomSheetListSelectorSectionHeaderView.xib; sourceTree = "<group>"; }; |
| 880 | + 0212276024498A270042161F /* ProductFormBottomSheetListSelectorCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductFormBottomSheetListSelectorCommand.swift; sourceTree = "<group>"; }; |
| 881 | + 0212276224498CDC0042161F /* ProductFormBottomSheetAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductFormBottomSheetAction.swift; sourceTree = "<group>"; }; |
878 | 882 | 0215320A24231D5A003F2BBD /* UIStackView+Subviews.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIStackView+Subviews.swift"; sourceTree = "<group>"; }; |
879 | 883 | 0215320C2423309B003F2BBD /* UIStackView+SubviewsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIStackView+SubviewsTests.swift"; sourceTree = "<group>"; }; |
880 | 884 | 02153210242376B5003F2BBD /* ProductPriceSettingsViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductPriceSettingsViewModelTests.swift; sourceTree = "<group>"; }; |
|
1727 | 1731 | path = "View Models"; |
1728 | 1732 | sourceTree = "<group>"; |
1729 | 1733 | }; |
| 1734 | + 0212275F244989D20042161F /* BottomSheetListSelector */ = { |
| 1735 | + isa = PBXGroup; |
| 1736 | + children = ( |
| 1737 | + 0212276024498A270042161F /* ProductFormBottomSheetListSelectorCommand.swift */, |
| 1738 | + 0212276224498CDC0042161F /* ProductFormBottomSheetAction.swift */, |
| 1739 | + ); |
| 1740 | + path = BottomSheetListSelector; |
| 1741 | + sourceTree = "<group>"; |
| 1742 | + }; |
1730 | 1743 | 021627232379637E000208D2 /* Edit Product */ = { |
1731 | 1744 | isa = PBXGroup; |
1732 | 1745 | children = ( |
| 1746 | + 0212275F244989D20042161F /* BottomSheetListSelector */, |
1733 | 1747 | 020B2F9223BDDBC300BD79AD /* Error Handling */, |
1734 | 1748 | 02F4F50C237AFBB700E13A9C /* Cells */, |
1735 | 1749 | 021E2A1223A9FBF200B1DE07 /* Inventory Settings */, |
|
4495 | 4509 | 028296EC237D28B600E84012 /* TextViewViewController.swift in Sources */, |
4496 | 4510 | 454B28BE23BF63C600CD2091 /* DateIntervalFormatter+Helpers.swift in Sources */, |
4497 | 4511 | 024DF3052372ADCD006658FE /* KeyboardScrollable.swift in Sources */, |
| 4512 | + 0290E27A238E590500B5C466 /* ListSelectorViewProperties.swift in Sources */, |
| 4513 | + 0212276324498CDC0042161F /* ProductFormBottomSheetAction.swift in Sources */, |
4498 | 4514 | B555530F21B57DE700449E71 /* ApplicationAdapter.swift in Sources */, |
4499 | 4515 | 029D444E22F141CD00DEFA8A /* DashboardStatsV3ViewController.swift in Sources */, |
4500 | 4516 | 747AA08B2107CF8D0047A89B /* TracksProvider.swift in Sources */, |
|
4629 | 4645 | B517EA18218B232700730EC4 /* StringFormatter+Notes.swift in Sources */, |
4630 | 4646 | CE583A072107849F00D73C1C /* SwitchTableViewCell.swift in Sources */, |
4631 | 4647 | D8149F562251EE300006A245 /* UITextField+Helpers.swift in Sources */, |
| 4648 | + 0212276124498A270042161F /* ProductFormBottomSheetListSelectorCommand.swift in Sources */, |
4632 | 4649 | D831E2E0230E0BA7000037D0 /* Logs.swift in Sources */, |
4633 | 4650 | 0235594924496449004BE2B8 /* BottomSheetViewController.swift in Sources */, |
4634 | 4651 | CECC759C23D61C1400486676 /* AggregateDataHelper.swift in Sources */, |
|
0 commit comments