From cc5cc81328ef5adabde0a7f0f433e3aa18bfd175 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Fri, 22 May 2026 11:57:17 +0200 Subject: [PATCH] macos: 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 65292b4c..79de8cb9 100644 --- a/base/tools/make.js +++ b/base/tools/make.js @@ -1618,7 +1618,7 @@ class XCodeExporter extends Exporter { this.p('IPHONEOS_DEPLOYMENT_TARGET = 18.0;', 4); } else { - this.p('MACOSX_DEPLOYMENT_TARGET = 13.0;', 4); + this.p('MACOSX_DEPLOYMENT_TARGET = 14.0;', 4); } this.p('MTL_ENABLE_DEBUG_INFO = NO;', 4); this.p('ONLY_ACTIVE_ARCH = YES;', 4);