diff options
author | callumprentice <none@none> | 2012-08-06 13:40:44 -0700 |
---|---|---|
committer | callumprentice <none@none> | 2012-08-06 13:40:44 -0700 |
commit | 9f2b86203a3493f8ed1aad9aa5298a75abacfa86 (patch) | |
tree | 371f6c6a466a3bd805a3292cb735da69325901c0 /autobuild.xml | |
parent | 3971f3646de407839f4cd48f378a5fcbda564612 (diff) |
Removed (unworking) code signing parameters from autobuild (wrong place)
Added them to correct place (Cmake config)
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/autobuild.xml b/autobuild.xml index 8238adc9a4..17fce69471 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2125,8 +2125,6 @@ <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> |