- var splashSizes:Array<SplashSize> = [
- { name: "Default.png", w: 320, h: 480 }, // iPhone, portrait
- { name: "[email protected]", w: 640, h: 960 }, // iPhone Retina, portrait
- { name: "[email protected]", w: 640, h: 1136 }, // iPhone 5, portrait
- { name: "Default-Portrait.png", w: 768, h: 1024 }, // iPad, portrait
- { name: "Default-Landscape.png", w: 1024, h: 768 }, // iPad, landscape
- { name: "[email protected]", w: 1536, h: 2048 }, // iPad Retina, portrait
- { name: "[email protected]", w: 2048, h: 1536 }, // iPad Retina, landscape
- { name: "[email protected]", w: 750, h: 1334 }, // iPhone 6, portrait
- { name: "[email protected]", w: 1242, h: 2208 }, // iPhone 6 Plus, portrait
- { name: "[email protected]", w: 2208, h: 1242 }, // iPhone 6 Plus, landscape
- ];