diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-02-09 18:01:40 -0800 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-02-09 18:01:40 -0800 |
commit | d4d4cd44151423d374e373798f09d12157babc27 (patch) | |
tree | ede100edc58475b969b62fba8f3bcb219b29beda /.gitmodules | |
parent | 0ee6044ccf49bb32a25c57ce25af15bcd58ca77b (diff) | |
download | qtlocation-mapboxgl-d4d4cd44151423d374e373798f09d12157babc27.tar.gz |
move iOS code from gl-cocoa to this project
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules index 8242fab9b2..19de5b6f78 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "ios/mapbox-gl-cocoa"] - path = ios/mapbox-gl-cocoa - url = https://github.com/mapbox/mapbox-gl-cocoa.git - [submodule "test/suite"] path = test/suite url = https://github.com/mapbox/mapbox-gl-test-suite.git @@ -14,6 +10,6 @@ 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
\ No newline at end of file +[submodule "test/ios/KIF"] + path = test/ios/KIF + url = https://github.com/mapbox/KIF.git |