Skip to content

Commit b586e64

Browse files
committed
Add Xcode 9 support to the helper script.
1 parent 210be26 commit b586e64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

objectivec/DevTools/full_mac_build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@ if [[ "${DO_XCODE_IOS_TESTS}" == "yes" ]] ; then
279279
-destination "platform=iOS Simulator,name=iPhone 7,OS=latest" # 64bit
280280
)
281281
;;
282+
9.0* )
283+
XCODEBUILD_TEST_BASE_IOS+=(
284+
-destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit
285+
-destination "platform=iOS Simulator,name=iPhone 7,OS=latest" # 64bit
286+
)
287+
;;
282288
* )
283289
echo "Time to update the simulator targets for Xcode ${XCODE_VERSION}"
284290
exit 2

0 commit comments

Comments
 (0)