osx - How to include installer dependencies in dmg/pkg on mac -
i have mac application (eg. sample.pkg containing sample.app) along few pkg dependencies (eg. a.pkg , b.pkg ). whenever user runs dmg/product archive bundled these 3 packages, a.pkg , b.pkg has run first before sample.pkg installed. there way can specify dependency while packaging mac application, without need user manually check , install them in right order?
Comments
Post a Comment