summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-01-03 15:54:37 -0500
committerNat Goodspeed <nat@lindenlab.com>2017-01-03 15:54:37 -0500
commit3b62401cf5119d81f0225507641c84201aaecd00 (patch)
tree7258de5d592d406dedc509ede04bd0dbde1d2dc4
parent5bb619da9708c24a40f68be1e6eed1928b4b132c (diff)
DRTVWR-418: Remove -DENABLE_SIGNING and -DSIGNING_IDENTITY
from autobuild.xml's darwin64 Release and ReleaseOS build (xcodebuild) command. -D passed to xcodebuild does NOT set CMake variables. These switches, in this place, have never worked as intended.
-rw-r--r--autobuild.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/autobuild.xml b/autobuild.xml
index 2bf12fcba0..e0e43bbb46 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -3392,8 +3392,6 @@
<string>Release</string>
<string>-project</string>
<string>SecondLife.xcodeproj</string>
- <string>-DENABLE_SIGNING:BOOL=YES</string>
- <string>-DSIGNING_IDENTITY:STRING=Developer ID Application: Linden Research, Inc.</string>
</array>
</map>
<key>configure</key>
@@ -3419,10 +3417,8 @@
<string>xcodebuild</string>
<key>options</key>
<array>
- <string>-configuration Release</string>
- <string>-project SecondLife.xcodeproj</string>
- <string>-DENABLE_SIGNING:BOOL=YES</string>
- <string>-DSIGNING_IDENTITY:STRING=Developer ID Application: Linden Research, Inc.</string>
+ <string>-configuration</string><string>Release</string>
+ <string>-project</string><string>SecondLife.xcodeproj</string>
</array>
</map>
<key>configure</key>