use xcpretty

This commit is contained in:
Ari Lazier 2016-11-10 06:46:21 -08:00
parent 6a257d594e
commit e954184d68
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ CONFIGURATION="${2:-"Release"}"
DESTINATION=
PATH="/opt/android-sdk-linux/platform-tools:$PATH"
SRCROOT=$(cd "$(dirname "$0")/.." && pwd)
XCPRETTY=true
# Start current working directory at the root of the project.
cd "$SRCROOT"