crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

Crossmate.xcscheme (5078B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <Scheme
      3    LastUpgradeVersion = "1430"
      4    version = "1.7">
      5    <BuildAction
      6       parallelizeBuildables = "YES"
      7       buildImplicitDependencies = "YES"
      8       runPostActionsOnFailure = "NO">
      9       <PreActions>
     10          <ExecutionAction
     11             ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
     12             <ActionContent
     13                title = "Run Script"
     14                scriptText = "cd &quot;${SRCROOT}&quot;&#10;mkdir -p Generated&#10;buildYear=`git log -1 --format=%cd --date=format:%Y`&#10;buildVersion=`git rev-list HEAD | wc -l | tr -d &apos; &apos;`&#10;echo &quot;CURRENT_PROJECT_VERSION = $buildYear.$buildVersion&quot; &gt; Generated/BuildNumber.xcconfig&#10;">
     15                <EnvironmentBuildable>
     16                   <BuildableReference
     17                      BuildableIdentifier = "primary"
     18                      BlueprintIdentifier = "7708D1C8A0145D43BD15DEB7"
     19                      BuildableName = "Crossmate.app"
     20                      BlueprintName = "Crossmate"
     21                      ReferencedContainer = "container:Crossmate.xcodeproj">
     22                   </BuildableReference>
     23                </EnvironmentBuildable>
     24             </ActionContent>
     25          </ExecutionAction>
     26       </PreActions>
     27       <BuildActionEntries>
     28          <BuildActionEntry
     29             buildForTesting = "YES"
     30             buildForRunning = "YES"
     31             buildForProfiling = "YES"
     32             buildForArchiving = "YES"
     33             buildForAnalyzing = "YES">
     34             <BuildableReference
     35                BuildableIdentifier = "primary"
     36                BlueprintIdentifier = "7708D1C8A0145D43BD15DEB7"
     37                BuildableName = "Crossmate.app"
     38                BlueprintName = "Crossmate"
     39                ReferencedContainer = "container:Crossmate.xcodeproj">
     40             </BuildableReference>
     41          </BuildActionEntry>
     42       </BuildActionEntries>
     43    </BuildAction>
     44    <TestAction
     45       buildConfiguration = "Debug"
     46       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
     47       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
     48       shouldUseLaunchSchemeArgsEnv = "YES"
     49       onlyGenerateCoverageForSpecifiedTargets = "NO">
     50       <MacroExpansion>
     51          <BuildableReference
     52             BuildableIdentifier = "primary"
     53             BlueprintIdentifier = "7708D1C8A0145D43BD15DEB7"
     54             BuildableName = "Crossmate.app"
     55             BlueprintName = "Crossmate"
     56             ReferencedContainer = "container:Crossmate.xcodeproj">
     57          </BuildableReference>
     58       </MacroExpansion>
     59       <Testables>
     60          <TestableReference
     61             skipped = "NO"
     62             parallelizable = "YES"
     63             testExecutionOrdering = "random">
     64             <BuildableReference
     65                BuildableIdentifier = "primary"
     66                BlueprintIdentifier = "C38EBD1A6B9D37EF81FF3511"
     67                BuildableName = "Crossmate Unit Tests.xctest"
     68                BlueprintName = "Crossmate Unit Tests"
     69                ReferencedContainer = "container:Crossmate.xcodeproj">
     70             </BuildableReference>
     71          </TestableReference>
     72       </Testables>
     73       <CommandLineArguments>
     74       </CommandLineArguments>
     75    </TestAction>
     76    <LaunchAction
     77       buildConfiguration = "Debug"
     78       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
     79       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
     80       launchStyle = "0"
     81       useCustomWorkingDirectory = "NO"
     82       ignoresPersistentStateOnLaunch = "NO"
     83       debugDocumentVersioning = "YES"
     84       debugServiceExtension = "internal"
     85       allowLocationSimulation = "YES">
     86       <BuildableProductRunnable
     87          runnableDebuggingMode = "0">
     88          <BuildableReference
     89             BuildableIdentifier = "primary"
     90             BlueprintIdentifier = "7708D1C8A0145D43BD15DEB7"
     91             BuildableName = "Crossmate.app"
     92             BlueprintName = "Crossmate"
     93             ReferencedContainer = "container:Crossmate.xcodeproj">
     94          </BuildableReference>
     95       </BuildableProductRunnable>
     96       <CommandLineArguments>
     97       </CommandLineArguments>
     98    </LaunchAction>
     99    <ProfileAction
    100       buildConfiguration = "Release"
    101       shouldUseLaunchSchemeArgsEnv = "YES"
    102       savedToolIdentifier = ""
    103       useCustomWorkingDirectory = "NO"
    104       debugDocumentVersioning = "YES">
    105       <BuildableProductRunnable
    106          runnableDebuggingMode = "0">
    107          <BuildableReference
    108             BuildableIdentifier = "primary"
    109             BlueprintIdentifier = "7708D1C8A0145D43BD15DEB7"
    110             BuildableName = "Crossmate.app"
    111             BlueprintName = "Crossmate"
    112             ReferencedContainer = "container:Crossmate.xcodeproj">
    113          </BuildableReference>
    114       </BuildableProductRunnable>
    115       <CommandLineArguments>
    116       </CommandLineArguments>
    117    </ProfileAction>
    118    <AnalyzeAction
    119       buildConfiguration = "Debug">
    120    </AnalyzeAction>
    121    <ArchiveAction
    122       buildConfiguration = "Release"
    123       revealArchiveInOrganizer = "YES">
    124    </ArchiveAction>
    125 </Scheme>