Disable quiet mode in build script.

CQTexperiment
Christopher Snowhill 2018-06-28 05:10:04 -07:00
parent c5918c9aa2
commit 1dfc270d20
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ popd
BUILDPRODUCTS="$BASE"/build/Build/Products/Release
xcodebuild -quiet -workspace "$BASE"/../Cog.xcodeproj/project.xcworkspace -scheme Cog -configuration Release -derivedDataPath "$BASE"/build
xcodebuild -workspace "$BASE"/../Cog.xcodeproj/project.xcworkspace -scheme Cog -configuration Release -derivedDataPath "$BASE"/build