summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/infra/specs/variants.pyl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /third_party/libwebrtc/infra/specs/variants.pyl
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--third_party/libwebrtc/infra/specs/variants.pyl26
1 files changed, 13 insertions, 13 deletions
diff --git a/third_party/libwebrtc/infra/specs/variants.pyl b/third_party/libwebrtc/infra/specs/variants.pyl
index e764f698e3..c97bdc5468 100644
--- a/third_party/libwebrtc/infra/specs/variants.pyl
+++ b/third_party/libwebrtc/infra/specs/variants.pyl
@@ -7,34 +7,34 @@
# be found in the AUTHORS file in the root of the source tree.
{
- 'SIM_IPHONE_X_14_5': {
+ 'SIM_IPHONE_X_15_5': {
'args': [
'--platform',
'iPhone X',
'--version',
- '14.5',
+ '15.5',
],
- 'identifier': 'iPhone X 14.5',
- 'mixins': ['xcode_13_main', 'ios_runtime_cache_14_5'],
+ 'identifier': 'iPhone X 15.5',
+ 'mixins': ['xcode_15_main', 'ios_runtime_cache_15_5'],
},
- 'SIM_IPHONE_X_15_5': {
+ 'SIM_IPHONE_X_16_4': {
'args': [
'--platform',
'iPhone X',
'--version',
- '15.5',
+ '16.4',
],
- 'identifier': 'iPhone X 15.5',
- 'mixins': ['xcode_14_main', 'ios_runtime_cache_15_5'],
+ 'identifier': 'iPhone X 16.4',
+ 'mixins': ['xcode_15_main', 'ios_runtime_cache_16_4'],
},
- 'SIM_IPHONE_X_16_2': {
+ 'SIM_IPHONE_14_17_0': {
'args': [
'--platform',
- 'iPhone X',
+ 'iPhone 14',
'--version',
- '16.2',
+ '17.0',
],
- 'identifier': 'iPhone X 16.2',
- 'mixins': ['xcode_14_main', 'ios_runtime_cache_16_2'],
+ 'identifier': 'iPhone 14 17.0',
+ 'mixins': ['xcode_15_main', 'ios_runtime_cache_17_0'],
},
}