Disable quiet mode in build script.
parent
c5918c9aa2
commit
1dfc270d20
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue