Last active
May 5, 2018 19:48
-
-
Save justinhartman/44753ca01e765af146dc7a7336a15cd4 to your computer and use it in GitHub Desktop.
The LicensesViewController.xcscheme file containing key configuration options.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Scheme | |
| LastUpgradeVersion = "0910" | |
| version = "1.3"> | |
| <BuildAction | |
| parallelizeBuildables = "YES" | |
| buildImplicitDependencies = "YES"> | |
| <BuildActionEntries> | |
| <BuildActionEntry | |
| buildForTesting = "YES" | |
| buildForRunning = "YES" | |
| buildForProfiling = "YES" | |
| buildForArchiving = "YES" | |
| buildForAnalyzing = "YES"> | |
| <BuildableReference | |
| BuildableIdentifier = "primary" | |
| BlueprintIdentifier = "2BB6FC561CB124EB00B45B82" | |
| BuildableName = "LicensesViewController.framework" | |
| BlueprintName = "LicensesViewController" | |
| ReferencedContainer = "container:LicensesViewController.xcodeproj"> | |
| </BuildableReference> | |
| </BuildActionEntry> | |
| </BuildActionEntries> | |
| </BuildAction> | |
| <TestAction | |
| buildConfiguration = "Debug" | |
| selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| language = "" | |
| shouldUseLaunchSchemeArgsEnv = "YES"> | |
| <Testables> | |
| <TestableReference | |
| skipped = "NO"> | |
| <BuildableReference | |
| BuildableIdentifier = "primary" | |
| BlueprintIdentifier = "2BB6FC601CB124EB00B45B82" | |
| BuildableName = "LicensesViewControllerTests.xctest" | |
| BlueprintName = "LicensesViewControllerTests" | |
| ReferencedContainer = "container:LicensesViewController.xcodeproj"> | |
| </BuildableReference> | |
| </TestableReference> | |
| </Testables> | |
| <MacroExpansion> | |
| <BuildableReference | |
| BuildableIdentifier = "primary" | |
| BlueprintIdentifier = "2BB6FC561CB124EB00B45B82" | |
| BuildableName = "LicensesViewController.framework" | |
| BlueprintName = "LicensesViewController" | |
| ReferencedContainer = "container:LicensesViewController.xcodeproj"> | |
| </BuildableReference> | |
| </MacroExpansion> | |
| <AdditionalOptions> | |
| </AdditionalOptions> | |
| </TestAction> | |
| <LaunchAction | |
| buildConfiguration = "Debug" | |
| selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | |
| selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |
| language = "" | |
| launchStyle = "0" | |
| useCustomWorkingDirectory = "NO" | |
| ignoresPersistentStateOnLaunch = "NO" | |
| debugDocumentVersioning = "YES" | |
| debugServiceExtension = "internal" | |
| allowLocationSimulation = "YES"> | |
| <MacroExpansion> | |
| <BuildableReference | |
| BuildableIdentifier = "primary" | |
| BlueprintIdentifier = "2BB6FC561CB124EB00B45B82" | |
| BuildableName = "LicensesViewController.framework" | |
| BlueprintName = "LicensesViewController" | |
| ReferencedContainer = "container:LicensesViewController.xcodeproj"> | |
| </BuildableReference> | |
| </MacroExpansion> | |
| <AdditionalOptions> | |
| </AdditionalOptions> | |
| </LaunchAction> | |
| <ProfileAction | |
| buildConfiguration = "Release" | |
| shouldUseLaunchSchemeArgsEnv = "YES" | |
| savedToolIdentifier = "" | |
| useCustomWorkingDirectory = "NO" | |
| debugDocumentVersioning = "YES"> | |
| <MacroExpansion> | |
| <BuildableReference | |
| BuildableIdentifier = "primary" | |
| BlueprintIdentifier = "2BB6FC561CB124EB00B45B82" | |
| BuildableName = "LicensesViewController.framework" | |
| BlueprintName = "LicensesViewController" | |
| ReferencedContainer = "container:LicensesViewController.xcodeproj"> | |
| </BuildableReference> | |
| </MacroExpansion> | |
| </ProfileAction> | |
| <AnalyzeAction | |
| buildConfiguration = "Debug"> | |
| </AnalyzeAction> | |
| <ArchiveAction | |
| buildConfiguration = "Release" | |
| revealArchiveInOrganizer = "YES"> | |
| </ArchiveAction> | |
| </Scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment