diff options
author | Justin R. Miller <incanus@users.noreply.github.com> | 2015-04-06 22:51:54 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@users.noreply.github.com> | 2015-04-06 22:51:54 -0700 |
commit | d424c09f038fdcd0a070e3d04684dc1511cd1732 (patch) | |
tree | c382ab1ff405c67f218a861f0af39f7970665f56 /Makefile | |
parent | 0a2ee766dbe65e3d23d0e5cba79776560ff29275 (diff) | |
parent | 4e86e2c62a31d855f403aeb01e91fdd7dd9fd5eb (diff) | |
download | qtlocation-mapboxgl-d424c09f038fdcd0a070e3d04684dc1511cd1732.tar.gz |
Merge pull request #1219 from mapbox/ios-deploy
fixes #1189, #880: split OS X/iOS builds & deploy iOS to S3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |