Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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