diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-24 13:55:28 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-24 13:55:28 -0400 |
commit | ca0f80c9dec990233468404d994227bdbea93790 (patch) | |
tree | e2b03a81886912b0975d70ea21caefa628ac50ab /autobuild.xml | |
parent | b59a443254ef11def158ffb46dbbb3d4d3dada4a (diff) | |
parent | e51a57b895895e3a3a613022b973067fd17d9561 (diff) |
merge
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 2f6e67ad65..a86c8fd866 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2183,6 +2183,8 @@ <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> </array> </map> <key>configure</key> @@ -2210,6 +2212,8 @@ <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> </array> </map> <key>configure</key> |