weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 8f9cc81e2dd86cd1e2051e71887f97fd0de8d26d
parent b2b10e636f83c1e5e2a38c1fa24ddb9e7f38784d
Author: Johan Lindskogen <johan.lindskogen@gmail.com>
Date:   Mon,  2 Apr 2018 18:30:01 +0200

Add icon types

Diffstat:
Mios/WeechatNative/Images.xcassets/AppIcon.appiconset/Contents.json | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/ios/WeechatNative/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/WeechatNative/Images.xcassets/AppIcon.appiconset/Contents.json @@ -2,6 +2,16 @@ "images" : [ { "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, + { + "idiom" : "iphone", "size" : "29x29", "scale" : "2x" }, @@ -29,6 +39,11 @@ "idiom" : "iphone", "size" : "60x60", "scale" : "3x" + }, + { + "idiom" : "ios-marketing", + "size" : "1024x1024", + "scale" : "1x" } ], "info" : {