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