Skip to content

Commit

Permalink
fix(ios): update default ios device to iPhone 11 (react-native-commun…
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzky committed Jan 27, 2022
1 parent fcac43e commit 2e3b1e0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/commands/ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/commands/ios_simulator_start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
4 changes: 2 additions & 2 deletions src/examples/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/examples/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/ios_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e3b1e0

Please sign in to comment.