From 2e08a7c0629551fc3a5638a358782d8f66e79ee8 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 17 Jun 2022 09:34:54 +0300 Subject: [PATCH] add buildlog_path, speed up pod resolution, update build options helper submodule --- xcode/commonFastfile | 6 +++--- xcode/config_generator/build_options_helper | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index fe20086..0c00145 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -21,7 +21,7 @@ private_lane :installDependencies do |options| end cocoapods( - repo_update: true + try_repo_update_on_error: true ) end @@ -186,8 +186,8 @@ private_lane :buildArchive do |options| clean: true, workspace: options[:workspace], scheme: options[:scheme], - archive_path: "./", - output_directory: "./", + archive_path: "./#{$appName}.xcarchive", + buildlog_path: "./", output_name: options[:output_name], configuration: configuration, export_method: options[:export_method], diff --git a/xcode/config_generator/build_options_helper b/xcode/config_generator/build_options_helper index 3f81529..e591d65 160000 --- a/xcode/config_generator/build_options_helper +++ b/xcode/config_generator/build_options_helper @@ -1 +1 @@ -Subproject commit 3f81529c1425a74f43fe84fe8befffd81a442cc7 +Subproject commit e591d65722d78918c84c4eeda3df8c4012e75323