Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@keepassxc.org>2022-10-23 13:26:47 +0300
committerJanek Bevendorff <janek@keepassxc.org>2022-10-23 15:48:27 +0300
commitacf1d6b1ac35986351ed3cebabb9cb51ce274052 (patch)
treecc90374154fc34d4cf7ba78ec7ae56b5cdd1b04e
parent2ac1e0ed49ba5427425c4b85fbd13ca7d95a7502 (diff)
Update minimum macOS deployment target to 10.15
Fixes compilation warnings about some macOS APIs not being available in 10.13.
-rwxr-xr-xrelease-tool2
1 files changed, 1 insertions, 1 deletions
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"
# -----------------------------------------------------------------------