diff --git a/Examples/Examples-iOS/IGListKitExamples.xcodeproj/project.pbxproj b/Examples/Examples-iOS/IGListKitExamples.xcodeproj/project.pbxproj index 0955689..0cbdb72 100644 --- a/Examples/Examples-iOS/IGListKitExamples.xcodeproj/project.pbxproj +++ b/Examples/Examples-iOS/IGListKitExamples.xcodeproj/project.pbxproj @@ -306,9 +306,9 @@ 2961B3961D68B031001C9451 /* LaunchScreen.storyboard */, 2991F91C1D7BB30300B0C58F /* Models */, 2942FF821D9F39E00015D24B /* SectionControllers */, + 822B29F21DB8AA4700010000 /* Storyboard */, 2961B3A31D68B0B5001C9451 /* ViewControllers */, 2961B3A61D68B0B5001C9451 /* Views */, - 822B29F21DB8AA4700010000 /* Storyboard */, ); path = IGListKitExamples; sourceTree = ""; @@ -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 = ""; @@ -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; diff --git a/Examples/Examples-tvOS/IGListKitExamples.xcodeproj/project.pbxproj b/Examples/Examples-tvOS/IGListKitExamples.xcodeproj/project.pbxproj index 58c9d60..b5e101d 100644 --- a/Examples/Examples-tvOS/IGListKitExamples.xcodeproj/project.pbxproj +++ b/Examples/Examples-tvOS/IGListKitExamples.xcodeproj/project.pbxproj @@ -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 = ""; @@ -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 = "";