From 4ed9dfd47b9b22b4f777112a6b5d75de37cb0a78 Mon Sep 17 00:00:00 2001 From: David Kaprielian <sabin@lindenlab.com> Date: Wed, 1 Aug 2012 16:25:56 -0700 Subject: [PATCH] Fixing up the string in the code sign flag. --- autobuild.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index bd441f5e5fe..8238adc9a47 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2126,7 +2126,7 @@ <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>-DSIGNING_IDENTITY:STRING="Developer ID Application: Linden Research, Inc."</string> </array> </map> <key>configure</key> @@ -2155,7 +2155,7 @@ <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>-DSIGNING_IDENTITY:STRING="Developer ID Application: Linden Research, Inc."</string> </array> </map> <key>configure</key> -- GitLab