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

DRTVWR-418: Backed out changeset f03df2b249d0: restore -quiet.

As of now, this fork requires Xcode 8, which introduces support for the -quiet
switch.
parent 9c0536f0
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
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