BlueWallet/podinstall.sh
Marcos Rodriguez Vélez 62da6bc266 Update podinstall.sh
2019-07-19 22:31:56 +03:00

5 lines
142 B
Bash
Executable file

#!/usr/bin/env bash
if [[ "$APPCENTER_XCODE_PROJECT" == "BlueWallet" && "$OSTYPE" == "darwin"* ]]; then
cd ios
pod install
fi