I am working on a framework , I want to make a build of that which should work on both iphone-simulator and iphone-device(i386 and ARM Architecture).
So i need run script which will build framework for both iphone-simulator and iphone-device and combine binary of both to make universal framework.


