Increase iOS deployment target from 12 to 14.

Change-Id: I9e2eccc245ff7f168152fc628ac12f3517b16501
Bug: None
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/357741
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Peter Hanspers <peterhanspers@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42680}
This commit is contained in:
Jeremy Leconte 2024-07-23 15:07:35 +02:00 committed by WebRTC LUCI CQ
parent 5079e8a30a
commit 9b81d2c954
2 changed files with 3 additions and 3 deletions

2
.gn
View File

@ -52,7 +52,7 @@ default_args = {
mac_sdk_min = "10.12"
ios_deployment_target = "12.0"
ios_deployment_target = "14.0"
# The SDK API level, in contrast, is set by build/android/AndroidManifest.xml.
android32_ndk_api_level = 21

View File

@ -40,8 +40,8 @@ DEFAULT_ARCHS = [
'device:arm64', 'simulator:arm64', 'simulator:x64'
]
IOS_MINIMUM_DEPLOYMENT_TARGET = {
'device': '12.0',
'simulator': '12.0',
'device': '14.0',
'simulator': '14.0',
'catalyst': '14.0'
}
LIBVPX_BUILD_VP9 = False