Any advice on what tools people are using to create installer packages for macOS ?
The good bad & ugly would be helpful
Thanks !
Any advice on what tools people are using to create installer packages for macOS ?
The good bad & ugly would be helpful
Thanks !
The people I trust with disk image creation have a Package Builder app
(I have not used it. Though it will be my first stop if ever asked to make one.)
when I was on Mac I’ve used DMG Canvas
I use DMG Canvas, which supports an automated workflow with AppWrapper. AppWrapper itself can also create .pkg installers (and notarize them), even with an option to take a single Universal build
and split it into separate Intel and AS packages.
We’re using Packages:
Configure once with UI, then use the command line tools for build automation.
I’m also using Packages. It’s a really useful tool.