Open
Conversation
Add macOS platform support with .app bundle packaging, build script, and documentation. All changes are additive and do not affect existing Windows or Linux build paths.
Owner
|
Hello @nashsu. I can't test application on Apple Silicon, so you must add github workflow to build app bundle. Use current workflows as example. |
Add GitHub Actions workflow for building macOS DMG package with Qt6 using aqtinstall and macdeployqt.
- Bump version from 1.12.0 to 1.13.0 for macOS platform support - Add GitHub Actions workflow for building macOS DMG - Update README version references
Author
|
hi @sanny32, I just added github workflow and tested it on Apple Silicon. |
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.
Summary
.appbundle packagingqhelpgeneratordiscovery for Homebrew Qt layoutChanges
src/CMakeLists.txt— addAPPLEbranch for bundle, icon, Info.plist, install rules; improve qhelpgenerator search pathssrc/dialogs/dialogabout.cpp— addQ_OS_MACblock for platform infosrc/omodsim.plist.in— new Info.plist templatesrc/res/omodsim.icns— new macOS icon (generated from existing PNGs)docs/icons/logo_apple.svg— Apple logo for READMEbuild-macos.sh— new macOS build scriptREADME.md— add macOS building section and supported OS entryTest plan
.appbundle