summaryrefslogtreecommitdiff
path: root/autobuild.xml
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-12-21 16:40:23 -0500
committerOz Linden <oz@lindenlab.com>2016-12-21 16:40:23 -0500
commit04c7a7a64ac40f471dcec0019a2c7235ad22bd3d (patch)
tree9c8396529a70b7410c9a89593582b1d88307063e /autobuild.xml
parent725ba32d08a513580a87368d986918dd892c4c37 (diff)
try using xcodebuild -quiet
Diffstat (limited to 'autobuild.xml')
-rw-r--r--autobuild.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml
index ee9c56384d..07a015e76f 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -3328,6 +3328,7 @@
</array>
<key>options</key>
<array>
+ <string>-quiet</string>
<string>-configuration</string>
<string>RelWithDebInfo</string>
<string>-project</string>
@@ -3359,6 +3360,7 @@
<string>xcodebuild</string>
<key>options</key>
<array>
+ <string>-quiet</string>
<string>-configuration</string>
<string>RelWithDebInfo</string>
<string>-project</string>
@@ -3388,6 +3390,7 @@
</array>
<key>options</key>
<array>
+ <string>-quiet</string>
<string>-configuration</string>
<string>Release</string>
<string>-project</string>
@@ -3419,6 +3422,7 @@
<string>xcodebuild</string>
<key>options</key>
<array>
+ <string>-quiet</string>
<string>-configuration Release</string>
<string>-project SecondLife.xcodeproj</string>
<string>-DENABLE_SIGNING:BOOL=YES</string>