Created
March 11, 2015 18:04
-
-
Save agmcleod/1016a6466c9d7951cd78 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<platform name="ios"> | |
<!-- iOS 8.0+ --> | |
<!-- iPhone 6 Plus --> | |
<icon src="res/ios/[email protected]" width="180" height="180" /> | |
<!-- iOS 7.0+ --> | |
<!-- iPhone / iPod Touch --> | |
<icon src="res/ios/Icon-60.png" width="60" height="60" /> | |
<icon src="res/ios/[email protected]" width="120" height="120" /> | |
<!-- iPad --> | |
<icon src="res/ios/Icon-76.png" width="76" height="76" /> | |
<icon src="res/ios/[email protected]" width="152" height="152" /> | |
<icon src="res/ios/Icon-72.png" width="72" height="72" /> | |
<icon src="res/ios/[email protected]" width="144" height="144" /> | |
<icon src="res/ios/Icon.png" width="57" height="57" /> | |
<icon src="res/ios/[email protected]" width="114" height="114" /> | |
<!-- iOS 6.1 --> | |
<!-- Spotlight Icon --> | |
<icon src="res/ios/Icon-40.png" width="40" height="40" /> | |
<icon src="res/ios/[email protected]" width="80" height="80" /> | |
<!-- iPhone Spotlight and Settings Icon --> | |
<icon src="res/ios/Icon-small.png" width="29" height="29" /> | |
<icon src="res/ios/[email protected]" width="58" height="58" /> | |
<!-- iPad Spotlight and Settings Icon --> | |
<icon src="res/ios/Icon-50.png" width="50" height="50" /> | |
<icon src="res/ios/[email protected]" width="100" height="100" /> | |
<splash src="res/screen/ios/[email protected]" width="1536" height="2048" /> | |
<splash src="res/screen/ios/Splash-750x1334.png" width="750" height="1334" /> | |
<splash src="res/screen/ios/Splash-1334x750.png" width="1334" height="750" /> | |
<splash src="res/screen/ios/[email protected]" width="640" height="960" /> | |
<splash src="res/screen/ios/[email protected]" width="640" height="1136" /> | |
<splash src="res/screen/ios/[email protected]" width="1242" height="2208" /> | |
<splash src="res/screen/ios/[email protected]" width="2048" height="1536" /> | |
<splash src="res/screen/ios/[email protected]" width="960" height="640" /> | |
<splash src="res/screen/ios/[email protected]" width="1136" height="640" /> | |
<splash src="res/screen/ios/[email protected]" width="2208" height="1242" /> | |
</platform> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment