diff options
author | Jason Wray <jason@mapbox.com> | 2018-05-24 19:02:38 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2018-05-24 19:11:28 -0400 |
commit | 7d050c4cdaf65dedad5ffc740c8819b5aa4e1d47 (patch) | |
tree | c2f225e1ebd6b43378300cb44fbaa7a6ef4c50f9 /.gitmodules | |
parent | 2694c0df037265fd37c6b9dc709efd5fa3472b12 (diff) | |
download | qtlocation-mapboxgl-7d050c4cdaf65dedad5ffc740c8819b5aa4e1d47.tar.gz |
[ios, build] Remove obsolete UI tests, KIF and OHHTTPStubs submodulesupstream/fb-remove-dead-uitest-infra
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules index e5be61a921..39221b1bd3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,13 +1,6 @@ -[submodule "platform/ios/uitest/KIF"] - path = platform/ios/uitest/KIF - url = https://github.com/kif-framework/KIF.git -[submodule "platform/ios/uitest/OHHTTPStubs"] - path = platform/ios/uitest/OHHTTPStubs - url = https://github.com/AliSoftware/OHHTTPStubs.git [submodule "mapbox-gl-js"] path = mapbox-gl-js url = https://github.com/mapbox/mapbox-gl-js.git [submodule "platform/ios/vendor/mapbox-events-ios"] path = platform/ios/vendor/mapbox-events-ios url = https://github.com/mapbox/mapbox-events-ios.git - branch = boundsj-add-namespace-header |