Update MacQetDeploy_arm64.sh

Force MacOSX12.3.sdk
This commit is contained in:
Laurent Trinques
2023-10-13 19:24:28 +02:00
committed by GitHub
parent 13b9ae55b9
commit 6803ac42be

View File

@@ -16,6 +16,10 @@
# along with QElectroTech. If not, see <http://www.gnu.org/licenses/>. # along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
# Need homebrew and coreutils installed see <http://brew.sh>. # Need homebrew and coreutils installed see <http://brew.sh>.
#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 # configuration
APPNAME='qelectrotech' APPNAME='qelectrotech'
BUNDLE=$APPNAME.app BUNDLE=$APPNAME.app