diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-23 16:31:48 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:07 +0100 |
commit | 272fa8935ed1e97a7c8a5e6cbd44bb47ac7dc00b (patch) | |
tree | 50b5747dd57680acadb4ab45ad52e075553ec11e /.gitmodules | |
parent | fbe30e04c48353a9fdd14151728e27ffe168c9ca (diff) | |
download | qtlocation-mapboxgl-272fa8935ed1e97a7c8a5e6cbd44bb47ac7dc00b.tar.gz |
make storage lib separate so we can build without storage libs
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 588802377e..9e4f20d0a7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ -[submodule "ios/mapbox-gl-cocoa"] - path = ios/mapbox-gl-cocoa +[submodule "ios"] + path = ios url = https://github.com/mapbox/mapbox-gl-cocoa.git [submodule "test/suite"] @@ -13,3 +13,6 @@ [submodule "styles"] path = styles url = https://github.com/mapbox/mapbox-gl-styles.git +[submodule "app/ios"] + path = app/ios + url = https://github.com/mapbox/mapbox-gl-cocoa.git |