When building/cross building for OSX, create an application bundle that
can run natively on OSX.
This is a first step toward generating an installer for OSX.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING27ea18e5ba99: [CMAKE] Build the OSX application bundle for bitcoin qt
rABC27ea18e5ba99: [CMAKE] Build the OSX application bundle for bitcoin qt
On OSX (or cross build):
ninja BitcoinABC-Qt
Check there is an app bundle (BitcoinABC-Qt.app) created under
src/qt.
Check on OSX that the bundle has the correct icon, details and can be
run.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/qt/CMakeLists.txt | ||
---|---|---|
306 ↗ | (On Diff #13681) | This needs to be prepossessed by cmake, and the result of the prepossessing passed down, no? |
src/qt/CMakeLists.txt | ||
---|---|---|
306 ↗ | (On Diff #13681) | This is done automatically by cmake. |