What are the complete set of steps to fully build a Monotouch app bundle from the command line?
I'd like to know what the complete set of steps is to build a MonoTouch C# app consisting of the main application assembly containing xib files and a set of library assemblies that also possibly contain xib files. We're trying to automate these steps via a proper MSBuild script (which MonoTouch has yet to support) for various reasons which I won't go into, to focus on the question here. So far, here's what I've come up with: 1) Compile each assembly using smcs, e.g. /Developer/MonoTouch/usr/bin/smcs /noconfig "/out:/Users/bright/src/MonoTouchAppWithLib/AppLib/bin/Debug/AppLib.dll "/r: