diff options
-rw-r--r-- | config.xml-example | 3 | ||||
-rw-r--r-- | res/ios/icons/Icon-83.5@2x.png | bin | 0 -> 9919 bytes | |||
-rw-r--r-- | res/ios/icons/Icon-Small@3x.png | bin | 0 -> 4217 bytes |
3 files changed, 3 insertions, 0 deletions
diff --git a/config.xml-example b/config.xml-example index 693ed45..a744070 100644 --- a/config.xml-example +++ b/config.xml-example @@ -65,8 +65,11 @@ <icon height="144" src="res/ios/icons/Icon-72@2x.png" width="144" /> <icon height="29" src="res/ios/icons/Icon-Small.png" width="29" /> <icon height="58" src="res/ios/icons/Icon-Small@2x.png" width="58" /> + <icon height="87" src="res/ios/icons/Icon-Small@3x.png" width="87" /> <icon height="50" src="res/ios/icons/Icon-50.png" width="50" /> <icon height="100" src="res/ios/icons/Icon-50@2x.png" width="100" /> + <icon height="167" src="res/ios/icons/Icon-83.5@2x.png" width="167" /> + <icon height="1024" src="res/ios/icons/iTunesArtwork@2x.png" width="1024" /> <splash height="480" src="res/ios/splash/Default~iphone.png" width="320" /> <splash height="960" src="res/ios/splash/Default@2x~iphone_640x960.png" width="640" /> <splash height="1024" src="res/ios/splash/Default-Portrait~ipad_768x1024.png" width="768" /> diff --git a/res/ios/icons/Icon-83.5@2x.png b/res/ios/icons/Icon-83.5@2x.png Binary files differnew file mode 100644 index 0000000..1078ead --- /dev/null +++ b/res/ios/icons/Icon-83.5@2x.png diff --git a/res/ios/icons/Icon-Small@3x.png b/res/ios/icons/Icon-Small@3x.png Binary files differnew file mode 100644 index 0000000..7170c82 --- /dev/null +++ b/res/ios/icons/Icon-Small@3x.png |