Command Line: Compiling for iOS4 using AIR 2.6


/ Published in: Bash
Save to your folder(s)

Adobe AIR 2.6 was just released and it includes a couple of new features for iOS such as camera, video, and keyboard support but for now, you'll need to compile using command-line ADT. Here's a simple example showing you how to compile in test-mode. Note: you'll only need to do this if you want to still use Flash Professional. If you choose Flash Builder or Flex Builder, there are tools available that make things easier.


Copy this code and paste it in your HTML
  1. chrisaiv$ /Location/to/AdobeAIRSDK_2.6/bin/adt -package -target ipa-test -provisioning-profile /Location/to/Provision.mobileprovision -storetype pkcs12 -keystore /Location/to/Certificates.p12 -keypass password NameOfApp.ipa ApplicationDescriptor-app.xml -C /Location/to/NameOfApp.swf Default.png Default@2x.png icons

URL: http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffe.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.