Commit e2bb198
committed
ci: Update of iOS model to 13 (#3611)
This PR aims to address iOS test failures on trunk that are happening
because iOS min version was bumped to 15.0 where **SE** model that we
were using is supporting 13.6.1 as per documentation.
To address this we will update the model to **13** which supports 16.6
so minimum spec will be satisfied and we will use newer device
Additionally this requires to address an issue of:
> Automatic UI interruption handling is available for iPhones running
iOS 15 and above (models SE-Gen3 and 13). It is enabled by default when
using those devices. Otherwise, system alerts (e.g. “Local Network
Access” permission alert, introduced in iOS 14) might cause disruptions
during test execution.
>
> If building of the test app is done on a separate (“Build”) job,
please make sure that that job has environment variable
UNITY_HANDLEUIINTERRUPTIONS set to 1.
N/A
Added mention in CI comments
Green CI for iOS test for trunk will be enough
Will do1 parent a81b415 commit e2bb198
2 files changed
+16
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
99 | | - | |
| 104 | + | |
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments