diff --git a/Apps/Locations/Sources/Screens/LocationsListViewController.swift b/Apps/Locations/Sources/Screens/LocationsList/LocationsListViewController.swift similarity index 100% rename from Apps/Locations/Sources/Screens/LocationsListViewController.swift rename to Apps/Locations/Sources/Screens/LocationsList/LocationsListViewController.swift diff --git a/Apps/Locations/Sources/Screens/LocationsListViewModel.swift b/Apps/Locations/Sources/Screens/LocationsList/LocationsListViewModel.swift similarity index 100% rename from Apps/Locations/Sources/Screens/LocationsListViewModel.swift rename to Apps/Locations/Sources/Screens/LocationsList/LocationsListViewModel.swift diff --git a/DeepLinking.xcodeproj/project.pbxproj b/DeepLinking.xcodeproj/project.pbxproj index d61e837..098a514 100644 --- a/DeepLinking.xcodeproj/project.pbxproj +++ b/DeepLinking.xcodeproj/project.pbxproj @@ -149,12 +149,23 @@ sourceTree = ""; }; 46C3B7C929E5CB8F00F8F57C /* Screens */ = { + isa = PBXGroup; + children = ( + 46C3B7CC29E5CFBB00F8F57C /* LocationsList */, + 46C3B7CD29E5CFCD00F8F57C /* LocationsAdd */, + ); + path = Screens; + sourceTree = ""; + }; + 46C3B7CC29E5CFBB00F8F57C /* LocationsList */ = { isa = PBXGroup; children = ( 46EB331E29E1CE04001D5EAF /* LocationsListViewController.swift */, 46C3B7CA29E5CD3200F8F57C /* LocationsListViewModel.swift */, ); - path = Screens; + path = LocationsList; + sourceTree = ""; + }; sourceTree = ""; }; 46EB325029E1BBD1001D5EAF = {