summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-04-06 22:33:40 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-04-06 22:33:40 -0700
commit4e86e2c62a31d855f403aeb01e91fdd7dd9fd5eb (patch)
treec382ab1ff405c67f218a861f0af39f7970665f56 /Makefile
parent0a2ee766dbe65e3d23d0e5cba79776560ff29275 (diff)
downloadqtlocation-mapboxgl-4e86e2c62a31d855f403aeb01e91fdd7dd9fd5eb.tar.gz
fixes #1189, #880: split OS X/iOS builds & deploy iOS to S3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c830fd83f..e0d5102d55 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ xproj: xosx-proj
Xcode/ios: ios/app/mapboxgl-app.gyp config/ios.gypi styles/styles SMCalloutView
deps/run_gyp ios/app/mapboxgl-app.gyp $(CONFIG_ios) $(LIBS_ios) --generator-output=./build/ios -f xcode
-.PHONY: ios-proj ios run-ios
+.PHONY: ios-proj ios isim ipackage
ios-proj: Xcode/ios
open ./build/ios/ios/app/mapboxgl-app.xcodeproj
@@ -124,6 +124,9 @@ ios: Xcode/ios
isim: Xcode/ios
xcodebuild -sdk iphonesimulator ARCHS="x86_64 i386" -project ./build/ios/ios/app/mapboxgl-app.xcodeproj -configuration Debug -target iosapp -jobs $(JOBS)
+ipackage: clean Xcode/ios
+ ./scripts/package_ios.sh
+
# Legacy name
iproj: ios-proj