Skip to content

Commit 806e534

Browse files
committed
Reorganise project
1 parent 1c0a23e commit 806e534

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

Elsewhen.xcodeproj/project.pbxproj

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,9 @@
152152
5EE70E2526ECCBF400F3F164 /* Views */,
153153
6378398126EB7F510055A10D /* Elements */,
154154
6378397C26EA5FA50055A10D /* Extensions */,
155+
5EE70E2826ED0EE700F3F164 /* Helpers */,
155156
5EB23B9C26E406B600203153 /* ElsewhenApp.swift */,
156157
5EB23B9E26E406B600203153 /* ContentView.swift */,
157-
5EE70E2326ECBEED00F3F164 /* MykeMode.swift */,
158-
6378398426EB80F50055A10D /* DateHelpers.swift */,
159-
5EB31FB626E6390D00826907 /* SearchBar.swift */,
160-
5EE70E2126EC9AA500F3F164 /* TimeZoneFlags.swift */,
161158
5EB23BA026E406B900203153 /* Assets.xcassets */,
162159
5EB23BA226E406B900203153 /* Preview Content */,
163160
6378397F26EA61AB0055A10D /* Launch Screen.storyboard */,
@@ -177,10 +174,21 @@
177174
isa = PBXGroup;
178175
children = (
179176
5EE70E2626ECCC0700F3F164 /* TimeCodeGeneratorView.swift */,
177+
5EE70E2326ECBEED00F3F164 /* MykeMode.swift */,
180178
);
181179
path = Views;
182180
sourceTree = "<group>";
183181
};
182+
5EE70E2826ED0EE700F3F164 /* Helpers */ = {
183+
isa = PBXGroup;
184+
children = (
185+
6378398426EB80F50055A10D /* DateHelpers.swift */,
186+
5EB31FB626E6390D00826907 /* SearchBar.swift */,
187+
5EE70E2126EC9AA500F3F164 /* TimeZoneFlags.swift */,
188+
);
189+
path = Helpers;
190+
sourceTree = "<group>";
191+
};
184192
6378397C26EA5FA50055A10D /* Extensions */ = {
185193
isa = PBXGroup;
186194
children = (

0 commit comments

Comments
 (0)