From f29e8a2fa8bf1fc69715931a5b6084056c036efc Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Date: Fri, 19 Jul 2019 10:25:57 -0400 Subject: [PATCH] TST --- podinstall.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/podinstall.sh b/podinstall.sh index f051ebdec..4594c63bd 100755 --- a/podinstall.sh +++ b/podinstall.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +echo "AppCenter XCode Project: " +echo $APPCENTER_XCODE_PROJECT +echo if [[ "$APPCENTER_XCODE_PROJECT" == "BlueWallet" && "$OSTYPE" == "darwin"* ]]; then cd ios pod install