Skip to content

Commit

Permalink
Use xcodebuild quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jun 3, 2024
1 parent db68cb1 commit aecf969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swift/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RAKE_TASK ?= icebdistproj
# $(call make-xcodebuild-rule,$1=rule,$2=platform,$3=scheme,$4=target)
define make-xcodebuild-rule
$1:: $(PROJECT)
xcodebuild -project $(PROJECT) \
xcodebuild $(if $(V),,-quiet) \
-project $(PROJECT) \
-target "$3 $(if $(filter $2,macosx),macOS,iOS)" \
-configuration $(CONFIG) \
-sdk $2 $4
Expand Down

0 comments on commit aecf969

Please sign in to comment.