From 7a222dc2077ddb8b9afe88822bbefef836b65d79 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Fri, 13 Oct 2023 19:33:18 +0200 Subject: [PATCH] Update MacQetDeploy.sh --- misc/MacQetDeploy.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/misc/MacQetDeploy.sh b/misc/MacQetDeploy.sh index 21ba1da1b..17585ec09 100644 --- a/misc/MacQetDeploy.sh +++ b/misc/MacQetDeploy.sh @@ -16,6 +16,12 @@ # along with QElectroTech. If not, see . # Need homebrew and coreutils installed see . + +#Force MacOSX12.3.sdk +#see: https://www.downtowndougbrown.com/2023/08/how-to-create-a-qt-5-arm-intel-universal-binary-for-mac/ + +export DEVELOPER_DIR=/Applications/Xcode_14.01.app/Contents/Developer + # configuration APPNAME='qelectrotech' BUNDLE=$APPNAME.app