Skin:
First, the command line switch should still work. Did you remember to use a single dash instead of double dashes? e.g.
./Corona\ Simulator.app/Contents/MacOS/Corona\ Simulator -project ~/Desktop/ModifiedExamples/SimplePool -skin NexusOne
Next, I just added a URL scheme to specify the skin. Check the next daily build. (probably 301).
Examples:
corona://open?url=file:///Applications/Corona.2011.301/SampleCode/GettingStarted/HelloWorld&skin=iPad
corona://open?url=file://~/Desktop/ModifiedExamples/SimplePool&skin=NexusOne
Quit:
Specifically, why do you need to quit? We need to be careful here. What if some day we add functionality that prompts the user to save their data? Also, the URL handlers will let you specify another project if Corona is already open.
Build:
As I said, this is something we are interested in for our own internal purposes. But it is a non-trivial amount of work so I don’t know if/when it will happen.
Terminal Feedback:
Specifically, what information do you need? As I said, we do not like the current system and will probably overhaul it in the future. I expect our changes to break anybody depending on the current system.
Also, I suspect with Scripting Bridge, we should be able to return values and information via the API.
Windows:
Windows is still a work in progress and the items discussed here are lower priority items for us. (Fair warning.)
[import]uid: 7563 topic_id: 6315 reply_id: 23347[/import]