Skip to content

Commit

Permalink
chore/#181 서비스타입 관련 폴더 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaybei committed Jul 15, 2024
1 parent fa784ca commit b50ddf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KkuMulKum.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@
A3DD9C3C2C41BAD000E58A13 /* MeetingList */ = {
isa = PBXGroup;
children = (
A3DD9C632C45A6FA00E58A13 /* Service */,
A3DD9C3B2C41BAD000E58A13 /* ViewModel */,
A3DD9C392C41BAD000E58A13 /* ViewController */,
A3DD9C372C41BAD000E58A13 /* View */,
Expand All @@ -572,7 +571,7 @@
path = ViewModel;
sourceTree = "<group>";
};
A3DD9C632C45A6FA00E58A13 /* Service */ = {
A3DD9C642C45B30600E58A13 /* Service */ = {
isa = PBXGroup;
children = (
A3DD9C612C455E3300E58A13 /* MeetingListService.swift */,
Expand Down Expand Up @@ -1031,6 +1030,7 @@
DE254AA32C31107C00A4015E /* Resource */ = {
isa = PBXGroup;
children = (
A3DD9C642C45B30600E58A13 /* Service */,
DEBA03302C3C2972002ED8F2 /* ViewController.swift */,
DD39768B2C41C36B00E2A4C4 /* Color.xcassets */,
78B928742C29402E006D9942 /* Assets.xcassets */,
Expand Down

0 comments on commit b50ddf1

Please sign in to comment.