Skip to content

Commit

Permalink
Chore [#242] 로티 폴더링 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chaentopia committed Sep 21, 2023
1 parent f5673bb commit dd1c44b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
10 changes: 9 additions & 1 deletion YELLO-iOS/YELLO-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@
C31315AB2A7A5F8F00FB8B43 /* View */ = {
isa = PBXGroup;
children = (
C390B8082A88D63000EA5A23 /* spinner_loading.json */,
C3C227E02ABB87740036BF2B /* Lottie */,
C31315A72A7A5F7E00FB8B43 /* FriendSearchView.swift */,
);
path = View;
Expand Down Expand Up @@ -1649,6 +1649,14 @@
path = Response;
sourceTree = "<group>";
};
C3C227E02ABB87740036BF2B /* Lottie */ = {
isa = PBXGroup;
children = (
C390B8082A88D63000EA5A23 /* spinner_loading.json */,
);
path = Lottie;
sourceTree = "<group>";
};
C3C560B92A8A6E410074E988 /* Search */ = {
isa = PBXGroup;
children = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ final class RecommendingNavigationBarView: BaseView {
$0.centerY.equalToSuperview()
$0.trailing.equalToSuperview().inset(16.adjustedWidth)
}

}
}

0 comments on commit dd1c44b

Please sign in to comment.