Setting Deployment target for iOS mobile AIR apps
I can't seem to find an "easy" way to set the deployment target of my Adobe Air mobile project. The key/value pair I want to add to my info.plist file is:
<key>MinimumOSVersion</key>
<string>4.3</string>
This will set the minimum iOS version of my app to 4.3.
When I try and manually add this key/value pair to my app descriptor file, in the <InfoAdditions> area, I get the following error:
"error 105: application.iPhone.InfoAdditions contains an invalid value"
So I'm figuring that FlashBuilder is already setting the value for "MinimumOSVersion". However, I can't find anywhere in FB to set the value myself.
I DID find instructions on how to disassemble the .ipa file, find the .plist file and change it, then reconstruct the .ipa, here:
http://forums.adobe.com/message/3672550#3672550
However, I paid pretty decent money for this FlashBuilder IDE, and I'm really surprised/disappointed this isn't something that can be done in the app descriptor file.
Can someone from Adobe please confirm if this is true? Is there ANY way to set this value manually in FlashBuilder?
