mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Update podinstall.sh
This commit is contained in:
parent
f29e8a2fa8
commit
6f03a0863e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
echo "AppCenter XCode Project: "
|
||||
echo $APPCENTER_XCODE_PROJECT
|
||||
echo
|
||||
if [[ "$APPCENTER_XCODE_PROJECT" == "BlueWallet" && "$OSTYPE" == "darwin"* ]]; then
|
||||
if [[ "$APPCENTER_XCODE_PROJECT" == "ios/BlueWallet.xcworkspace" && "$OSTYPE" == "darwin"* ]]; then
|
||||
cd ios
|
||||
pod install
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue