Skip to content

Commit

Permalink
avoid analyze and run steps for test target when building dylib scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Sep 9, 2019
1 parent 2c590e2 commit 1ca1266
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForRunning = "NO"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
buildForAnalyzing = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "17088ED01C5010EA007ADE1B"
Expand Down

0 comments on commit 1ca1266

Please sign in to comment.