Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created June 15, 2017 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/cf954279c6402b56502e919d91166654 to your computer and use it in GitHub Desktop.
Save matthieu-D/cf954279c6402b56502e919d91166654 to your computer and use it in GitHub Desktop.
<platform name="ios">
<icon src="resources/ios/icon/icon.png" width="57" height="57"/>
<icon src="resources/ios/icon/icon@2x.png" width="114" height="114"/>
<icon src="resources/ios/icon/icon-40.png" width="40" height="40"/>
.
.
.
<splash src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" height="1136"/>
<splash src="resources/ios/splash/Default-667h.png" width="750" height="1334"/>
<splash src="resources/ios/splash/Default-736h.png" width="1242" height="2208"/>
<splash src="resources/ios/splash/Default-Landscape-736h.png" width="2208" height="1242"/>
.
.
.
</platform>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment