osx - Create a DMG Installable for Mac OS -


i have make dmg installable,

i able make normal installables have symbolic link application folder, , app file,

i create similar skype or mozilla, drag app icon application file , possibly copies file /library/application support folder.

i have done using shell script, site says here apple script come picture, couldn't figure out, how make use of it.

using installer

if not doing drag , drop install next common thing create installer script , have user click on rather running shell script or apple script directly.

the application create .pkg files mac installer application uses called packagemaker, see this question more information.

for more recent versions of xcode appears packagemaker not available more. this question discusses it's replacement, xcode "build , archive" target , using create component package. chosen answer discusses creating appropriate target in xcode , using build .pkg file installation.

drag , drop

an alternative instead use standard drag , drop install , create configuration files when application first run. believe firefox uses similar approach create profile user uses when first run application.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -