Skip to content

Commit

Permalink
Allow Xcode 14 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed Oct 10, 2022
1 parent 42e0c8c commit 896c810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions objectivec/DevTools/full_mac_build.sh
Expand Up @@ -290,7 +290,7 @@ if [[ "${DO_XCODE_IOS_TESTS}" == "yes" ]] ; then
-disable-concurrent-destination-testing
)
;;
11.* | 12.* | 13.*)
11.* | 12.* | 13.* | 14.*)
# Dropped 32bit as Apple doesn't seem support the simulators either.
XCODEBUILD_TEST_BASE_IOS+=(
-destination "platform=iOS Simulator,name=iPhone 8,OS=latest" # 64bit
Expand Down Expand Up @@ -358,7 +358,7 @@ if [[ "${DO_XCODE_TVOS_TESTS}" == "yes" ]] ; then
-destination "platform=tvOS Simulator,name=Apple TV 4K,OS=latest"
)
;;
13.*)
13.* | 14.*)
XCODEBUILD_TEST_BASE_TVOS+=(
-destination "platform=tvOS Simulator,name=Apple TV 4K (2nd generation),OS=latest"
)
Expand Down

0 comments on commit 896c810

Please sign in to comment.