Skip to content

Commit

Permalink
Chore [#242] 추천 탭 폴더링 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chaentopia committed Sep 4, 2023
1 parent d1b86ed commit 826feca
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions YELLO-iOS/YELLO-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -982,10 +982,7 @@
2AA0DBAB2A546D87002B1370 /* Recommending */ = {
isa = PBXGroup;
children = (
C3C57BEE2A5C066B00B84CAA /* ViewController */,
C3C57BED2A5C066200B84CAA /* View */,
C3C57BF12A5C087600B84CAA /* Cells */,
C3C57BF42A5C093D00B84CAA /* FriendModel.swift */,
C312C00B2AA5F80A00C73D0F /* Main */,
C31315A92A7A5F8100FB8B43 /* Search */,
);
path = Recommending;
Expand Down Expand Up @@ -1262,6 +1259,25 @@
path = Button;
sourceTree = "<group>";
};
C312C00A2AA5F7F500C73D0F /* Model */ = {
isa = PBXGroup;
children = (
C3C57BF42A5C093D00B84CAA /* FriendModel.swift */,
);
path = Model;
sourceTree = "<group>";
};
C312C00B2AA5F80A00C73D0F /* Main */ = {
isa = PBXGroup;
children = (
C3C57BEE2A5C066B00B84CAA /* ViewController */,
C3C57BED2A5C066200B84CAA /* View */,
C3C57BF12A5C087600B84CAA /* Cells */,
C312C00A2AA5F7F500C73D0F /* Model */,
);
path = Main;
sourceTree = "<group>";
};
C31315A22A78E4B800FB8B43 /* Cell */ = {
isa = PBXGroup;
children = (
Expand Down

0 comments on commit 826feca

Please sign in to comment.