diff --git a/package.json b/package.json index 8607ff1f16a1..8194f975f619 100644 --- a/package.json +++ b/package.json @@ -164,13 +164,13 @@ "binaryPath": "RNTester/build/Build/Products/Release-iphonesimulator/RNTester.app/", "build": "xcodebuild -workspace RNTester/RNTesterPods.xcworkspace -scheme RNTester -configuration Release -sdk iphonesimulator -derivedDataPath RNTester/build -UseModernBuildSystem=NO -quiet", "type": "ios.simulator", - "name": "iPhone 6s" + "name": "iPhone X" }, "ios.sim.debug": { "binaryPath": "RNTester/build/Build/Products/Debug-iphonesimulator/RNTester.app/", "build": "xcodebuild -workspace RNTester/RNTesterPods.xcworkspace -scheme RNTester -configuration Debug -sdk iphonesimulator -derivedDataPath RNTester/build -UseModernBuildSystem=NO -quiet", "type": "ios.simulator", - "name": "iPhone 6s" + "name": "iPhone X" } } } diff --git a/scripts/.tests.env b/scripts/.tests.env index 94c746b31fec..da1d2217cec0 100644 --- a/scripts/.tests.env +++ b/scripts/.tests.env @@ -18,7 +18,7 @@ export AVD_ABI=x86 ## IOS ## export IOS_TARGET_OS="12.4" -export IOS_DEVICE="iPhone 6s" +export IOS_DEVICE="iPhone X" export TVOS_DEVICE="Apple TV" ## CI OVERRIDES ##