Skip to content

Commit 139341f

Browse files
committed
Restruct code res, lib
1 parent 6969dee commit 139341f

15 files changed

Lines changed: 20 additions & 4 deletions

File tree

.DS_Store

6 KB
Binary file not shown.

BoxFeed.xcodeproj/project.pbxproj

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,24 @@
7575
path = CustomViews;
7676
sourceTree = "<group>";
7777
};
78+
731DB92B26F43FAB004D9B27 /* Resources */ = {
79+
isa = PBXGroup;
80+
children = (
81+
73D48CEC26938AA50044A5CC /* Circe */,
82+
);
83+
path = Resources;
84+
sourceTree = "<group>";
85+
};
86+
731DB92C26F43FCC004D9B27 /* Library */ = {
87+
isa = PBXGroup;
88+
children = (
89+
73D48CEB26938A8F0044A5CC /* Helpers */,
90+
730692922697A6BD008482DE /* CustomViews */,
91+
73D48CFC269396600044A5CC /* Models */,
92+
);
93+
path = Library;
94+
sourceTree = "<group>";
95+
};
7896
732E1D5A269621770085F136 /* Screens */ = {
7997
isa = PBXGroup;
8098
children = (
@@ -121,12 +139,10 @@
121139
73D48CD5269387E50044A5CC /* BoxFeed */ = {
122140
isa = PBXGroup;
123141
children = (
124-
730692922697A6BD008482DE /* CustomViews */,
142+
731DB92C26F43FCC004D9B27 /* Library */,
143+
731DB92B26F43FAB004D9B27 /* Resources */,
125144
732E1D5A269621770085F136 /* Screens */,
126145
73D48CF526938CA50044A5CC /* Info.plist */,
127-
73D48CEC26938AA50044A5CC /* Circe */,
128-
73D48CFC269396600044A5CC /* Models */,
129-
73D48CEB26938A8F0044A5CC /* Helpers */,
130146
73D48CD6269387E50044A5CC /* BoxFeedApp.swift */,
131147
732E1D58269620970085F136 /* Config.swift */,
132148
7306929026979531008482DE /* NewsData.swift */,

BoxFeed/.DS_Store

6 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

BoxFeed/Helpers/CustomViews/ActivityIndicator.swift renamed to BoxFeed/Library/Helpers/CustomViews/ActivityIndicator.swift

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)