Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build MacOS executables as application bundles #230

Merged
merged 3 commits into from
Nov 22, 2023
Merged

Conversation

ltoenning
Copy link
Contributor

With application bundles, the executables are directly executed as GUI application (without terminal) and contain metadata like the icon file or the possibility to request microphone permission.

For now, I hardcoded all values in the Info.plist files. In the future we can might utilize the automatic generation with CMake [1]. But this requires a non-default template because this does not support NSMicrophoneUsageDescription and other keys out of the box.

[1] https://cmake.org/cmake/help/latest/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.html

@ltoenning ltoenning requested a review from oktal3700 November 22, 2023 07:12
@ltoenning ltoenning self-assigned this Nov 22, 2023
@ltoenning ltoenning merged commit 662ae09 into main Nov 22, 2023
@ltoenning ltoenning deleted the macos_bundle branch November 22, 2023 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants