From 4e86e2c62a31d855f403aeb01e91fdd7dd9fd5eb Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Mon, 6 Apr 2015 22:33:40 -0700 Subject: fixes #1189, #880: split OS X/iOS builds & deploy iOS to S3 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1