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@jbev.net>2022-10-23 15:47:22 +0300
commita81819914d9b974dd6ee041645c2c465f7234b3f (patch)
treeeb88c22fb4025bae22561631a1342bedf889ab1f
parent93fedd0fff925775252873cc8ac1464fa13888b1 (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"
# -----------------------------------------------------------------------