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