RejectedSoftware Forums

Sign up

Building Packaged Apps on Mac OS X

What workflow is there to build packaged apps on Mac OS X, such that I can bundle frameworks with my exe in a .app package?

I could write a shell script to generate one, but I would love to only rely on dub for my build pipeline.

-Evan Davis

Re: Building Packaged Apps on Mac OS X

Am 13.05.2014 07:37, schrieb Evan Davis:

What workflow is there to build packaged apps on Mac OS X, such that I can bundle frameworks with my exe in a .app package?

I could write a shell script to generate one, but I would love to only rely on dub for my build pipeline.

-Evan Davis

Right now, there is no way around making a shell script, but you can at
least invoke it using a "postBuildCommands" entry. I'd also like to
add direct packaging support, but the details, for example resource and
dependency handling, need to be worked out.