aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Wiseman <geoffrey.wiseman@gmail.com>2016-04-06 15:29:52 -0400
committerThomas Van Lenten <thomasvl@google.com>2016-04-06 15:29:52 -0400
commitf98d2f5147bdb8182bc63acf00c9be9be5956b5e (patch)
treeedf238042fc42788f08d203b2e4c875535ddfabe
parent89719f07a35bee3c20e746944773587ac2a47444 (diff)
downloadprotobuf-f98d2f5147bdb8182bc63acf00c9be9be5956b5e.tar.gz
protobuf-f98d2f5147bdb8182bc63acf00c9be9be5956b5e.tar.bz2
protobuf-f98d2f5147bdb8182bc63acf00c9be9be5956b5e.zip
Updating Xcode Settings to use iOS 9.3
Update the simulators used for some tests under Xcode 7.3 to be iOS 9.3.
-rwxr-xr-xobjectivec/DevTools/full_mac_build.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/objectivec/DevTools/full_mac_build.sh b/objectivec/DevTools/full_mac_build.sh
index b382779e..4d4930dc 100755
--- a/objectivec/DevTools/full_mac_build.sh
+++ b/objectivec/DevTools/full_mac_build.sh
@@ -242,6 +242,14 @@ if [[ "${DO_XCODE_IOS_TESTS}" == "yes" ]] ; then
-destination "platform=iOS Simulator,name=iPad Air,OS=9.0" # 64bit
)
;;
+ 7.3* )
+ XCODEBUILD_TEST_BASE_IOS+=(
+ -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit
+ -destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" # 64bit
+ -destination "platform=iOS Simulator,name=iPad 2,OS=8.1" # 32bit
+ -destination "platform=iOS Simulator,name=iPad Air,OS=9.3" # 64bit
+ )
+ ;;
7.* )
XCODEBUILD_TEST_BASE_IOS+=(
-destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit