From a455072e14d6627b6e767cfbba9db23530065b5c Mon Sep 17 00:00:00 2001 From: Vlad Suhomlinov Date: Mon, 13 Sep 2021 19:26:01 +0300 Subject: [PATCH] refactor: revert xcargs --- xcode/commonFastfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index d2338f3..a3147d3 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -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