blob: 33c5d20726456ef0f038492b4c13fd9a033145e6 [file] [log] [blame]
Raphaël Brulé8413fde2020-07-13 10:03:52 -04001#!/bin/sh
2
3####################################
4## DOWNLOAD CARTHAGE DEPENDENCIES ##
5####################################
6
7# Bootstrap Carthage
8carthage bootstrap --platform iOS --no-use-binaries --cache-builds
9
10############################################
11## DOWNLOAD WHIRLYGLOBEMAPLY DEPENDENCIES ##
12############################################
13
14cd WhirlyGlobeMaply
15git submodule init
16git submodule update