I'm trying to package up a Mac OS X Native application with the following command:
`adt –package -storetype pkcs12 -keystore HelloWorld.p12 HelloWorld.xml`
However I get the error:
`unexpected argument –package`
What am I doing wrong? I'm expecting to create `HelloWorld.app` from the command... Can anyone help?