Top "Pkgbuild" questions

Build utility for OSX and iOS installer components.

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
How to create a dmg file for a .app for mac.?

I am a developer of iOS, and developed a mac app. Now I want to distribute my app so that …

macos cocoa dmg pkgbuild
Editing plist file using shell script

I have used pkgbuild to create a default Component Property List file. The file looks like: <?xml version="1.0" encoding="…

macos shell scripting plist pkgbuild
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
How do you specify a default install location to $HOME with pkgbuild?

I'm in the process of porting our installer from PackageMaker to pkgbuild and am trying to make the default install …

macos installation 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