project organization, 'sort by name'

Summary: Closes https://github.com/Instagram/IGListKit/pull/271

Differential Revision: D4259848

Pulled By: jessesquires

fbshipit-source-id: 4a7a1159bbb335b88243e4fbc7bf62c54ce7b6dc
This commit is contained in:
Jesse Squires
2016-12-01 11:56:11 -08:00
committed by Facebook Github Bot
parent a604d2e6b5
commit b994a40bfd
2 changed files with 14 additions and 11 deletions

View File

@@ -95,10 +95,10 @@
98ED5C191DC52AD400EA56B2 /* IGListKitExamples */ = {
isa = PBXGroup;
children = (
298D91C31DDF81DB00E70CAD /* Models */,
98ED5C1A1DC52AD400EA56B2 /* AppDelegate.swift */,
98ED5C211DC52AD400EA56B2 /* Assets.xcassets */,
98ED5C231DC52AD400EA56B2 /* Info.plist */,
298D91C31DDF81DB00E70CAD /* Models */,
98ED5C2B1DC52E6200EA56B2 /* SectionControllers */,
98ED5C291DC52B2400EA56B2 /* ViewControllers */,
98ED5C2A1DC52B2900EA56B2 /* Views */,
@@ -121,8 +121,8 @@
98ED5C301DC53B4E00EA56B2 /* CarouselCell.swift */,
98ED5C311DC53B4E00EA56B2 /* CarouselCell.xib */,
98ED5C2E1DC52F3B00EA56B2 /* DemoCell.swift */,
98ED5C381DC53D0B00EA56B2 /* LabelCell.swift */,
98ED5C3C1DC53E5600EA56B2 /* EmbeddedCollectionViewCell.swift */,
98ED5C381DC53D0B00EA56B2 /* LabelCell.swift */,
);
name = Views;
sourceTree = "<group>";
@@ -130,10 +130,10 @@
98ED5C2B1DC52E6200EA56B2 /* SectionControllers */ = {
isa = PBXGroup;
children = (
98ED5C2C1DC52E7F00EA56B2 /* DemoSectionController.swift */,
98ED5C361DC53CEE00EA56B2 /* LabelSectionController.swift */,
98ED5C3A1DC53DD000EA56B2 /* HorizontalSectionController.swift */,
98ED5C3E1DC53EB200EA56B2 /* CarouselSectionController.swift */,
98ED5C2C1DC52E7F00EA56B2 /* DemoSectionController.swift */,
98ED5C3A1DC53DD000EA56B2 /* HorizontalSectionController.swift */,
98ED5C361DC53CEE00EA56B2 /* LabelSectionController.swift */,
);
name = SectionControllers;
sourceTree = "<group>";