summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@users.noreply.github.com>2014-05-12 14:07:20 -0400
committerJustin R. Miller <incanus@users.noreply.github.com>2014-05-12 14:07:20 -0400
commitb6d6c7ee3058c2dd18919bc65d8f83ff97965ab5 (patch)
tree2365ce058fbcc5c5adc6eeda4be04133c97577b1 /README.md
parent263c88777708c42526881ac79b63f7a81f90d4b1 (diff)
downloadqtlocation-mapboxgl-b6d6c7ee3058c2dd18919bc65d8f83ff97965ab5.tar.gz
re-add iOS Xcode instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fd15f01975..c2af76b086 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,8 @@ Because `libpng` isn't included in the iOS SDK, you will need to build a cross-a
yourself. Run `./setup-libraries.sh`, which is derived from Mapnik's cross-architecture build
scripts. This will also run `./configure`.
+Then, `make iproj` to create and open an Xcode project with an iOS-specific view controller housing and basic gesture support.
+
Target devices: iPhone 4 and above (4S, 5, 5c, 5s) and iPad 2 and above (3, 4, mini and/or retina).
## Ubuntu