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