From a81819914d9b974dd6ee041645c2c465f7234b3f Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Sun, 23 Oct 2022 12:26:47 +0200 Subject: Update minimum macOS deployment target to 10.15 Fixes compilation warnings about some macOS APIs not being available in 10.13. --- release-tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-tool b/release-tool index 9e1a95784..026c2ce63 100755 --- a/release-tool +++ b/release-tool @@ -51,7 +51,7 @@ BUILD_PLUGINS="all" INSTALL_PREFIX="/usr/local" ORIG_BRANCH="" ORIG_CWD="$(pwd)" -MACOSX_DEPLOYMENT_TARGET=10.13 +MACOSX_DEPLOYMENT_TARGET=10.15 TIMESTAMP_SERVER="http://timestamp.sectigo.com" # ----------------------------------------------------------------------- -- cgit v1.2.3