diff options
| -rw-r--r-- | autobuild.xml | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 9b564ddefc..bd441f5e5f 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2125,6 +2125,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> @@ -2152,6 +2154,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>  | 
