summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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%: