From d59c727d55965b4cdb81a9b8c6ffcb7f14b1a1c0 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Fri, 22 May 2026 11:57:05 +0200 Subject: [PATCH] ios: bump deployment target --- base/tools/make.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/tools/make.js b/base/tools/make.js index 68e8bbe6..65292b4c 100644 --- a/base/tools/make.js +++ b/base/tools/make.js @@ -1615,7 +1615,7 @@ class XCodeExporter extends Exporter { this.p('GCC_WARN_UNUSED_FUNCTION = YES;', 4); this.p('GCC_WARN_UNUSED_VARIABLE = YES;', 4); if (platform === 'ios') { - this.p('IPHONEOS_DEPLOYMENT_TARGET = 16.0;', 4); + this.p('IPHONEOS_DEPLOYMENT_TARGET = 18.0;', 4); } else { this.p('MACOSX_DEPLOYMENT_TARGET = 13.0;', 4);