[MonoTouch] Supporting only Arm v7 builds for the Ipad

2011-08-15 Thread Jon Hopkins
Hi, Is there a way to target just Armv7 for IPad applications? There is no need to be backwards compatible in this Case, but I just see Armv6 + Armv7 which doubles the app size. Does this affect memory footprint size as well? Thanks, Jon ___

Re: [MonoTouch] Supporting only Arm v7 builds for the Ipad

2011-08-15 Thread Sebastien Pouliot
Yes. 1. right click your project, select Options menu 2. go to iPhone Build Options, select Avanced tab 3. click Use LLVM optimizinf compiler checkbox 4. select ARMv7 in the combobox 5. (optionallly) click Use Thumb-2... to get smaller binaries (at the expense of some performance). I do not

Re: [MonoTouch] Supporting only Arm v7 builds for the Ipad

2011-08-15 Thread Jon Hopkins
Yeah, cheers! Von: Jeff Stedfast [mailto:j...@xamarin.com] Gesendet: 15 August 2011 16:07 An: Jon Hopkins Cc: Sebastien Pouliot; monotouch@lists.ximian.com Betreff: Re: [MonoTouch] Supporting only Arm v7 builds for the Ipad Hi Jon, On the General tab, make sure to set the SDK