From 62da6bc2669826aca2d4dc9ee5bc47286334e7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Mon, 15 Jul 2019 10:43:01 -0400 Subject: [PATCH] Update podinstall.sh --- podinstall.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/podinstall.sh b/podinstall.sh index 15cab845..f051ebde 100755 --- a/podinstall.sh +++ b/podinstall.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -if [[ "$OSTYPE" == "darwin"* ]]; then - cd ios - pod install +if [[ "$APPCENTER_XCODE_PROJECT" == "BlueWallet" && "$OSTYPE" == "darwin"* ]]; then + cd ios + pod install fi