small clean and reorg
This commit is contained in:
parent
04e1e44343
commit
5b898b1b21
@ -888,8 +888,6 @@
|
|||||||
D224798E2316A995003FCCF9 /* HorizontalCombinationViews */ = {
|
D224798E2316A995003FCCF9 /* HorizontalCombinationViews */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
5248BFEA23F12E350059236A /* ListThreeColumnPlanDataDivider.swift */,
|
|
||||||
5248BFEB23F12E350059236A /* ListThreeColumnPlanDataDividerModel.swift */,
|
|
||||||
D2E2A99B23D8D975000B42E6 /* ImageHeadlineBodyModel.swift */,
|
D2E2A99B23D8D975000B42E6 /* ImageHeadlineBodyModel.swift */,
|
||||||
D2B1E3E422F37D6A0065F95C /* ImageHeadlineBody.swift */,
|
D2B1E3E422F37D6A0065F95C /* ImageHeadlineBody.swift */,
|
||||||
D28A838E23CCDEDE00DFE4FC /* TwoButtonViewModel.swift */,
|
D28A838E23CCDEDE00DFE4FC /* TwoButtonViewModel.swift */,
|
||||||
@ -902,8 +900,6 @@
|
|||||||
D224798F2316A99F003FCCF9 /* LeftRightViews */ = {
|
D224798F2316A99F003FCCF9 /* LeftRightViews */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
8D24041423E7FC0B009E23BE /* ListLeftVariableIconWithRightCaretModel.swift */,
|
|
||||||
8D24041023E7FB9E009E23BE /* ListLeftVariableIconWithRightCaret.swift */,
|
|
||||||
D2E2A99723D8D63C000B42E6 /* ActionDetailWithImageModel.swift */,
|
D2E2A99723D8D63C000B42E6 /* ActionDetailWithImageModel.swift */,
|
||||||
0A12149F22C11A17007C7030 /* ActionDetailWithImage.swift */,
|
0A12149F22C11A17007C7030 /* ActionDetailWithImage.swift */,
|
||||||
D28A839023CD4FD400DFE4FC /* CornerLabelsModel.swift */,
|
D28A839023CD4FD400DFE4FC /* CornerLabelsModel.swift */,
|
||||||
@ -950,6 +946,49 @@
|
|||||||
path = Items;
|
path = Items;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
D22B38E923F4E07800490EF6 /* DesignedComponents */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
D22B38EC23F4E10700490EF6 /* SectionDividers */,
|
||||||
|
D22B38EA23F4E08B00490EF6 /* List */,
|
||||||
|
);
|
||||||
|
path = DesignedComponents;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
D22B38EA23F4E08B00490EF6 /* List */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
D22B38EB23F4E0AE00490EF6 /* LeftVariable */,
|
||||||
|
);
|
||||||
|
path = List;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
D22B38EB23F4E0AE00490EF6 /* LeftVariable */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
8D24041423E7FC0B009E23BE /* ListLeftVariableIconWithRightCaretModel.swift */,
|
||||||
|
8D24041023E7FB9E009E23BE /* ListLeftVariableIconWithRightCaret.swift */,
|
||||||
|
);
|
||||||
|
path = LeftVariable;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
D22B38EC23F4E10700490EF6 /* SectionDividers */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
D22B38ED23F4E11100490EF6 /* ThreeColumn */,
|
||||||
|
);
|
||||||
|
path = SectionDividers;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
D22B38ED23F4E11100490EF6 /* ThreeColumn */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
5248BFEB23F12E350059236A /* ListThreeColumnPlanDataDividerModel.swift */,
|
||||||
|
5248BFEA23F12E350059236A /* ListThreeColumnPlanDataDivider.swift */,
|
||||||
|
);
|
||||||
|
path = ThreeColumn;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
D22D1F582204D2590077CEC0 /* Legacy */ = {
|
D22D1F582204D2590077CEC0 /* Legacy */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
@ -1052,6 +1091,7 @@
|
|||||||
D29DF10E21E67A77003B2FB9 /* Molecules */ = {
|
D29DF10E21E67A77003B2FB9 /* Molecules */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
D22B38E923F4E07800490EF6 /* DesignedComponents */,
|
||||||
D22479912316A9EF003FCCF9 /* Items */,
|
D22479912316A9EF003FCCF9 /* Items */,
|
||||||
D224798F2316A99F003FCCF9 /* LeftRightViews */,
|
D224798F2316A99F003FCCF9 /* LeftRightViews */,
|
||||||
D224798E2316A995003FCCF9 /* HorizontalCombinationViews */,
|
D224798E2316A995003FCCF9 /* HorizontalCombinationViews */,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user