Moved the existing files under the Feed framework to its "Bundle" folder.

This commit is contained in:
Javier Cicchelli 2024-03-16 09:40:16 +01:00
parent 6d6de392b3
commit 8f279d2034
6 changed files with 18 additions and 2 deletions

View File

@ -90,6 +90,22 @@
path = "Test Plans";
sourceTree = "<group>";
};
02A6DA2F2BA591C000B943E2 /* Bundle */ = {
isa = PBXGroup;
children = (
02DC7F912BA51793000EEEBE /* ReviewsFeed.h */,
02DC7FB02BA51B4F000EEEBE /* Sources */,
);
path = Bundle;
sourceTree = "<group>";
};
02A6DA302BA5929F00B943E2 /* Test */ = {
isa = PBXGroup;
children = (
);
path = Test;
sourceTree = "<group>";
};
02DC7F722BA4F8F0000EEEBE /* Resources */ = {
isa = PBXGroup;
children = (
@ -135,8 +151,8 @@
02DC7F902BA51793000EEEBE /* Feed */ = {
isa = PBXGroup;
children = (
02DC7F912BA51793000EEEBE /* ReviewsFeed.h */,
02DC7FB02BA51B4F000EEEBE /* Sources */,
02A6DA2F2BA591C000B943E2 /* Bundle */,
02A6DA302BA5929F00B943E2 /* Test */,
);
path = Feed;
sourceTree = "<group>";