Bump Xcode to 11.2.1 (#27434)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/27434
Pull Request resolved: https://github.com/facebook/react-native/pull/27295

- Use Xcode version 11.2.1 in both internal and external tests.
- Update snapshot reference images to use iPhone 8 test device.

Xcode 11.3.0 will be available in Sandcastle in the next week or so.

Changelog:

[Internal] - Bump Xcode version used in tests to 11.2.1.
[Internal] - Update iOS Snapshots.

Reviewed By: cs01

Differential Revision: D18849584

fbshipit-source-id: 9e3b92f080a4dc6a15dac0535b7562ff6a5c08a9
This commit is contained in:
Héctor Ramos
2020-01-14 13:30:05 -08:00
committed by Facebook Github Bot
parent 7c066ae952
commit 9fb2ca0b53
10 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export AVD_NAME="testAVD"
export AVD_ABI=x86
## IOS ##
export IOS_TARGET_OS="13.3"
export IOS_TARGET_OS="13.2.2"
export IOS_DEVICE="iPhone 8"
export TVOS_DEVICE="Apple TV"