Top "Productbuild" questions

Utility to build a product archive (pkg file).

Making macOS Installer Packages which are Developer ID ready

Note: This is for OS X Installer packages only, packages for submission to the Mac App Store follow different rules. …

xcode packagemaker pkgbuild productbuild
Running postflight script when installing a package on Mac

I am trying to build a mac package installer from a script and I want to run postinstall and postflight …

macos installation packagemaker productbuild pkgbuild
OSX .pkg installer sometimes does not install .app file

My Java application has a launcher which is a .app and a helper app which is bundled with it. I …

macos installation productbuild pkgbuild
Mac app store productbuild

Apple's document on submitting an app to the Mac App store contains this example use of the command productbuild, from …

macos installation package mac-app-store productbuild
mac: How to add a License.txt to a pkg built with productbuild using --component option?

We currently build our mac installer as a pkg file using productbuild --component (as per the following post: Mac app …

macos installation licensing productbuild