diff options
author | David Kaprielian <sabin@lindenlab.com> | 2012-08-01 16:25:56 -0700 |
---|---|---|
committer | David Kaprielian <sabin@lindenlab.com> | 2012-08-01 16:25:56 -0700 |
commit | 4ed9dfd47b9b22b4f777112a6b5d75de37cb0a78 (patch) | |
tree | 4ce576da8832c347aea8f135d308c5c64a5afc59 | |
parent | 27d5547478a816bed87a0f3b0e275c26a2ef581d (diff) |
Fixing up the string in the code sign flag.
-rw-r--r-- | autobuild.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autobuild.xml b/autobuild.xml index bd441f5e5f..8238adc9a4 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> |