Merge pull request #312 from TouchInstinct/feature/build_logs_in_project_folder

add buildlog_path, speed up pod resolution, update build options helper submodule
This commit is contained in:
Ivan Smolin 2022-06-17 09:52:42 +03:00 committed by GitHub
commit fe8f581c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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