Hi guys, I have to upgrade my app to iPhone 5 new display.
Reading this post: http://forums.adobe.com/thread/1073656?tstart=0 I understood that I need to compile my app using ADT.
Currently I'm using this code:
/Utils/adt.jar -package -target ipa-ad-hoc -storetype pkcs12 -keystore /Utils/cert.p12-storepass pasdasda32d -provisioning-profile /Utils/Test_On_Device.mobileprovision myApp.ipa myApp-app.xml -extdir /Utils/extDir myApp.swf /Utils/Default.png /Utils/Default-568h@2x.png
But Mac's terminal doesn't compile it... can you help me?