Universal Build or Application [HD]

Would you create an application that runs on iPad/iPhone
or create application in HD just for iPad and one thats
for iphone and (x2 zoom) on iPad?

And if you go with universal build whats the best
way to implement this? I always went with
480 , 320, letterbox method but that looks
horrible on iPad so either release HD app
or change to a universal build ! [import]uid: 30314 topic_id: 16410 reply_id: 316410[/import]

have you tried this setting:
application =
{
content =
{
width = 320,
height = 480,
scale = “letterbox”,
– fps = 30, – optional
– antialias = true, – optional
imageSuffix =
{
["@2x"] = 1.8,

},
},
} [import]uid: 71085 topic_id: 16410 reply_id: 71541[/import]

Let me try this!!

Thanks [import]uid: 28716 topic_id: 16410 reply_id: 73527[/import]