blob: 3e2c2ecbb6d8dd89a93eb7c28b0e978aa343fc45 [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 Kostiuk388ada92022-08-12 09:41:26 -04008carthage bootstrap --use-xcframeworks --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