add buildlog_path, speed up pod resolution, update build options helper submodule
This commit is contained in:
parent
2753812843
commit
2e08a7c062
|
|
@ -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
|
||||
Loading…
Reference in New Issue