From b068acc048223a0380686d3f3f76e971b900c046 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 12 May 2025 15:43:26 +0200 Subject: [PATCH] [waf] bump minimum macosx version to 16.4 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index a0979c81..9bbb44c6 100644 --- a/wscript +++ b/wscript @@ -259,7 +259,7 @@ def configure(ctx): color = 'YELLOW') if target_platform in [ 'ios', 'iosimulator', 'watchos', 'watchsimulator' ]: - MINSDKVER="6.1" + MINSDKVER="16.4" xcodeslct_output = subprocess.check_output (['xcode-select', '--print-path']) XCODEPATH = xcodeslct_output.decode(sys.stdout.encoding).strip() if target_platform == 'ios': -- 2.11.0