Created
January 8, 2015 12:08
-
-
Save alexanderkustov/92aba59ee45383794bb0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 7.0+ --> | |
| <!-- iPhone / iPod Touch --> | |
| <icon src="icons/ios/icon-60.png" width="60" height="60" /> | |
| <icon src="icons/ios/[email protected]" width="120" height="120" /> | |
| <!-- iPad --> | |
| <icon src="icons/ios/icon-76.png" width="76" height="76" /> | |
| <icon src="icons/ios/[email protected]" width="152" height="152" /> | |
| <!-- iOS 6.1 --> | |
| <!-- Spotlight Icon --> | |
| <icon src="icons/ios/icon-40.png" width="40" height="40" /> | |
| <icon src="icons/ios/[email protected]" width="80" height="80" /> | |
| <!-- iPhone / iPod Touch --> | |
| <icon src="icons/ios/icon.png" width="57" height="57" /> | |
| <icon src="icons/ios/[email protected]" width="114" height="114" /> | |
| <!-- iPad --> | |
| <icon src="icons/ios/icon-72.png" width="72" height="72" /> | |
| <icon src="icons/ios/[email protected]" width="144" height="144" /> | |
| <!-- iPhone Spotlight and Settings Icon --> | |
| <icon src="icons/ios/icon-small.png" width="29" height="29" /> | |
| <icon src="icons/ios/[email protected]" width="58" height="58" /> | |
| <!-- iPad Spotlight and Settings Icon --> | |
| <icon src="icons/ios/icon-50.png" width="50" height="50" /> | |
| <icon src="icons/ios/[email protected]" width="100" height="100" /> | |
| </platform> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment