Skip to content

Commit c60139e

Browse files
rename
1 parent d721224 commit c60139e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

DatasourceDemo.xcodeproj/project.pbxproj

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
B7B6E56E1E33B93A000CA782 /* Controllers */ = {
193193
isa = PBXGroup;
194194
children = (
195-
B7F198821E3B3C04004F0DBB /* TableView */,
196-
B7F1987F1E3B3961004F0DBB /* CollectionView */,
195+
B7F198821E3B3C04004F0DBB /* Table */,
196+
B7F1987F1E3B3961004F0DBB /* Collection */,
197197
);
198198
path = Controllers;
199199
sourceTree = "<group>";
@@ -210,8 +210,8 @@
210210
B7B6E5711E33B961000CA782 /* Xibs */ = {
211211
isa = PBXGroup;
212212
children = (
213-
B7F198851E3B3C62004F0DBB /* TableView */,
214-
B7F198801E3B3A62004F0DBB /* CollectionView */,
213+
B7F198851E3B3C62004F0DBB /* Table */,
214+
B7F198801E3B3A62004F0DBB /* Collection */,
215215
);
216216
path = Xibs;
217217
sourceTree = "<group>";
@@ -228,8 +228,8 @@
228228
B7B6E57A1E33C1C5000CA782 /* Views */ = {
229229
isa = PBXGroup;
230230
children = (
231-
B7F198881E3B3DB8004F0DBB /* TableView */,
232-
B7F198811E3B3A72004F0DBB /* CollectionView */,
231+
B7F198881E3B3DB8004F0DBB /* Table */,
232+
B7F198811E3B3A72004F0DBB /* Collection */,
233233
);
234234
path = Views;
235235
sourceTree = "<group>";
@@ -243,58 +243,58 @@
243243
path = Resources;
244244
sourceTree = "<group>";
245245
};
246-
B7F1987F1E3B3961004F0DBB /* CollectionView */ = {
246+
B7F1987F1E3B3961004F0DBB /* Collection */ = {
247247
isa = PBXGroup;
248248
children = (
249249
B7B6E5741E33BAC4000CA782 /* CollectionDataSource.swift */,
250250
B71A47AA1E3389EC00063592 /* CollectionViewController.swift */,
251251
);
252-
name = CollectionView;
252+
name = Collection;
253253
sourceTree = "<group>";
254254
};
255-
B7F198801E3B3A62004F0DBB /* CollectionView */ = {
255+
B7F198801E3B3A62004F0DBB /* Collection */ = {
256256
isa = PBXGroup;
257257
children = (
258258
B7B6E56C1E33B88E000CA782 /* CollectionView.xib */,
259259
B7B6E5761E33BBBD000CA782 /* CollectionViewCell.xib */,
260260
);
261-
name = CollectionView;
261+
name = Collection;
262262
sourceTree = "<group>";
263263
};
264-
B7F198811E3B3A72004F0DBB /* CollectionView */ = {
264+
B7F198811E3B3A72004F0DBB /* Collection */ = {
265265
isa = PBXGroup;
266266
children = (
267267
B7B6E57D1E33C1FE000CA782 /* CollectionView.swift */,
268268
B7B6E57B1E33C1DF000CA782 /* CollectionViewCell.swift */,
269269
);
270-
name = CollectionView;
270+
name = Collection;
271271
sourceTree = "<group>";
272272
};
273-
B7F198821E3B3C04004F0DBB /* TableView */ = {
273+
B7F198821E3B3C04004F0DBB /* Table */ = {
274274
isa = PBXGroup;
275275
children = (
276276
B7F198831E3B3C17004F0DBB /* TableViewController.swift */,
277277
B7F1988F1E3B3FE0004F0DBB /* TableDataSource.swift */,
278278
);
279-
name = TableView;
279+
name = Table;
280280
sourceTree = "<group>";
281281
};
282-
B7F198851E3B3C62004F0DBB /* TableView */ = {
282+
B7F198851E3B3C62004F0DBB /* Table */ = {
283283
isa = PBXGroup;
284284
children = (
285285
B7F198861E3B3C70004F0DBB /* TableView.xib */,
286286
B7F1988B1E3B3E66004F0DBB /* TableViewCell.xib */,
287287
);
288-
name = TableView;
288+
name = Table;
289289
sourceTree = "<group>";
290290
};
291-
B7F198881E3B3DB8004F0DBB /* TableView */ = {
291+
B7F198881E3B3DB8004F0DBB /* Table */ = {
292292
isa = PBXGroup;
293293
children = (
294294
B7F198891E3B3DD4004F0DBB /* TableView.swift */,
295295
B7F1988D1E3B3EB5004F0DBB /* TableViewCell.swift */,
296296
);
297-
name = TableView;
297+
name = Table;
298298
sourceTree = "<group>";
299299
};
300300
/* End PBXGroup section */

0 commit comments

Comments
 (0)