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