I have built shared library on MAC OS for i386 and x86_64 platforms, which depends on Qt 4.8.X framework.Official distribution of 4.8.X does not support i386 architecture, so I have built Qt from sources for both platforms. I need to distribute this custom build of framework as separate part in the dmg file.I found an article how to distribute frameworks in application bundle, but i am not sure it it is the right way. Please can you help me , how can I do it ?