Created
August 27, 2016 19:31
-
-
Save mayroncachina/b49a96c61ab7b340a72fefc1e19b8d1c to your computer and use it in GitHub Desktop.
imagens para Phonegap Build
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
<icon src="res/icon/ios/Icon.png" /> | |
<icon gap:platform="android" gap:qualifier="ldpi" src="res/icon/android/icon-36-ldpi.png" /> | |
<icon gap:platform="android" gap:qualifier="mdpi" src="res/icon/android/icon-48-mdpi.png" /> | |
<icon gap:platform="android" gap:qualifier="hdpi" src="res/icon/android/icon-72-hdpi.png" /> | |
<icon gap:platform="android" gap:qualifier="xhdpi" src="res/icon/android/icon-96-xhdpi.png" /> | |
<gap:splash src="res/splash.png" /> | |
<gap:splash gap:platform="android" gap:qualifier="port-ldpi" src="res/screen/android/screen-ldpi-portrait.png" /> | |
<gap:splash gap:platform="android" gap:qualifier="port-mdpi" src="res/screen/android/screen-mdpi-portrait.png" /> | |
<gap:splash gap:platform="android" gap:qualifier="port-hdpi" src="res/screen/android/screen-hdpi-portrait.png" /> | |
<gap:splash gap:platform="android" gap:qualifier="port-xhdpi" src="res/screen/android/screen-xhdpi-portrait.png" /> | |
<!-- iPhone / iPod Touch --> | |
<icon src="res/icon/ios/icon-60.png" gap:platform="ios" width="60" height="60" /> | |
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="120" height="120" /> | |
<!-- iPad --> | |
<icon src="res/icon/ios/icon-76.png" gap:platform="ios" width="76" height="76" /> | |
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="152" height="152" /> | |
<!-- Settings Icon --> | |
<icon src="res/icon/ios/icon-small.png" gap:platform="ios" width="29" height="29" /> | |
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="58" height="58" /> | |
<!-- Spotlight Icon --> | |
<icon src="res/icon/ios/icon-40.png" gap:platform="ios" width="40" height="40" /> | |
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="80" height="80" /> | |
<!-- iPhone / iPod Touch --> | |
<icon src="res/icon/ios/icon.png" gap:platform="ios" width="57" height="57" /> | |
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="114" height="114" /> | |
<!-- iPad --> | |
<icon src="res/icon/ios/icon-72.png" gap:platform="ios" width="72" height="72" /> | |
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="144" height="144" /> | |
<!-- iPhone Spotlight and Settings Icon --> | |
<icon src="res/icon/ios/icon-small.png" gap:platform="ios" width="29" height="29" /> | |
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="58" height="58" /> | |
<!-- iPad Spotlight and Settings Icon --> | |
<icon src="res/icon/ios/icon-50.png" gap:platform="ios" width="50" height="50" /> | |
<icon src="res/icon/ios/[email protected]" gap:platform="ios" width="100" height="100" /> | |
<!-- Define app splash screen for each platform. --> | |
<!-- iPhone and iPod touch --> | |
<gap:splash src="res/screen/ios/Default.png" gap:platform="ios" width="320" height="480" /> | |
<gap:splash src="res/screen/ios/[email protected]" gap:platform="ios" width="640" height="960" /> | |
<!-- iPhone 5 / iPod Touch (5th Generation) --> | |
<gap:splash src="res/screen/ios/[email protected]" gap:platform="ios" width="640" height="1136" /> | |
<!-- iPhone 6 --> | |
<gap:splash src="res/screen/ios/Default-667h.png" gap:platform="ios" width="750" height="1334" /> | |
<gap:splash src="res/screen/ios/Default-667h.png" gap:platform="ios" width="1242" height="2208" /> | |
<gap:splash src="res/screen/ios/Default-667h.png" gap:platform="ios" width="2208" height="1242" /> | |
<!-- iPad --> | |
<gap:splash src="res/screen/ios/Default-Portrait.png" gap:platform="ios" width="768" height="1024" /> | |
<gap:splash src="res/screen/ios/Default-Landscape.png" gap:platform="ios" width="1024" height="768" /> | |
<!-- Retina iPad --> | |
<gap:splash src="res/screen/ios/[email protected]" gap:platform="ios" width="1536" height="2048" /> | |
<gap:splash src="res/screen/ios/[email protected]" gap:platform="ios" width="2048" height="1536" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment