summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-10-02 19:07:14 -0400
committerJason Wray <jason@mapbox.com>2018-10-03 13:32:13 -0400
commit228d1a7eb5f06ad82c0fdc2495eed9aa65c3fb6d (patch)
treeecc686f41885c613de4c788a0bcc28c1ad627479 /Makefile
parentcaa2c6d9becd3f9f0720501acdb48418c5ae5033 (diff)
downloadqtlocation-mapboxgl-228d1a7eb5f06ad82c0fdc2495eed9aa65c3fb6d.tar.gz
[ios, build] Check symbol namespacing for mapbox-events-ios
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cff9a28e8d..02ed977f0e 100644
--- a/Makefile
+++ b/Makefile
@@ -252,6 +252,10 @@ ios-sanitize-address: $(IOS_PROJ_PATH)
ios-static-analyzer: $(IOS_PROJ_PATH)
set -o pipefail && $(IOS_XCODEBUILD_SIM) analyze -scheme 'CI' test $(XCPRETTY)
+.PHONY: ios-check-events-symbols
+ios-check-events-symbols:
+ ./platform/ios/scripts/check-events-symbols.sh
+
.PHONY: ipackage
ipackage: ipackage*
ipackage%: