Skip to content

macOS: Create an app bundle

Thorbjørn Lindeijer requested to merge macos-bundle into master

Marked as Draft until this creates a distributable macOS bundle.

Identified open tasks:

  • Bundle name is "mana.app", but should be "Mana.app".
  • Make sure needed libraries are copied into the bundle. Currently only the executable is in the bundle.
  • Make sure needed resources are copied into the bundle. Currently client fails due to not finding the font file.

I'm also wondering whether we should be relying on Homebrew libs when compiling the app bundle, or whether we should instead use SDL2 as framework (and possibly other frameworks).

Closes #64 (closed)

Edited by Thorbjørn Lindeijer

Merge request reports