variants.pyl (802B)
1 # Copyright (c) 2022 The WebRTC project authors. All Rights Reserved. 2 # 3 # Use of this source code is governed by a BSD-style license 4 # that can be found in the LICENSE file in the root of the source 5 # tree. An additional intellectual property rights grant can be found 6 # in the file PATENTS. All contributing project authors may 7 # be found in the AUTHORS file in the root of the source tree. 8 9 { 10 'SIM_IPHONE_14_17_5': { 11 'args': [ 12 '--platform', 13 'iPhone 14', 14 '--version', 15 '17.5', 16 ], 17 'identifier': 'iPhone 14 17.5', 18 'mixins': ['ios_runtime_cache_17_5'], 19 }, 20 'SIM_IPHONE_15_18_2': { 21 'args': [ 22 '--platform', 23 'iPhone 15', 24 '--version', 25 '18.2', 26 ], 27 'identifier': 'iPhone 15 18.2', 28 'mixins': ['ios_runtime_cache_18_2'], 29 }, 30 }