diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2014-05-26 13:48:34 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2014-05-26 13:48:34 -0700 |
commit | aba4983c942ed3e92fc934a676f6a440bf2414ed (patch) | |
tree | 37f0d58cf55d39a4adf12f05bd0eb5f71faabbb7 | |
parent | 9def7dec01da17b7038fc1e07e9b3b3ae5994298 (diff) | |
download | qtlocation-mapboxgl-aba4983c942ed3e92fc934a676f6a440bf2414ed.tar.gz |
refs #243: mention resources
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ To create projects, you can run: ## iOS iOS makes use of a Cocoa-specific API currently housed in [MVKMapKit](https://github.com/mapbox/MVKMapKit), -which is included as a submodule and provides a `UIView` interface to the map view. +which is included as a submodule and provides a `UIView` interface to the map view and some bundle resources. First, pull down the submodule(s): |