You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds MACOS_UNIVERSAL / --universal: qmake builds both slices via
QMAKE_APPLE_DEVICE_ARCHS, the Go CLI tools are built per-arch and merged
with lipo (Go cannot emit a universal binary), and the DMG/zip are named
-macos-universal. Requires a universal Qt - the official Qt 6.2+
archives are universal, Homebrew bottles are not - and the build fails
early with a clear message otherwise.
A single universal DMG also removes the auto-updater trap where Apple
Silicon users are offered an Intel-only build as an update.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments