mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
OPS: Add echo for debug purposes
This commit is contained in:
parent
a63fa939e8
commit
fd3de0e8fc
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ echo "AppCenter XCode Project: "
|
||||||
echo $APPCENTER_XCODE_PROJECT
|
echo $APPCENTER_XCODE_PROJECT
|
||||||
echo
|
echo
|
||||||
if [[ "$APPCENTER_XCODE_PROJECT" == "ios/BlueWallet.xcworkspace" && "$OSTYPE" == "darwin"* ]]; then
|
if [[ "$APPCENTER_XCODE_PROJECT" == "ios/BlueWallet.xcworkspace" && "$OSTYPE" == "darwin"* ]]; then
|
||||||
|
echo "Running pod update..."
|
||||||
cd ios
|
cd ios
|
||||||
pod update
|
pod update
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue