Is there a method that would allow the creation of custom apple .pkg files that could be generated on the fly that is compatible with the new signing/notarization processes? Is there a recommended apple method?
Currently, I am able to change the post/preinstall scripts and repackage my pkg file with xar on linux.
With the new notarization process, I run into a couple of problems.
It takes quite a while to notarize a package.
I cannot run the notarization tools from linux and apple does not allow virtualized osx instances.