mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/usr/bin/env bash
|
||
|
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||
|
cd ios
|
||
|
pod install
|
||
|
fi
|