EB
Size: a a a
EB
lane :build_for_test do |lane|
match(type: "development", readonly: true, app_identifier:'com.hui.pizda-SampleApplication') if release_build?
match(type: "development", readonly: true, app_identifier:'com.hui.pizda-SampleApplicationUITests.xctrunner') if release_build?
clear_derived_data
gym(
workspace: GYM_WORKSPACE_PATH,
clean: PURGE_FOLDER,
scheme: TESTS_PROJECT_SCHEME,
derived_data_path: DERIVED_TESTS_FILEPATH,
skip_archive: true,
configuration: build_configuration
)
zip_products
end
EB
ИС
EB
KS