How to mount .dmg file using command line
1 | hdiutil attach ./file.dmg |
for detach image use
1 | hdiutil detach /Volumes/SomeVolume |
How to execute application in .pkg
1 | open app.pkg |
Notes and comments from ORM Designer development
1 | hdiutil attach ./file.dmg |
for detach image use
1 | hdiutil detach /Volumes/SomeVolume |
1 | open app.pkg |
Leave a Reply