From a47f0b6218a864abfe5b10c094cbf516edc2dd47 Mon Sep 17 00:00:00 2001 From: Vlad Date: Sat, 12 Dec 2020 20:00:22 +0300 Subject: [PATCH] Fix file type --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index ac4eb16..3446ca5 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -110,7 +110,7 @@ private_lane lane :uploadFeaturesToProject do |options| app_target_folder_name = options[:appName] || $appName project_features_file_path = File.expand_path "../#{app_target_folder_name}/Resources/Features.json" - common_features_file_path = File.expand_path "../common/build_options/Features.json" + common_features_file_path = File.expand_path "../common/build_options/Features.yaml" builder_features_list = options[:features] # [ "Feature1", "Feature2", "Feature3" ]