summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-02-11 17:58:16 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-02-11 17:58:16 +0100
commitf0a945a45cfb7405d3b6237aeeec5e54bbbb6cc3 (patch)
treeb5e6ca9811dc3a853136715dddb6036c85f7a4b8 /Makefile
parent4cf48e08a5fe25f4bc6d599fcc1db8c33ba751ad (diff)
downloadqtlocation-mapboxgl-f0a945a45cfb7405d3b6237aeeec5e54bbbb6cc3.tar.gz
add rule for just making project
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e108caebc6..1d16f0c941 100644
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,16 @@ xapp: config.gypi src macosx/llmr-app.gyp
xcodebuild -project ./macosx/llmr-app.xcodeproj
open macosx/build/Release/llmr.app
+# build iOS app with Xcode
+iproj: config.gypi src ios/llmr-app.gyp
+ deps/run_gyp ios/llmr-app.gyp -Goutput_dir=./out/ --depth=. --generator-output=./ -f xcode
+ open ./ios/llmr-app.xcodeproj
+
# build iOS app with xcodebuild
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?
+ # launch app with ios-sim?
isim: config.gypi src ios/llmr-app.gyp
deps/run_gyp ios/llmr-app.gyp -Goutput_dir=./out/ --depth=. --generator-output=./ -f xcode