Skip to content

Instantly share code, notes, and snippets.

@alexanderkustov
Created January 8, 2015 12:08
Show Gist options
  • Select an option

  • Save alexanderkustov/92aba59ee45383794bb0 to your computer and use it in GitHub Desktop.

Select an option

Save alexanderkustov/92aba59ee45383794bb0 to your computer and use it in GitHub Desktop.
<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