From 6803ac42bead4c4a29cdc82f2c036bfedd166ecb Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Fri, 13 Oct 2023 19:24:28 +0200 Subject: [PATCH] Update MacQetDeploy_arm64.sh Force MacOSX12.3.sdk --- misc/MacQetDeploy_arm64.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/MacQetDeploy_arm64.sh b/misc/MacQetDeploy_arm64.sh index 43f362f9e..b1b94bec2 100644 --- a/misc/MacQetDeploy_arm64.sh +++ b/misc/MacQetDeploy_arm64.sh @@ -16,6 +16,10 @@ # 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