命令行:使用air2.6编译iOS4
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了命令行:使用air2.6编译iOS4相关的知识,希望对你有一定的参考价值。
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.
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
以上是关于命令行:使用air2.6编译iOS4的主要内容,如果未能解决你的问题,请参考以下文章