i am using Xcode 5 and developing a Application which will have deployment target "7.0" so do i need to add the Normal image and retina images both ... or i can just use the normal image naming convention with Double Resolution (Retina images).i mean can we avoid "@2x" from file name for all the application targeted only for the Retina devices.
For e.g.: suppose i have background image named with resolution of 640x960 so should i use "bg.png" or "bg@2x.png"?
FYI: i don't want to include normal resolution image because i am not targeting any non-retina devices
Any help will be Greatly appreciated , thanks in Advance!