Re: iOS:targeting iOS3 through iOS6

2012-09-23 Thread Rick Mann
On Sep 22, 2012, at 6:14 , davel...@mac.com wrote: I think the previous post about needing to use lipo is correct. Xcode 4.5 does not seem to support building for armv6. Ah! That's what I get for not reading the whole thread. Interestingly, I just went through getting armv7 and i386 all

Re: iOS:targeting iOS3 through iOS6

2012-09-22 Thread davelist
On Sep 21, 2012, at 11:31 PM, Rick Mann rm...@latencyzero.com wrote: On Sep 21, 2012, at 12:29 , Igor Elland igor.ell...@me.com wrote: 1. Is this correct? If not, how do I target old and new devices? No. Set the deployment target to 3.0. You'll have to take care not to use any new

iOS:targeting iOS3 through iOS6

2012-09-21 Thread John Michael Zorko
Hello, all … The iPhone5 and iOS6 is out now, so a client wants me to update the apps i've done for them. The thing is, they still have users on first-generation devices and iPhone 3Gs, so I need to make sure the apps still work there, while also taking advantage of the larger display of the

Re: iOS:targeting iOS3 through iOS6

2012-09-21 Thread Igor Elland
From my experience that's correct. Apple don't want you to support old hardware so they don't facilitate. When you update Xcode it even deleted old versions if it can find. Also new Xcode doesn't support compiling for pre armv7 (if I'm not mistaken here) meaning only 3GS and newer (iPad one is

Re: iOS:targeting iOS3 through iOS6

2012-09-21 Thread Rick Mann
On Sep 21, 2012, at 12:29 , Igor Elland igor.ell...@me.com wrote: 1. Is this correct? If not, how do I target old and new devices? No. Set the deployment target to 3.0. You'll have to take care not to use any new APIs, though. Apple doesn't provide an easy way to ensure you're not doing