diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2014-09-17 18:26:33 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2014-09-17 18:26:33 -0700 |
commit | 5788714e3b2f0e5d22293bb20fb726a17e68dc86 (patch) | |
tree | b5b469608566a4fad8cf4119965c1fca57de7cdc /README.md | |
parent | 65185ca3776594b855965c200e55b8dc673db715 (diff) | |
download | qtlocation-mapboxgl-5788714e3b2f0e5d22293bb20fb726a17e68dc86.tar.gz |
fix 64-bit iOS builds
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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+ |