summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-12-21 16:59:35 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-12-21 16:59:35 -0800
commit3d37017c6858c31d0e62414b410e96a4fcd4fa99 (patch)
treeb40c9dc286ea4fced605cb94d2f8d4c326608079 /scripts
parent4a18e1cf770cc328a5ef349abcdb44ec6b7f4c3f (diff)
downloadqtlocation-mapboxgl-3d37017c6858c31d0e62414b410e96a4fcd4fa99.tar.gz
[ios, osx] Drop xcpretty
It's buggy and hides necessary diagnostics.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/main.mk6
-rwxr-xr-xscripts/xcpretty.sh3
2 files changed, 2 insertions, 7 deletions
diff --git a/scripts/main.mk b/scripts/main.mk
index afbb34f56a..e8fd6d3764 100644
--- a/scripts/main.mk
+++ b/scripts/main.mk
@@ -131,8 +131,7 @@ Xcode/node: Xcode/__project__ node/xproj
-project ./build/binding.xcodeproj \
-configuration $(BUILDTYPE) \
-target mapbox-gl-native \
- -jobs $(JOBS) \
- $(XCPRETTY)
+ -jobs $(JOBS)
Xcode/%: Xcode/__project__
@printf "$(TEXT_BOLD)$(COLOR_GREEN)* Building target $*...$(FORMAT_END)\n"
@@ -141,8 +140,7 @@ Xcode/%: Xcode/__project__
-project ./build/$(HOST_SLUG)/gyp/$(HOST).xcodeproj \
-configuration $(BUILDTYPE) \
-target $* \
- -jobs $(JOBS) \
- $(XCPRETTY)
+ -jobs $(JOBS)
Ninja/%: Ninja/__project__
@printf "$(TEXT_BOLD)$(COLOR_GREEN)* Building target $*...$(FORMAT_END)\n"
diff --git a/scripts/xcpretty.sh b/scripts/xcpretty.sh
deleted file mode 100755
index c39f588220..0000000000
--- a/scripts/xcpretty.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env bash
-
-FN=$(which xcpretty) ; [ ! -z ${FN} ] && echo "| ${FN}"