Browse Source

Update podinstall.sh

shareQRImage
Marcos Rodriguez Vélez 5 years ago
committed by Overtorment
parent
commit
62da6bc266
  1. 6
      podinstall.sh

6
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

Loading…
Cancel
Save