How to make simulator always open project as iPad?

Width=1024 and height=768 are stricly written in my config.lua
Why should the simulator always open it in the iPhone view?

Is there any way to make it to open the project in the iPad view and not to go to Window->View As->iPad every time I start the simulator? [import]uid: 13989 topic_id: 17229 reply_id: 317229[/import]

you can make a batch file that will start the simulator as an iPad target.

cheers,

?:slight_smile: [import]uid: 3826 topic_id: 17229 reply_id: 65020[/import]

Thanks for the advice!

I would really like the simulator to remember project’s view mode (or at least open itself in the last view mode regardless the project)

UPD: And build settings, too… )

UPD2: Maybe it should be done by adding special strings in the main.lua file of a project [import]uid: 13989 topic_id: 17229 reply_id: 65022[/import]

There’s an awesome Corona SDK bundle for TextMate that allows you to set a “default” simulator skin on a per-project basis, and it is awesome:

http://www.ludicroussoftware.com/corona-textmate-bundle/index.html

I’ve modified it a bit to suit my own needs, so that’s another plus… this very thing, along with superior syntax highlighting is what really caused me to switch from BBEdit to Textmate. [import]uid: 52430 topic_id: 17229 reply_id: 65172[/import]