I have a single set of source files. I want to build two slightly different executables.
One named appSingle and the other named appMulti. When building appSingle, I will define SINGLE and have some #if SINGLE code. When building appMulti, I will define MULTI and have some #if MULTI code. The problem is in the Info.plist. How do I manage that? MonoTouch insists on it being called Info.plist _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
