Skip to content

Commit

Permalink
chore: add folder subviews to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
eyatsenkoperpetio committed Dec 13, 2023
1 parent e3b2d29 commit 4aa242a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Profile/Profile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@
0203DC3D29AE79F80017BD05 /* Profile */ = {
isa = PBXGroup;
children = (
BAD9CA402B29D6CD00DE790A /* Subviews */,
02D0FD072AD695E10020D752 /* UserProfile */,
021D924528DC634300ACC565 /* ProfileView.swift */,
021D925128DC918D00ACC565 /* ProfileViewModel.swift */,
BAD9CA3E2B29BF5C00DE790A /* ProfileSupportInfo.swift */,
);
path = Profile;
sourceTree = "<group>";
Expand Down Expand Up @@ -345,6 +345,14 @@
path = ../Pods;
sourceTree = "<group>";
};
BAD9CA402B29D6CD00DE790A /* Subviews */ = {
isa = PBXGroup;
children = (
BAD9CA3E2B29BF5C00DE790A /* ProfileSupportInfo.swift */,
);
path = Subviews;
sourceTree = "<group>";
};
C456081FB065DCEDAB8119E4 /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down

0 comments on commit 4aa242a

Please sign in to comment.