blob: ab889b67b51a0607c36a5f37245319b134ec82bd [file] [log] [blame]
#!/bin/sh
####################################
## DOWNLOAD CARTHAGE DEPENDENCIES ##
####################################
# Bootstrap Carthage
./carthage.sh bootstrap --platform iOS --no-use-binaries --cache-builds
############################################
## DOWNLOAD WHIRLYGLOBEMAPLY DEPENDENCIES ##
############################################
cd WhirlyGlobeMaply
git submodule init
git submodule update