Makefile-to-iOS-Framework is an open source tool which allows a programmer to compile a Makefile-based project for the following platforms:
· iOS Simulator (i386)
· iOS Devices (armv6 and armv7)
· iOS Framework (fat framework: i386, armv6 and armv7)
How to use Makefile-to-iOS-Framework:
· Copy the Canonical.Framework.tar and makeframework.sh files to the directory containing the makefile that you want to use
· Go to the directory containing the makefile and run makeframework.sh
Detailed instructions and an example on how to use the Makefile-to-iOS-Framework tool are available HERE.