BackgroundMusic/pkg
Kyle Neideck d95b0d8b1a
Add a repackage option (-r) to package.sh.
It takes an expanded Background Music .pkg installer and repackages it
into a new .pkg installer. It's mainly useful for code signing, since
you have to expand the unsigned package, sign each of the bundles,
repackage it and then sign the new package.

Also, fix build_and_install.sh putting the BGMXPCHelper dSYMs in the
wrong archive.
2020-02-09 20:19:41 +11:00
..
Distribution.xml.template Add an archive option (-a) to build_and_install.sh. 2020-02-05 00:09:14 +11:00
pkgbuild.plist Never show warning dialog box in command-line pkg installs. 2017-06-13 23:18:10 +10:00
postinstall Add a repackage option (-r) to package.sh. 2020-02-09 20:19:41 +11:00
preinstall Never show warning dialog box in command-line pkg installs. 2017-06-13 23:18:10 +10:00
README.md Add a repackage option (-r) to package.sh. 2020-02-09 20:19:41 +11:00

Files used by package.sh, the script that creates the .pkg installer.