mirror of
https://github.com/Instagram/IGListKit
synced 2026-04-29 09:27:17 +00:00
Summary: The GitHub CI seems to be failing still since we added some new header files and didn't include the necessary ones in the IGListKit.h umbrella header. This PR: * Updates the umbrella header to include the new header files * Updates the visibility of the private headers so they don't need to be included in the umbrella. * Does a general clean-up of the Xcode project, re-ordering all of the newly imported files. Assuming this all passes the external CI, we can land it in Phabricator. Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1622 Test Plan: GitHub CI has passed: https://github.com/Instagram/IGListKit/actions/runs/13851019458 Reviewed By: fabiomassimo Differential Revision: D71178515 Pulled By: TimOliver fbshipit-source-id: 1ea643a7bc7a401c45af2776c2a66e3b806035d7
110 lines
4.1 KiB
XML
110 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Scheme
|
|
LastUpgradeVersion = "1620"
|
|
version = "1.3">
|
|
<BuildAction
|
|
parallelizeBuildables = "YES"
|
|
buildImplicitDependencies = "YES">
|
|
<BuildActionEntries>
|
|
<BuildActionEntry
|
|
buildForTesting = "YES"
|
|
buildForRunning = "YES"
|
|
buildForProfiling = "YES"
|
|
buildForArchiving = "YES"
|
|
buildForAnalyzing = "YES">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "7A02D01C2361520200B49FAE"
|
|
BuildableName = "IGListDiffKit.framework"
|
|
BlueprintName = "IGListDiffKit"
|
|
ReferencedContainer = "container:IGListKit.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildActionEntry>
|
|
<BuildActionEntry
|
|
buildForTesting = "YES"
|
|
buildForRunning = "YES"
|
|
buildForProfiling = "YES"
|
|
buildForArchiving = "YES"
|
|
buildForAnalyzing = "YES">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "887D0B351D870D7E009E01F7"
|
|
BuildableName = "IGListKit.framework"
|
|
BlueprintName = "IGListKit"
|
|
ReferencedContainer = "container:IGListKit.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildActionEntry>
|
|
</BuildActionEntries>
|
|
</BuildAction>
|
|
<TestAction
|
|
buildConfiguration = "Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
codeCoverageEnabled = "YES">
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "887D0B351D870D7E009E01F7"
|
|
BuildableName = "IGListKit.framework"
|
|
BlueprintName = "IGListKit"
|
|
ReferencedContainer = "container:IGListKit.xcodeproj">
|
|
</BuildableReference>
|
|
</MacroExpansion>
|
|
<Testables>
|
|
<TestableReference
|
|
skipped = "NO">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "887D0B3E1D870D7F009E01F7"
|
|
BuildableName = "IGListKitTests.xctest"
|
|
BlueprintName = "IGListKitTests"
|
|
ReferencedContainer = "container:IGListKit.xcodeproj">
|
|
</BuildableReference>
|
|
</TestableReference>
|
|
</Testables>
|
|
</TestAction>
|
|
<LaunchAction
|
|
buildConfiguration = "Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
launchStyle = "0"
|
|
useCustomWorkingDirectory = "NO"
|
|
ignoresPersistentStateOnLaunch = "NO"
|
|
debugDocumentVersioning = "YES"
|
|
debugServiceExtension = "internal"
|
|
allowLocationSimulation = "YES">
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "887D0B351D870D7E009E01F7"
|
|
BuildableName = "IGListKit.framework"
|
|
BlueprintName = "IGListKit"
|
|
ReferencedContainer = "container:IGListKit.xcodeproj">
|
|
</BuildableReference>
|
|
</MacroExpansion>
|
|
</LaunchAction>
|
|
<ProfileAction
|
|
buildConfiguration = "Release"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
savedToolIdentifier = ""
|
|
useCustomWorkingDirectory = "NO"
|
|
debugDocumentVersioning = "YES">
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "887D0B351D870D7E009E01F7"
|
|
BuildableName = "IGListKit.framework"
|
|
BlueprintName = "IGListKit"
|
|
ReferencedContainer = "container:IGListKit.xcodeproj">
|
|
</BuildableReference>
|
|
</MacroExpansion>
|
|
</ProfileAction>
|
|
<AnalyzeAction
|
|
buildConfiguration = "Debug">
|
|
</AnalyzeAction>
|
|
<ArchiveAction
|
|
buildConfiguration = "Release"
|
|
revealArchiveInOrganizer = "YES">
|
|
</ArchiveAction>
|
|
</Scheme>
|