application = {

    content = {
    width = <%= @width %>,
    height = <%= @height %>,
            scale = "letterBox",
            fps = 30,

            --[[
    imageSuffix = {
                ["@2x"] = 2,
            }
            --]]
    },

--[[
-- Push notifications

notification =
{
    iphone =
    {
        types =
        {
            "badge", "sound", "alert", "newsstand"
        }
    }
}
--]]

}