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:
121
121
- rn/ios_build :
122
122
name : build_ios_release
123
123
project_path : ios/Example.xcodeproj
124
- device : " iPhone X "
124
+ device : " iPhone 11 "
125
125
build_configuration : Release
126
126
scheme : Example
127
127
requires :
@@ -130,7 +130,7 @@ workflows:
130
130
# Build and test the iOS app in release mode
131
131
- rn/ios_build_and_test :
132
132
project_path : " ios/Example.xcodeproj"
133
- device : " iPhone X "
133
+ device : " iPhone 11 "
134
134
build_configuration : " Release"
135
135
scheme : " Example"
136
136
detox_configuration : " ios.sim.release"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ parameters:
20
20
device :
21
21
description : The type of device you want to build for.
22
22
type : string
23
- default : " iPhone X "
23
+ default : " iPhone 11 "
24
24
scheme :
25
25
description : The scheme to use.
26
26
type : string
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parameters:
4
4
device :
5
5
description : The type of device you want to start.
6
6
type : string
7
- default : " iPhone X "
7
+ default : " iPhone 11 "
8
8
background :
9
9
default : true
10
10
description : Should ios simulator boot in background?
Original file line number Diff line number Diff line change 91
91
name : build_ios_release
92
92
node_version : ' 12'
93
93
project_path : ios/Example.xcodeproj
94
- device : " iPhone X "
94
+ device : " iPhone 11 "
95
95
build_configuration : Release
96
96
scheme : Example
97
97
requires :
@@ -101,7 +101,7 @@ usage:
101
101
- rn/ios_build_and_test :
102
102
node_version : ' 12'
103
103
project_path : " ios/Example.xcodeproj"
104
- device : " iPhone X "
104
+ device : " iPhone 11 "
105
105
build_configuration : " Release"
106
106
scheme : " Example"
107
107
detox_configuration : " ios.sim.release"
Original file line number Diff line number Diff line change 62
62
- rn/ios_build :
63
63
name : build_ios_release
64
64
project_path : ios/Example.xcodeproj
65
- device : " iPhone X "
65
+ device : " iPhone 11 "
66
66
build_configuration : Release
67
67
scheme : Example
68
68
requires :
71
71
# Build and test the iOS app in release mode
72
72
- rn/ios_build_and_test :
73
73
project_path : " ios/Example.xcodeproj"
74
- device : " iPhone X "
74
+ device : " iPhone 11 "
75
75
build_configuration : " Release"
76
76
scheme : " Example"
77
77
detox_configuration : " ios.sim.release"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ parameters:
48
48
device :
49
49
description : The type of device you want to build for.
50
50
type : string
51
- default : " iPhone X "
51
+ default : " iPhone 11 "
52
52
scheme :
53
53
description : The scheme to use.
54
54
type : string
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ parameters:
52
52
device :
53
53
description : The type of device you want to build for.
54
54
type : string
55
- default : " iPhone X "
55
+ default : " iPhone 11 "
56
56
scheme :
57
57
description : The scheme to use.
58
58
type : string
You can’t perform that action at this time.
0 commit comments