Skip to content
Snippets Groups Projects
Commit 189d56fa authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: Commit restoring -quiet switch for Xcode 8.

parents 75f54d5d 25c620d1
No related branches found
No related tags found
No related merge requests found
...@@ -3328,6 +3328,7 @@ ...@@ -3328,6 +3328,7 @@
</array> </array>
<key>options</key> <key>options</key>
<array> <array>
<string>-quiet</string>
<string>-configuration</string> <string>-configuration</string>
<string>RelWithDebInfo</string> <string>RelWithDebInfo</string>
<string>-project</string> <string>-project</string>
...@@ -3359,6 +3360,7 @@ ...@@ -3359,6 +3360,7 @@
<string>xcodebuild</string> <string>xcodebuild</string>
<key>options</key> <key>options</key>
<array> <array>
<string>-quiet</string>
<string>-configuration</string> <string>-configuration</string>
<string>RelWithDebInfo</string> <string>RelWithDebInfo</string>
<string>-project</string> <string>-project</string>
...@@ -3388,6 +3390,7 @@ ...@@ -3388,6 +3390,7 @@
</array> </array>
<key>options</key> <key>options</key>
<array> <array>
<string>-quiet</string>
<string>-configuration</string> <string>-configuration</string>
<string>Release</string> <string>Release</string>
<string>-project</string> <string>-project</string>
...@@ -3417,6 +3420,7 @@ ...@@ -3417,6 +3420,7 @@
<string>xcodebuild</string> <string>xcodebuild</string>
<key>options</key> <key>options</key>
<array> <array>
<string>-quiet</string>
<string>-configuration</string> <string>-configuration</string>
<string>Release</string> <string>Release</string>
<string>-project</string> <string>-project</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment