UIRequiredDeviceCapabilities
I used Flash CS 5.0 to develop iPhone games with my grade 10 programming class last year.
The school board gave us a set of old 2nd Gen iPod Touches to do it on and it worked great.
This year we upgraded to CS 5.5.
We can no longer load the programs on 2nd Gen iPods.
When I dug into it, it seems that the new Flash is adding the following into the Info.plist:
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
<string>opengles-2</string>
</array>
2nd Gen iPods do not have this ability.
I tried removing the line but then I get a code signing error.
I was wondering if anyone has a solution?
Thanks
