Add GitHub Actions workflow for macOS Universal DMG builds - #116
Open
alessandro-satanassi wants to merge 1 commit into
Open
Add GitHub Actions workflow for macOS Universal DMG builds#116alessandro-satanassi wants to merge 1 commit into
alessandro-satanassi wants to merge 1 commit into
Conversation
Implements Universal Binary (arm64;x86_64) compilation and DMG packaging using Qt 6.9.2.
Member
|
Pinging @samuelballantyne to verify this on their end - I do not have an Apple device to test this on. |
Contributor
|
Hi @SeongGino / @alessandro-satanassi, tested this on my Mac Mini M4 running the latest MacOS Tahoe, and everything is working perfectly. Nice work! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a dedicated automated workflow to generate native macOS artifacts.
Implements Universal Binary (arm64;x86_64) compilation and DMG packaging using Qt 6.9.2.
I specifically selected Qt 6.9.2 because version 6.8.3 caused severe compilation and linking issues on macOS (due to deprecated Apple SDK frameworks in recent Xcode environments). Version 6.9.2 resolves these cleanly.
Please note that I utilized AI assistance to help draft and refine this CI workflow. However, the entire code and logic have been personally reviewed, verified, and thoroughly tested by me to ensure full compatibility and strict adherence to the project's standards.