Last active
March 10, 2018 10:57
-
-
Save thomasbrueggemann/409fb1bdd4d16b570a81 to your computer and use it in GitHub Desktop.
Phonegap Config for Icons imported from http://makeappicon.com/
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
<widget> | |
<icon gap:platform="android" gap:qualifier="ldpi" src="www/res/icon/android/drawable-ldpi/ic_launcher.png" /> | |
<icon gap:platform="android" gap:qualifier="mdpi" src="www/res/icon/android/drawable-mdpi/ic_launcher.png" /> | |
<icon gap:platform="android" gap:qualifier="hdpi" src="www/res/icon/android/drawable-hdpi/ic_launcher.png" /> | |
<icon gap:platform="android" gap:qualifier="xhdpi" src="www/res/icon/android/drawable-xhdpi/ic_launcher.png" /> | |
<icon gap:platform="android" gap:qualifier="xxhdpi" src="www/res/icon/android/drawable-xxhdpi/ic_launcher.png" /> | |
<icon gap:platform="android" gap:qualifier="xxxhdpi" src="www/res/icon/android/drawable-xxxhdpi/ic_launcher.png" /> | |
<icon gap:platform="ios" height="29" src="www/res/icon/ios/Icon-Small.png" width="29" /> | |
<icon gap:platform="ios" height="58" src="www/res/icon/ios/[email protected]" width="58" /> | |
<icon gap:platform="ios" height="87" src="www/res/icon/ios/[email protected]" width="87" /> | |
<icon gap:platform="ios" height="40" src="www/res/icon/ios/Icon-40.png" width="40" /> | |
<icon gap:platform="ios" height="80" src="www/res/icon/ios/[email protected]" width="80" /> | |
<icon gap:platform="ios" height="120" src="www/res/icon/ios/[email protected]" width="120" /> | |
<icon gap:platform="ios" height="50" src="www/res/icon/ios/Icon-Small-50.png" width="50" /> | |
<icon gap:platform="ios" height="100" src="www/res/icon/ios/[email protected]" width="100" /> | |
<icon gap:platform="ios" height="60" src="www/res/icon/ios/Icon-60.png" width="60" /> | |
<icon gap:platform="ios" height="120" src="www/res/icon/ios/[email protected]" width="120" /> | |
<icon gap:platform="ios" height="180" src="www/res/icon/ios/[email protected]" width="180" /> | |
<icon gap:platform="ios" height="57" src="www/res/icon/ios/Icon.png" width="57" /> | |
<icon gap:platform="ios" height="114" src="www/res/icon/ios/[email protected]" width="114" /> | |
<icon gap:platform="ios" height="72" src="www/res/icon/ios/Icon-72.png" width="72" /> | |
<icon gap:platform="ios" height="144" src="www/res/icon/ios/[email protected]" width="144" /> | |
<icon gap:platform="ios" height="76" src="www/res/icon/ios/Icon-76.png" width="76" /> | |
<icon gap:platform="ios" height="152" src="www/res/icon/ios/[email protected]" width="152" /> | |
</widget> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you very much!