chore(mac): suppress verbose bash script logging

This commit is contained in:
sgschantz 2025-02-03 10:19:46 +07:00
parent fb1d86874e
commit 6a2c01e71f

View file

@ -109,7 +109,7 @@ execBuildCommand() {
set +e
local ret_code=0
eval "$cmnd" || ret_code=$?
set -ex
set -e
printXCodeBuildScriptLogs