OPS: Add echo for debug purposes

This commit is contained in:
Marcos Rodriguez 2019-08-04 01:18:56 -04:00 committed by Overtorment
parent a63fa939e8
commit fd3de0e8fc

View file

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