summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-14 23:24:31 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-16 22:46:25 -0700
commitab9b4b91714b4463f02e74634b933449a3fd4558 (patch)
treeed272c22208b4c6508f6f78228d62e30af2983e6 /Makefile
parentda88060c5ce1b825ff644882bba1b9332d8440ed (diff)
downloadqtlocation-mapboxgl-ab9b4b91714b4463f02e74634b933449a3fd4558.tar.gz
[ios] Specify simulator device
The default is iPhone 4 running iOS 8.1, which doesn’t seem to be the intended device.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a9a099c5e4..afcf99c4c1 100644
--- a/Makefile
+++ b/Makefile
@@ -56,8 +56,8 @@ iproj: $(IOS_PROJ_PATH)
open $(IOS_WORK_PATH)
test-ios: ios
- ios-sim start
- ios-sim launch build/ios-all/$(BUILDTYPE)-iphonesimulator/ios-test.app --verbose
+ ios-sim start --devicetypeid 'com.apple.CoreSimulator.SimDeviceType.iPhone-6,9.3'
+ ios-sim launch build/ios-all/$(BUILDTYPE)-iphonesimulator/ios-test.app --verbose --devicetypeid 'com.apple.CoreSimulator.SimDeviceType.iPhone-6,9.3'
set -o pipefail && xcodebuild \
ARCHS=i386 ONLY_ACTIVE_ARCH=YES \
-configuration $(BUILDTYPE) -sdk iphonesimulator \