Moved the LocationsListViewModel view model and LocationsListViewController view controller into its own folder inside the Screens group.
This commit is contained in:
parent
b4b99dfa87
commit
0dfbe62603
@ -149,12 +149,23 @@
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46C3B7C929E5CB8F00F8F57C /* Screens */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46C3B7CC29E5CFBB00F8F57C /* LocationsList */,
|
||||
46C3B7CD29E5CFCD00F8F57C /* LocationsAdd */,
|
||||
);
|
||||
path = Screens;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46C3B7CC29E5CFBB00F8F57C /* LocationsList */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46EB331E29E1CE04001D5EAF /* LocationsListViewController.swift */,
|
||||
46C3B7CA29E5CD3200F8F57C /* LocationsListViewModel.swift */,
|
||||
);
|
||||
path = Screens;
|
||||
path = LocationsList;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46EB325029E1BBD1001D5EAF = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user