From 50b2eb107e20f7bb3a6699d01cbe161e6e35061e Mon Sep 17 00:00:00 2001 From: gretzky Date: Wed, 26 Jan 2022 16:00:06 -0500 Subject: [PATCH] fix(ios): update default ios device to iPhone 11 --- README.md | 4 ++-- src/commands/ios_build.yml | 2 +- src/commands/ios_simulator_start.yml | 2 +- src/examples/full.yml | 4 ++-- src/examples/ios.yml | 4 ++-- src/jobs/ios_build.yml | 2 +- src/jobs/ios_build_and_test.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d12ef5c..3d7c0ef 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ workflows: - rn/ios_build: name: build_ios_release project_path: ios/Example.xcodeproj - device: "iPhone X" + device: "iPhone 11" build_configuration: Release scheme: Example requires: @@ -130,7 +130,7 @@ workflows: # Build and test the iOS app in release mode - rn/ios_build_and_test: project_path: "ios/Example.xcodeproj" - device: "iPhone X" + device: "iPhone 11" build_configuration: "Release" scheme: "Example" detox_configuration: "ios.sim.release" diff --git a/src/commands/ios_build.yml b/src/commands/ios_build.yml index 6589a2c..9983850 100644 --- a/src/commands/ios_build.yml +++ b/src/commands/ios_build.yml @@ -20,7 +20,7 @@ parameters: device: description: The type of device you want to build for. type: string - default: "iPhone X" + default: "iPhone 11" scheme: description: The scheme to use. type: string diff --git a/src/commands/ios_simulator_start.yml b/src/commands/ios_simulator_start.yml index f3a1e05..7857677 100644 --- a/src/commands/ios_simulator_start.yml +++ b/src/commands/ios_simulator_start.yml @@ -4,7 +4,7 @@ parameters: device: description: The type of device you want to start. type: string - default: "iPhone X" + default: "iPhone 11" background: default: true description: Should ios simulator boot in background? diff --git a/src/examples/full.yml b/src/examples/full.yml index 225575e..09a9278 100644 --- a/src/examples/full.yml +++ b/src/examples/full.yml @@ -91,7 +91,7 @@ usage: name: build_ios_release node_version: '12' project_path: ios/Example.xcodeproj - device: "iPhone X" + device: "iPhone 11" build_configuration: Release scheme: Example requires: @@ -101,7 +101,7 @@ usage: - rn/ios_build_and_test: node_version: '12' project_path: "ios/Example.xcodeproj" - device: "iPhone X" + device: "iPhone 11" build_configuration: "Release" scheme: "Example" detox_configuration: "ios.sim.release" diff --git a/src/examples/ios.yml b/src/examples/ios.yml index 52464e0..2a2bbee 100644 --- a/src/examples/ios.yml +++ b/src/examples/ios.yml @@ -62,7 +62,7 @@ usage: - rn/ios_build: name: build_ios_release project_path: ios/Example.xcodeproj - device: "iPhone X" + device: "iPhone 11" build_configuration: Release scheme: Example requires: @@ -71,7 +71,7 @@ usage: # Build and test the iOS app in release mode - rn/ios_build_and_test: project_path: "ios/Example.xcodeproj" - device: "iPhone X" + device: "iPhone 11" build_configuration: "Release" scheme: "Example" detox_configuration: "ios.sim.release" diff --git a/src/jobs/ios_build.yml b/src/jobs/ios_build.yml index ef9a1f4..fc6b235 100644 --- a/src/jobs/ios_build.yml +++ b/src/jobs/ios_build.yml @@ -48,7 +48,7 @@ parameters: device: description: The type of device you want to build for. type: string - default: "iPhone X" + default: "iPhone 11" scheme: description: The scheme to use. type: string diff --git a/src/jobs/ios_build_and_test.yml b/src/jobs/ios_build_and_test.yml index 578f0c0..8d51ac0 100644 --- a/src/jobs/ios_build_and_test.yml +++ b/src/jobs/ios_build_and_test.yml @@ -52,7 +52,7 @@ parameters: device: description: The type of device you want to build for. type: string - default: "iPhone X" + default: "iPhone 11" scheme: description: The scheme to use. type: string