Hello. First, thank you for open sourcing this repo. Your code and the accompanying blog article were incredibly helpful as Apple's own documentation on building installers is very lacking. To make it easier to create these, I've created a derivative work rewritten in python as a command line tool called applecrate. It can be installed via pipx install applecrate and used with any binaries, not just those created in python. It uses a template system to auto-generate all the necessary files but allows you to also add custom pre- and post-install scripts, etc. as well as generate the welcome and conclusion using Markdown.
Hello. First, thank you for open sourcing this repo. Your code and the accompanying blog article were incredibly helpful as Apple's own documentation on building installers is very lacking. To make it easier to create these, I've created a derivative work rewritten in python as a command line tool called applecrate. It can be installed via
pipx install applecrate
and used with any binaries, not just those created in python. It uses a template system to auto-generate all the necessary files but allows you to also add custom pre- and post-install scripts, etc. as well as generate the welcome and conclusion using Markdown.Thanks again for building and sharing this!