Skip to content

Commit a413cac

Browse files
committed
Do not output build info
1 parent b38dbd2 commit a413cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ OTHER_CODE_SIGN_FLAGS="--timestamp --options runtime --deep" \
170170
DEVELOPMENT_TEAM="$TEAM_ID" \
171171
ARCHS="arm64 x86_64" \
172172
ONLY_ACTIVE_ARCH=NO \
173-
-archivePath "$BUILDSDIR/SupportCompanion"
173+
-archivePath "$BUILDSDIR/SupportCompanion" >/dev/null 2>&1
174174

175175
check_exit_code "$?" "Error running xcodebuild"
176176

0 commit comments

Comments
 (0)