blob: ab889b67b51a0607c36a5f37245319b134ec82bd [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
Kateryna Kostiuk009c4292020-11-04 13:42:56 -05008./carthage.sh bootstrap --platform iOS --no-use-binaries --cache-builds
Raphaël Brulé8413fde2020-07-13 10:03:52 -04009
10############################################
11## DOWNLOAD WHIRLYGLOBEMAPLY DEPENDENCIES ##
12############################################
13
14cd WhirlyGlobeMaply
15git submodule init
16git submodule update