Skip to main content
Known Participant
March 9, 2015
Answered

ADT command line packaging - how to add an ANE?

  • March 9, 2015
  • 1 reply
  • 428 views

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!

This topic has been closed for replies.
Correct answer 4morrone

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

also don't forget to specify your -extdir

1 reply

4morroneCorrect answer
Inspiring
March 9, 2015

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

also don't forget to specify your -extdir

blogtomAuthor
Known Participant
March 10, 2015

Thanks mate!