add buildlog_path, speed up pod resolution, update build options helper submodule

This commit is contained in:
Ivan Smolin 2022-06-17 09:34:54 +03:00
parent 2753812843
commit 2e08a7c062
2 changed files with 4 additions and 4 deletions

View File

@ -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],

@ -1 +1 @@
Subproject commit 3f81529c1425a74f43fe84fe8befffd81a442cc7
Subproject commit e591d65722d78918c84c4eeda3df8c4012e75323