aboutsummaryrefslogtreecommitdiff
path: root/infra/specs/variants.pyl
diff options
context:
space:
mode:
Diffstat (limited to 'infra/specs/variants.pyl')
-rw-r--r--infra/specs/variants.pyl15
1 files changed, 3 insertions, 12 deletions
diff --git a/infra/specs/variants.pyl b/infra/specs/variants.pyl
index cf050c671e..e764f698e3 100644
--- a/infra/specs/variants.pyl
+++ b/infra/specs/variants.pyl
@@ -15,10 +15,7 @@
'14.5',
],
'identifier': 'iPhone X 14.5',
- 'mixins': [
- 'xcode_13_main',
- 'ios_runtime_cache_14_5',
- ],
+ 'mixins': ['xcode_13_main', 'ios_runtime_cache_14_5'],
},
'SIM_IPHONE_X_15_5': {
'args': [
@@ -28,10 +25,7 @@
'15.5',
],
'identifier': 'iPhone X 15.5',
- 'mixins': [
- 'xcode_14_main',
- 'ios_runtime_cache_15_5',
- ],
+ 'mixins': ['xcode_14_main', 'ios_runtime_cache_15_5'],
},
'SIM_IPHONE_X_16_2': {
'args': [
@@ -41,9 +35,6 @@
'16.2',
],
'identifier': 'iPhone X 16.2',
- 'mixins': [
- 'xcode_14_main',
- 'ios_runtime_cache_16_2',
- ],
+ 'mixins': ['xcode_14_main', 'ios_runtime_cache_16_2'],
},
}