【问题标题】:Adobe AIR 3.0 - Creating Captive Runtime .APP file using ADTAdobe AIR 3.0 - 使用 ADT 创建 Captive Runtime .APP 文件
【发布时间】:2011-12-12 21:54:52
【问题描述】:

谁能告诉我如何使用 AIR3.0 强制运行时创建 .APP 文件?

到目前为止,我有以下内容:

adt -package pkcs12 -keystore MyPersonalCertificate.p12 -target bundle pkcs12 -keystore CertFromAppleWebsite.p12 CellImaging.app Protocols_Large-app.xml ./xml Protocols_Large.swf ./Category_Icons ./AppIconsForPublish

Andrew Trice 在这里谈到它:http://www.tricedesigns.com/2011/08/10/air-3-0-captive-runtime/

到目前为止,我收到以下错误:

从描述符和文件集打包所需的签名选项

最终,我打算将它放入 Mac App Store,但首先我必须创建 .app 文件!

谢谢!

【问题讨论】:

    标签: air adobe runtime adt


    【解决方案1】:

    你忘记了“-storetype”:

    adt -package -storetype pkcs12 -keystore MyPersonalCertificate.p12 -target bundle pkcs12 -keystore CertFromAppleWebsite.p12 CellImaging.app Protocols_Large-app.xml ./xml Protocols_Large.swf ./Category_Icons ./AppIconsForPublish
    

    请注意,排序很重要: http://www.andymoore.ca/2013/06/adobe-air-error-on-exe-bundle-package/

    【讨论】:

      【解决方案2】:

      如果您没有找到解决问题的方法,我就是这样做的。

      创建一个签名的发布构建(air)文件,然后在终端中运行以下命令:

      [path to the sdk]/bin/adt -package -target bundle [choose a path and filename where your bundled application is saved] [path to the air file]

      【讨论】:

      • 非常感谢您的回复——不,这个过程已经停止,似乎没有人能够将 AIR 应用程序放入 Mac App Store。我无法使用 Apple 证书对 .AIRI 文件进行签名,并且 Mac App Store 不允许使用自签名应用程序。更多信息:[stackoverflow.com/questions/7815115/…
      • 不过,我刚刚注意到 Zinc 包含一个将应用程序导入 Mac App Store 的过程。但是,我不熟悉它。
      猜你喜欢
      • 2011-12-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-04-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多