Hello,
I am working on some further automation for creating mobile applications and would need more flexibility how to use the Titanium Mobile tooling/SDK.
Is it possible to create projects (mobile) from the command line? I was able to use the following to create a skeleton project:
./project.py TestApp com.test /tmp/appcel iphoneBut after import into Titanium Developer (and manually creating a manifest) it does not run in the emulator ... as the created project seems to be incomplete.
Would it be also possible to run the emulator and do the other necessary tasks from a command line interface (script)?
Maybe there is a documentation for the SDK which I can't find?
Thanks in advance for your help, ~Wolfgang