Skip to content

Commit

Permalink
[Card container] Moved to 'View controllers' dir
Browse files Browse the repository at this point in the history
  • Loading branch information
LiarPrincess committed Feb 1, 2022
1 parent 92d13aa commit c380129
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Wroclive.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@
9013FA8E24D6B1880006D1B9 /* Helpers */ = {
isa = PBXGroup;
children = (
9013FA9924D6B1880006D1B9 /* Card panel */,
9013FA8F24D6B1880006D1B9 /* Reusable cell */,
9013FAA924D6B1880006D1B9 /* AlertCreator.swift */,
9013FAA624D6B1880006D1B9 /* MapUpdateScheduler.swift */,
Expand All @@ -539,7 +538,7 @@
path = "Reusable cell";
sourceTree = "<group>";
};
9013FA9924D6B1880006D1B9 /* Card panel */ = {
9013FA9924D6B1880006D1B9 /* Card container */ = {
isa = PBXGroup;
children = (
9013FAA024D6B1880006D1B9 /* Dismiss gesture */,
Expand All @@ -549,7 +548,7 @@
9013FAA524D6B1880006D1B9 /* CardContainer+Constants.swift */,
9013FA9D24D6B1880006D1B9 /* CardPresentable.swift */,
);
path = "Card panel";
path = "Card container";
sourceTree = "<group>";
};
9013FAA024D6B1880006D1B9 /* Dismiss gesture */ = {
Expand All @@ -564,6 +563,7 @@
9013FACA24D721A90006D1B9 /* View controllers */ = {
isa = PBXGroup;
children = (
9013FA9924D6B1880006D1B9 /* Card container */,
90CE747824DB0CAE00419166 /* Search card */,
90CE740424D9BB7800419166 /* Bookmarks card */,
90F38E3824E19ECE000D4192 /* Settings card */,
Expand Down

0 comments on commit c380129

Please sign in to comment.