Skip to content

Commit

Permalink
Try and clean build before unit testing. Doesn't quite seem to be wor…
Browse files Browse the repository at this point in the history
…king.
  • Loading branch information
schwa committed Jun 7, 2013
1 parent f245c68 commit 2698958
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -27,6 +27,15 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<PreActions>
<ExecutionAction
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
<ActionContent
title = "Run Script"
scriptText = "xcodebuild -project &quot;${PROJECT_NAME}&quot; -scheme &quot;${SCHEME_NAME}&quot; -target &quot;${TARGET_NAME}&quot; -configuration &quot;${CONFIGURATION}&quot; clean">
</ActionContent>
</ExecutionAction>
</PreActions>
<PostActions>
<ExecutionAction
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
Expand Down

0 comments on commit 2698958

Please sign in to comment.