diff options
-rw-r--r-- | autobuild.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/autobuild.xml b/autobuild.xml index 2bf12fcba0..e0e43bbb46 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3392,8 +3392,6 @@ <string>Release</string> <string>-project</string> <string>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> @@ -3419,10 +3417,8 @@ <string>xcodebuild</string> <key>options</key> <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> + <string>-configuration</string><string>Release</string> + <string>-project</string><string>SecondLife.xcodeproj</string> </array> </map> <key>configure</key> |