diff options
| author | Tomáš Znamenáček | 2015-01-13 09:21:28 +0100 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-13 09:21:58 +0100 | 
| commit | a0452955316091e38c7b7a7364656e9fd52daaac (patch) | |
| tree | cc4c769b7b6f0371af9f36b2edbf67a7fd01def5 /MASShortcut.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme | |
| parent | 807c5d782bf533242d17ca05276df48b3c867c42 (diff) | |
| download | MASShortcut-a0452955316091e38c7b7a7364656e9fd52daaac.tar.bz2 | |
Added shared Xcode schemes to help Travis with the build.
Diffstat (limited to 'MASShortcut.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme')
| -rw-r--r-- | MASShortcut.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme | 86 | 
1 files changed, 86 insertions, 0 deletions
| diff --git a/MASShortcut.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme b/MASShortcut.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme new file mode 100644 index 0000000..3a55207 --- /dev/null +++ b/MASShortcut.xcodeproj/xcshareddata/xcschemes/Demo.xcscheme @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme +   LastUpgradeVersion = "0610" +   version = "1.3"> +   <BuildAction +      parallelizeBuildables = "YES" +      buildImplicitDependencies = "YES"> +      <BuildActionEntries> +         <BuildActionEntry +            buildForTesting = "YES" +            buildForRunning = "YES" +            buildForProfiling = "YES" +            buildForArchiving = "YES" +            buildForAnalyzing = "YES"> +            <BuildableReference +               BuildableIdentifier = "primary" +               BlueprintIdentifier = "0D827D361990D5E70010B8EF" +               BuildableName = "Demo.app" +               BlueprintName = "Demo" +               ReferencedContainer = "container:MASShortcut.xcodeproj"> +            </BuildableReference> +         </BuildActionEntry> +      </BuildActionEntries> +   </BuildAction> +   <TestAction +      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" +      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" +      shouldUseLaunchSchemeArgsEnv = "YES" +      buildConfiguration = "Debug"> +      <Testables> +      </Testables> +      <MacroExpansion> +         <BuildableReference +            BuildableIdentifier = "primary" +            BlueprintIdentifier = "0D827D361990D5E70010B8EF" +            BuildableName = "Demo.app" +            BlueprintName = "Demo" +            ReferencedContainer = "container:MASShortcut.xcodeproj"> +         </BuildableReference> +      </MacroExpansion> +   </TestAction> +   <LaunchAction +      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" +      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" +      launchStyle = "0" +      useCustomWorkingDirectory = "NO" +      buildConfiguration = "Debug" +      ignoresPersistentStateOnLaunch = "NO" +      debugDocumentVersioning = "YES" +      allowLocationSimulation = "YES"> +      <BuildableProductRunnable> +         <BuildableReference +            BuildableIdentifier = "primary" +            BlueprintIdentifier = "0D827D361990D5E70010B8EF" +            BuildableName = "Demo.app" +            BlueprintName = "Demo" +            ReferencedContainer = "container:MASShortcut.xcodeproj"> +         </BuildableReference> +      </BuildableProductRunnable> +      <AdditionalOptions> +      </AdditionalOptions> +   </LaunchAction> +   <ProfileAction +      shouldUseLaunchSchemeArgsEnv = "YES" +      savedToolIdentifier = "" +      useCustomWorkingDirectory = "NO" +      buildConfiguration = "Release" +      debugDocumentVersioning = "YES"> +      <BuildableProductRunnable> +         <BuildableReference +            BuildableIdentifier = "primary" +            BlueprintIdentifier = "0D827D361990D5E70010B8EF" +            BuildableName = "Demo.app" +            BlueprintName = "Demo" +            ReferencedContainer = "container:MASShortcut.xcodeproj"> +         </BuildableReference> +      </BuildableProductRunnable> +   </ProfileAction> +   <AnalyzeAction +      buildConfiguration = "Debug"> +   </AnalyzeAction> +   <ArchiveAction +      buildConfiguration = "Release" +      revealArchiveInOrganizer = "YES"> +   </ArchiveAction> +</Scheme> | 
