GUI program on Mac OS in D?

Guillaume Piolat first.last at gmail.com
Thu Dec 7 12:18:21 UTC 2017


On Wednesday, 6 December 2017 at 16:50:10 UTC, mrphobby wrote:
>
> Also, is there any support for creating macOS application 
> bundles?
>
> [1] https://dlang.org/spec/objc_interface.html
> [2] https://wiki.dlang.org/DIP43

You can easily make a DUB frontend to do that, for example 
https://github.com/AuburnSounds/Dplug/tree/master/tools/dplug-build

(you'll find some code that generates Mac bundles in there, with 
pretty minimal Info.plist)


More information about the Digitalmars-d-learn mailing list