From ee444d2700a5049418212dca05ffffa766c9fdbb Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Wed, 29 Apr 2020 10:39:29 +0300 Subject: [PATCH] fix indentation --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 56d268e..1307e51 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -370,7 +370,7 @@ def set_xcconfig_for_configuration_of_project(xcconfig_name, configuration, xcod Xcodeproj::Constants::PRODUCT_TYPE_UTI[:app_extension] ] return !t.test_target_type? && supported_product_types.include?(t.product_type) -end + end application_targets = project.native_targets.select(&target_to_modify_selector)