File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ workflows:
121121 - rn/ios_build :
122122 name : build_ios_release
123123 project_path : ios/Example.xcodeproj
124- device : " iPhone X "
124+ device : " iPhone 11 "
125125 build_configuration : Release
126126 scheme : Example
127127 requires :
@@ -130,7 +130,7 @@ workflows:
130130 # Build and test the iOS app in release mode
131131 - rn/ios_build_and_test :
132132 project_path : " ios/Example.xcodeproj"
133- device : " iPhone X "
133+ device : " iPhone 11 "
134134 build_configuration : " Release"
135135 scheme : " Example"
136136 detox_configuration : " ios.sim.release"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ parameters:
2020 device :
2121 description : The type of device you want to build for.
2222 type : string
23- default : " iPhone X "
23+ default : " iPhone 11 "
2424 scheme :
2525 description : The scheme to use.
2626 type : string
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parameters:
44 device :
55 description : The type of device you want to start.
66 type : string
7- default : " iPhone X "
7+ default : " iPhone 11 "
88 background :
99 default : true
1010 description : Should ios simulator boot in background?
Original file line number Diff line number Diff line change 9191 name : build_ios_release
9292 node_version : ' 12'
9393 project_path : ios/Example.xcodeproj
94- device : " iPhone X "
94+ device : " iPhone 11 "
9595 build_configuration : Release
9696 scheme : Example
9797 requires :
@@ -101,7 +101,7 @@ usage:
101101 - rn/ios_build_and_test :
102102 node_version : ' 12'
103103 project_path : " ios/Example.xcodeproj"
104- device : " iPhone X "
104+ device : " iPhone 11 "
105105 build_configuration : " Release"
106106 scheme : " Example"
107107 detox_configuration : " ios.sim.release"
Original file line number Diff line number Diff line change 6262 - rn/ios_build :
6363 name : build_ios_release
6464 project_path : ios/Example.xcodeproj
65- device : " iPhone X "
65+ device : " iPhone 11 "
6666 build_configuration : Release
6767 scheme : Example
6868 requires :
7171 # Build and test the iOS app in release mode
7272 - rn/ios_build_and_test :
7373 project_path : " ios/Example.xcodeproj"
74- device : " iPhone X "
74+ device : " iPhone 11 "
7575 build_configuration : " Release"
7676 scheme : " Example"
7777 detox_configuration : " ios.sim.release"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ parameters:
4848 device :
4949 description : The type of device you want to build for.
5050 type : string
51- default : " iPhone X "
51+ default : " iPhone 11 "
5252 scheme :
5353 description : The scheme to use.
5454 type : string
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ parameters:
5252 device :
5353 description : The type of device you want to build for.
5454 type : string
55- default : " iPhone X "
55+ default : " iPhone 11 "
5656 scheme :
5757 description : The scheme to use.
5858 type : string
You can’t perform that action at this time.
0 commit comments