I'm currently building my first Mac application and I'm a little confused by the delivery process. I've quickly read through the Software Delivery Guide but it seems to imply that if I have several components in my app, I should use a managed install. My application is very simple but it does rely on VVOpenSource frameworks, so when I build my app, beside my .app package, I have 3 .framework directories. I would like to make the installation as simple as possible so a manual install from a DMG would be awesome.
Is there anyway I can package my application in a DMG anyway?