From 9c0536f09921cbcff69aa86bcce9defab08ff04a Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Thu, 22 Dec 2016 12:59:30 -0500
Subject: [PATCH] remove the xcodebuild -quiet because Xcode 7 doesn't do it

---
 autobuild.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/autobuild.xml b/autobuild.xml
index 6933fe704d1..2bf12fcba04 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -3328,7 +3328,6 @@
                 </array>
                 <key>options</key>
                 <array>
-                  <string>-quiet</string>
                   <string>-configuration</string>
                   <string>RelWithDebInfo</string>
                   <string>-project</string>
@@ -3360,7 +3359,6 @@
                 <string>xcodebuild</string>
                 <key>options</key>
                 <array>
-                  <string>-quiet</string>
                   <string>-configuration</string>
                   <string>RelWithDebInfo</string>
                   <string>-project</string>
@@ -3390,7 +3388,6 @@
                 </array>
                 <key>options</key>
                 <array>
-                  <string>-quiet</string>
                   <string>-configuration</string>
                   <string>Release</string>
                   <string>-project</string>
@@ -3422,7 +3419,6 @@
                 <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>
-- 
GitLab