• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

ADT command line packaging - how to add an ANE?

Explorer ,
Mar 09, 2015 Mar 09, 2015

Copy link to clipboard

Copied

Hi,

I need to compile an iOS app from the command line.

How to add an ANE to a command line packaging?

This is what I have so far:

./adt -package -target ipa-app-store -storetype pkcs12 -keystore iOS7.p12 -provisioning-profile Foo_DragDrop_iPad.mobileprovision Foo_iPad.ipa Foo_iPad-app.xml Foo_iPad.swf FooIcon29.png FooIcon40.png FooIcon48.png FooIcon50.png FooIcon57.png FooIcon58.png FooIcon72.png FooIcon76.png FooIcon80.png FooIcon100.png FooIcon114.png FooIcon120.png FooIcon128.png FooIcon144.png FooIcon152.png FooIcon512.png FooIcon1024.png Default-Landscape.png

I hope somebody can help me!

TOPICS
Development

Views

287

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Mar 09, 2015 Mar 09, 2015

‌jjust include it at the end of your line. aneFileName.ane

also don't forget to specify your -extdir

Votes

Translate

Translate
Explorer ,
Mar 09, 2015 Mar 09, 2015

Copy link to clipboard

Copied

‌jjust include it at the end of your line. aneFileName.ane

also don't forget to specify your -extdir

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 10, 2015 Mar 10, 2015

Copy link to clipboard

Copied

LATEST

Thanks mate!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines