On Mon, Mar 19, 2012 at 3:00 PM, René Ruppert <[email protected]> wrote: > I agree 100%. Switching between different version of Monotouch would be > awesome. I have to support the current version of our app using 5.2.5 but > want to continue development for the next release on 5.2.9. > Currently I have to install 5.2.5, make the patched version, then update > again to 5.2.9.
You can cheat* and rename your /Developer/MonoTouch to something else, e.g. /Developer/MonoTouch-5.2.5/ then install 5.2.9 in /Developer/MonoTouch Simply rename them when you need to switch between them. Sebastien * consider this hack as unsupported as we cannot predict future changes to MonoTouch or other tools (e.g. xcode 4.3 changing directories) that could break this. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
