diff options
author | Oz Linden <oz@lindenlab.com> | 2012-08-22 17:11:10 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-08-22 17:11:10 -0400 |
commit | 43d29ea03e39419e401db5fbe05cdb4e9364144f (patch) | |
tree | c2c7273bb0d121d27ae5806cdb042cd2ba116ade /autobuild.xml | |
parent | f78861c7bc355ddbcc3e942c41835a94070614c9 (diff) | |
parent | d34e584b41ce317a942aa93e6217e678c88b9050 (diff) |
merge changes for DRTVWR-202
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> |