diff options
author | Dane Springmeyer <dane@dbsgeo.com> | 2014-02-04 14:02:38 -0800 |
---|---|---|
committer | Dane Springmeyer <dane@dbsgeo.com> | 2014-02-04 14:02:38 -0800 |
commit | 2d52572d8c8357a112326c4272822baf0569e3b6 (patch) | |
tree | ed62b772812138b59fa6a1f2f671252810a059ad /Makefile | |
parent | f4aa7b9c704ebfe36f9f480d43adbb63e09ef560 (diff) | |
download | qtlocation-mapboxgl-2d52572d8c8357a112326c4272822baf0569e3b6.tar.gz |
no need to build two xcode projects
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ xapp: xcode config.gypi src macosx/llmr-app.gyp open macosx/build/Release/llmr.app # build iOS app with xcodebuild -iapp: xcode config.gypi src ios/llmr-app.gyp +iapp: config.gypi src ios/llmr-app.gyp deps/run_gyp ios/llmr-app.gyp -Goutput_dir=./out/ --depth=. --generator-output=./ -f xcode xcodebuild -project ./ios/llmr-app.xcodeproj # launch app with ios-sim? |