lib/xcjobs/xcodebuild.rb in xcjobs-0.5.1 vs lib/xcjobs/xcodebuild.rb in xcjobs-0.6.0

- old
+ new

@@ -256,15 +256,10 @@ def define raise 'test action requires specifying a scheme' unless scheme raise 'cannot specify both a scheme and targets' if scheme && target desc @description - task @name do - if sdk == 'iphonesimulator' - add_build_setting('CODE_SIGN_IDENTITY', '""') - add_build_setting('CODE_SIGNING_REQUIRED', 'NO') - end - + task @name do add_build_setting('GCC_SYMBOLS_PRIVATE_EXTERN', 'NO') run(['xcodebuild', 'test'] + options) if coverage_enabled