From 3b62401cf5119d81f0225507641c84201aaecd00 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Tue, 3 Jan 2017 15:54:37 -0500 Subject: 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. --- autobuild.xml | 8 ++------ 1 file 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 @@ Release -project SecondLife.xcodeproj - -DENABLE_SIGNING:BOOL=YES - -DSIGNING_IDENTITY:STRING=Developer ID Application: Linden Research, Inc. configure @@ -3419,10 +3417,8 @@ xcodebuild options - -configuration Release - -project SecondLife.xcodeproj - -DENABLE_SIGNING:BOOL=YES - -DSIGNING_IDENTITY:STRING=Developer ID Application: Linden Research, Inc. + -configurationRelease + -projectSecondLife.xcodeproj configure -- cgit v1.2.3