Skip to main content
Known Participant
August 23, 2011
Question

Command Line iPhone 2.7

  • August 23, 2011
  • 1 reply
  • 426 views

How do I use command line to compile a release ipa for iPhone?

This topic has been closed for replies.

1 reply

relaxatraja
Inspiring
August 24, 2011

C:\AdobeAIRSDK\bin\adt.bat -package -target ipa-test -storetype pkcs12 -keystore [KEYFILE].p12 -storepass [KEY PASSWORD] -provisioning-profile [MOBILE PROVISION FILE].mobileprovision [IPA NAME].ipa [XML FILE NAME].xml [SWF FILE NAME].swf Icon_29.png Icon_48.png Icon_57.png Icon_72.png Icon_512.png Default-Landscape.png Default-Portrait.png Default-PortraitUpsideDown.png Default-PortraitLandscapeLeft.png Default-PortraitLandscapeRight.png

OS package targets:

  • ipa-ad-hoc — an iOS package for ad hoc distribution.

  • ipa-app-store — an iOS package for Apple App store distribution.

  • ipa-debug — an iOS package with extra debugging information. (The SWF files in the application must also be compiled with debugging support.)

  • ipa-test — an iOS package compiled without optimization or debugging information.

  • ipa-debug-interpreter — functionally equivalent to a debug package, but compiles more quickly. However, the ActionScript bytecode is interpreted and not translated to machine code. As a result, code execution is slower in an interpreter package.

  • ipa-test-interpreter — functionally equivalent to a test package, but compiles more quickly. However, the ActionScript bytecode is interpreted and not translated to machine code. As a result, code execution is slower in an interpreter package.