refactor: revert xcargs

This commit is contained in:
Vlad Suhomlinov 2021-09-13 19:26:01 +03:00
parent 44d4ff9f74
commit a455072e14
1 changed files with 0 additions and 2 deletions

View File

@ -148,7 +148,6 @@ private_lane :buildArchive do |options|
lane_name = options[:lane_name]
configuration = options[:configuration]
xcodeproj_path = options[:xcodeproj_path]
xcargs = "FORCE_LINT='true'" # To enable linting on project without CodeLint target
if configuration != "AppStore" # AppStore uses xcconfig choosen in Xcode
set_xcconfig_for_configuration_of_project(lane_name, configuration, xcodeproj_path)
@ -167,7 +166,6 @@ private_lane :buildArchive do |options|
skip_package_ipa: options[:skip_package_ipa],
include_symbols: options[:include_symbols] || false,
include_bitcode: options[:compileBitcode] || false,
xcargs: xcargs
)
end