How to emit an OSX console application from AIR export release build?
If i run the EXPORT RELEASE BUILD in flash builder, i end up getting a file with an .app suffix.
I can go to the command line and run that by doing open myapp.app which launches it.
My question is this, what if i want to make a headless app, that doesn't open a window (by changing the xml parameters to not open a window at the start), but how do it get that app to run. If i go to the OSX command line and say the file name ./myapp.app it won't run it.
So i take it there is a difference between a file of .app and a command line program. How does one create using AIR a command line type of app? is it even possible to mark an .app to be "console style". I notice that in XCODE you can select a command line project, surely someone must have wrestled with this before.
thanks in advance
