Skip to content

Commit

Permalink
file organization
Browse files Browse the repository at this point in the history
  • Loading branch information
grenos committed Mar 31, 2020
1 parent 4b2855c commit 7254b2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion GHFollowers.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
7D98BB4D242A7B6C006C53E9 /* Screens */ = {
isa = PBXGroup;
children = (
7D98BB49242A55ED006C53E9 /* GFAlertVC.swift */,
7D98BB3B24290771006C53E9 /* SearchVC.swift */,
7D98BB3D242907BB006C53E9 /* FavoriteListVC.swift */,
7D98BB43242A29B4006C53E9 /* FollowerListVC.swift */,
Expand All @@ -117,6 +116,7 @@
7D98BB4E242A7BD5006C53E9 /* Components */ = {
isa = PBXGroup;
children = (
7DA45F7D2433DCE700AB426F /* ViewControllers */,
7DA45F78242FB8DB00AB426F /* Labels */,
7DA45F77242FB8C300AB426F /* ImageViews */,
7DA45F76242FB8A000AB426F /* TextFields */,
Expand Down Expand Up @@ -222,6 +222,14 @@
path = Labels;
sourceTree = "<group>";
};
7DA45F7D2433DCE700AB426F /* ViewControllers */ = {
isa = PBXGroup;
children = (
7D98BB49242A55ED006C53E9 /* GFAlertVC.swift */,
);
path = ViewControllers;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down
Binary file not shown.
File renamed without changes.

0 comments on commit 7254b2a

Please sign in to comment.