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

@@ -306,9 +306,9 @@
2961B3961D68B031001C9451 /* LaunchScreen.storyboard */,
2991F91C1D7BB30300B0C58F /* Models */,
2942FF821D9F39E00015D24B /* SectionControllers */,
822B29F21DB8AA4700010000 /* Storyboard */,
2961B3A31D68B0B5001C9451 /* ViewControllers */,
2961B3A61D68B0B5001C9451 /* Views */,
822B29F21DB8AA4700010000 /* Storyboard */,
);
path = IGListKitExamples;
sourceTree = "<group>";
@@ -395,12 +395,12 @@
95F7F9121DE5006C00A64FEE /* IGListKitExamples-UITests */ = {
isa = PBXGroup;
children = (
95F7F9151DE5006C00A64FEE /* Info.plist */,
9518E3C21DED03510008CC46 /* UITestCase.swift */,
9518E3C41DED057E0008CC46 /* LoadMoreViewControllerUITests.swift */,
9518E3C61DED18370008CC46 /* SearchViewControllerUITests.swift */,
9518E3C81DED1BCB0008CC46 /* MixedDataViewControllerUITests.swift */,
9518E3CA1DED27840008CC46 /* DemosViewControllerUITests.swift */,
95F7F9151DE5006C00A64FEE /* Info.plist */,
9518E3C41DED057E0008CC46 /* LoadMoreViewControllerUITests.swift */,
9518E3C81DED1BCB0008CC46 /* MixedDataViewControllerUITests.swift */,
9518E3C61DED18370008CC46 /* SearchViewControllerUITests.swift */,
9518E3C21DED03510008CC46 /* UITestCase.swift */,
);
path = "IGListKitExamples-UITests";
sourceTree = "<group>";
@@ -967,6 +967,7 @@
buildSettings = {
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "IGListKitExamples-UITests/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -983,6 +984,7 @@
buildSettings = {
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "IGListKitExamples-UITests/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -1097,6 +1099,7 @@
95F7F9191DE5006C00A64FEE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
986FB7221DBBA60900A65C18 /* Build configuration list for PBXNativeTarget "IGListKitMessageExample" */ = {
isa = XCConfigurationList;

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>";