summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-09-17 18:26:33 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-09-17 18:26:33 -0700
commit5788714e3b2f0e5d22293bb20fb726a17e68dc86 (patch)
treeb5b469608566a4fad8cf4119965c1fca57de7cdc /README.md
parent65185ca3776594b855965c200e55b8dc673db715 (diff)
downloadqtlocation-mapboxgl-5788714e3b2f0e5d22293bb20fb726a17e68dc86.tar.gz
fix 64-bit iOS builds
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3887e57ec6..82ad7966e9 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,8 @@ To create projects, you can run:
and settings storage. This is what is also being built on Linux.
- `make linux`: Builds the Linux GLFW application with `make`.
+Note that if you are doing iOS development as well, to toggle from iOS back to OS X, you will need to `make xproj` again.
+
Target OS: 10.9+
## iOS
@@ -74,6 +76,8 @@ This downloads all required dependencies, builds them and creates universal libr
Lastly, `make iproj` to create and open an Xcode project with an iOS-specific view controller housing.
+Note that if you are doing OS X development as well, to toggle from OS X back to iOS, you will need to `make iproj` again.
+
Target devices: iPhone 4 and above (4S, 5, 5c, 5s) and iPad 2 and above (3, 4, mini and/or retina).
Target OS: 7.0+