diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /third_party/libwebrtc/infra/specs/variants.pyl | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libwebrtc/infra/specs/variants.pyl')
-rw-r--r-- | third_party/libwebrtc/infra/specs/variants.pyl | 26 |
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'], }, } |