|
|
|
@ -289,7 +289,7 @@ if [[ "${DO_XCODE_IOS_TESTS}" == "yes" ]] ; then |
|
|
|
|
-disable-concurrent-destination-testing |
|
|
|
|
) |
|
|
|
|
;; |
|
|
|
|
11.*) |
|
|
|
|
11.* | 12.*) |
|
|
|
|
# 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 |
|
|
|
@ -352,10 +352,8 @@ if [[ "${DO_XCODE_TVOS_TESTS}" == "yes" ]] ; then |
|
|
|
|
echo "ERROR: Xcode 10.0 or higher is required to build the test suite." 1>&2 |
|
|
|
|
exit 11 |
|
|
|
|
;; |
|
|
|
|
10.* | 11.* ) |
|
|
|
|
10.* | 11.* | 12.*) |
|
|
|
|
XCODEBUILD_TEST_BASE_TVOS+=( |
|
|
|
|
# Test on the oldest and current. |
|
|
|
|
-destination "platform=tvOS Simulator,name=Apple TV,OS=11.0" |
|
|
|
|
-destination "platform=tvOS Simulator,name=Apple TV 4K,OS=latest" |
|
|
|
|
) |
|
|
|
|
;; |
|
|
|
|