0

Is there a more or less official way for Gtk+ applications to create regular OS X .app with all needed resources and libraries, placed in correct way?

Kyrylo Polezhaiev
  • 1,626
  • 11
  • 18

2 Answers2

1

Pretty much everyone does their own thing. Check out the outdated (read: not really maintained) bockbuild, as well as the build scripts that gedit uses for building .dmg.

https://github.com/mono/bockbuild https://git.gnome.org/browse/gedit/tree/osx

This is something I'd love to see migrated to a configure/automake addition with dmg targets.

0

the easiest way to deploy a GTK based app on macOS:

How to deploy GTK based app on Mac OS X?

You should read it.

Andy Tao
  • 313
  • 2
  • 7