This commit is contained in:
Marcos Rodriguez 2019-07-19 10:25:57 -04:00 committed by Overtorment
parent d132141a8f
commit f29e8a2fa8

View file

@ -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