From 17810168aea707ad6c1045d9db80cfdad311c942 Mon Sep 17 00:00:00 2001 From: shankari Date: Fri, 10 Jul 2020 12:34:21 -0700 Subject: [PATCH] Bump up the count to account for cordova-plugin-advanced-http Added to workaround CORS issues with making http calls from javascript directly. --- setup/setup_shared_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup_shared_native.sh b/setup/setup_shared_native.sh index f450845fe..afe1dcb07 100644 --- a/setup/setup_shared_native.sh +++ b/setup/setup_shared_native.sh @@ -23,7 +23,7 @@ sed -i -e "s|/usr/bin/env node|/usr/bin/env node --unhandled-rejections=strict|" npx cordova prepare -EXPECTED_COUNT=25 +EXPECTED_COUNT=26 INSTALLED_COUNT=`npx cordova plugin list | wc -l` echo "Found $INSTALLED_COUNT plugins, expected $EXPECTED_COUNT" if [ $INSTALLED_COUNT -lt $EXPECTED_COUNT ];