Skip to content

Commit 31163cd

Browse files
SYNX
1 parent 807f261 commit 31163cd

File tree

14 files changed

+21
-12
lines changed

14 files changed

+21
-12
lines changed

DatasourceDemo.xcodeproj/project.pbxproj

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@
194194
B7B6E56E1E33B93A000CA782 /* Controllers */ = {
195195
isa = PBXGroup;
196196
children = (
197-
B7F198821E3B3C04004F0DBB /* Table */,
198-
B7F1987F1E3B3961004F0DBB /* Collection */,
199-
B7F198911E3B4539004F0DBB /* TabBarViewController.swift */,
197+
B7F198931E3B4F52004F0DBB /* Tab */,
200198
);
201199
path = Controllers;
202200
sourceTree = "<group>";
@@ -213,8 +211,8 @@
213211
B7B6E5711E33B961000CA782 /* Xibs */ = {
214212
isa = PBXGroup;
215213
children = (
216-
B7F198851E3B3C62004F0DBB /* Table */,
217214
B7F198801E3B3A62004F0DBB /* Collection */,
215+
B7F198851E3B3C62004F0DBB /* Table */,
218216
);
219217
path = Xibs;
220218
sourceTree = "<group>";
@@ -231,8 +229,8 @@
231229
B7B6E57A1E33C1C5000CA782 /* Views */ = {
232230
isa = PBXGroup;
233231
children = (
234-
B7F198881E3B3DB8004F0DBB /* Table */,
235232
B7F198811E3B3A72004F0DBB /* Collection */,
233+
B7F198881E3B3DB8004F0DBB /* Table */,
236234
);
237235
path = Views;
238236
sourceTree = "<group>";
@@ -252,7 +250,7 @@
252250
B7B6E5741E33BAC4000CA782 /* CollectionDataSource.swift */,
253251
B71A47AA1E3389EC00063592 /* CollectionViewController.swift */,
254252
);
255-
name = Collection;
253+
path = Collection;
256254
sourceTree = "<group>";
257255
};
258256
B7F198801E3B3A62004F0DBB /* Collection */ = {
@@ -261,7 +259,7 @@
261259
B7B6E56C1E33B88E000CA782 /* CollectionView.xib */,
262260
B7B6E5761E33BBBD000CA782 /* CollectionViewCell.xib */,
263261
);
264-
name = Collection;
262+
path = Collection;
265263
sourceTree = "<group>";
266264
};
267265
B7F198811E3B3A72004F0DBB /* Collection */ = {
@@ -270,16 +268,16 @@
270268
B7B6E57D1E33C1FE000CA782 /* CollectionView.swift */,
271269
B7B6E57B1E33C1DF000CA782 /* CollectionViewCell.swift */,
272270
);
273-
name = Collection;
271+
path = Collection;
274272
sourceTree = "<group>";
275273
};
276274
B7F198821E3B3C04004F0DBB /* Table */ = {
277275
isa = PBXGroup;
278276
children = (
279-
B7F198831E3B3C17004F0DBB /* TableViewController.swift */,
280277
B7F1988F1E3B3FE0004F0DBB /* TableDataSource.swift */,
278+
B7F198831E3B3C17004F0DBB /* TableViewController.swift */,
281279
);
282-
name = Table;
280+
path = Table;
283281
sourceTree = "<group>";
284282
};
285283
B7F198851E3B3C62004F0DBB /* Table */ = {
@@ -288,7 +286,7 @@
288286
B7F198861E3B3C70004F0DBB /* TableView.xib */,
289287
B7F1988B1E3B3E66004F0DBB /* TableViewCell.xib */,
290288
);
291-
name = Table;
289+
path = Table;
292290
sourceTree = "<group>";
293291
};
294292
B7F198881E3B3DB8004F0DBB /* Table */ = {
@@ -297,7 +295,18 @@
297295
B7F198891E3B3DD4004F0DBB /* TableView.swift */,
298296
B7F1988D1E3B3EB5004F0DBB /* TableViewCell.swift */,
299297
);
300-
name = Table;
298+
path = Table;
299+
sourceTree = "<group>";
300+
};
301+
B7F198931E3B4F52004F0DBB /* Tab */ = {
302+
isa = PBXGroup;
303+
children = (
304+
B7F1987F1E3B3961004F0DBB /* Collection */,
305+
B7F198821E3B3C04004F0DBB /* Table */,
306+
B7F198911E3B4539004F0DBB /* TabBarViewController.swift */,
307+
);
308+
name = Tab;
309+
path = Tab;
301310
sourceTree = "<group>";
302311
};
303312
/* End PBXGroup section */

0 commit comments

Comments
 (0)