Update podinstall.sh

This commit is contained in:
Marcos Rodriguez 2019-07-19 11:20:08 -04:00 committed by Overtorment
parent f29e8a2fa8
commit 6f03a0863e

View file

@ -2,7 +2,7 @@
echo "AppCenter XCode Project: "
echo $APPCENTER_XCODE_PROJECT
echo
if [[ "$APPCENTER_XCODE_PROJECT" == "BlueWallet" && "$OSTYPE" == "darwin"* ]]; then
if [[ "$APPCENTER_XCODE_PROJECT" == "ios/BlueWallet.xcworkspace" && "$OSTYPE" == "darwin"* ]]; then
cd ios
pod install
fi