mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/usr/bin/env bash
|
|
if [[ "$OSTYPE" == "darwin"* ]]; then
|
|
cd ios
|
|
pod install
|
|
fi
|