Patch: Enabled support for old devices (armv6)

Monkey Targets Forums/iOS/Patch: Enabled support for old devices (armv6)

michaelcontento(Posted 2012) [#1]
Currently Monkey generates projects that only targets the armv7 architecture and therefore excludes the iPhone 2G/3G and iPod 1G/2G (as those are armv6). Please see this Gist for a small patch.


therevills(Posted 2012) [#2]
I remember having to do this in the XCode project, since I was testing on a second gen iPod.

Good Job!

Do we have to enable this in code or will it just work its magic?


michaelcontento(Posted 2012) [#3]
It will just work like magic :)


benmc(Posted 2012) [#4]
Thanks, I wasn't sure how to change this in the Targets, have been making changes to all this stuff manually in XCode before testing.


Gary Leeds(Posted 2012) [#5]
when ios6 comes out and we all have to use xcode 4.5 you wont have to worry about second gen devices, support has been totally dropped for them :(