From 444fb2a2ec53ed66e74a82ed14f69ae617bfc6c5 Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Mon, 2 Nov 2015 12:30:39 -0800 Subject: don't use xcpretty --- scripts/ios/package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh index 4d219338be..ec0b4204dd 100755 --- a/scripts/ios/package.sh +++ b/scripts/ios/package.sh @@ -56,7 +56,7 @@ if [[ "${BUILD_FOR_DEVICE}" == true ]]; then -project ./build/ios-all/mbgl.xcodeproj \ -configuration ${BUILDTYPE} \ -target everything \ - -jobs ${JOBS} | xcpretty -c + -jobs ${JOBS} fi step "Building iOS Simulator targets..." @@ -67,7 +67,7 @@ xcodebuild -sdk iphonesimulator${IOS_SDK_VERSION} \ -project ./build/ios-all/mbgl.xcodeproj \ -configuration ${BUILDTYPE} \ -target everything \ - -jobs ${JOBS} | xcpretty -c + -jobs ${JOBS} step "Building static library..." -- cgit v1.2.1