From 6499148cb3f62e20534b62c181125ebeacfa3438 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 27 Sep 2017 22:24:38 +0300 Subject: cleanup --- .../res/chats_icon.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/chats_icon.imageset/chats_icon.png | Bin 0 -> 487 bytes .../res/chats_icon.imageset/chats_icon@2x.png | Bin 0 -> 908 bytes .../res/chats_icon.imageset/chats_icon@3x.png | Bin 0 -> 1251 bytes 4 files changed, 23 insertions(+) create mode 100644 Juick/Images.xcassets/res/chats_icon.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/chats_icon.imageset/chats_icon.png create mode 100644 Juick/Images.xcassets/res/chats_icon.imageset/chats_icon@2x.png create mode 100644 Juick/Images.xcassets/res/chats_icon.imageset/chats_icon@3x.png (limited to 'Juick/Images.xcassets/res/chats_icon.imageset') diff --git a/Juick/Images.xcassets/res/chats_icon.imageset/Contents.json b/Juick/Images.xcassets/res/chats_icon.imageset/Contents.json new file mode 100644 index 0000000..e666842 --- /dev/null +++ b/Juick/Images.xcassets/res/chats_icon.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "chats_icon.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "chats_icon@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "chats_icon@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/chats_icon.imageset/chats_icon.png b/Juick/Images.xcassets/res/chats_icon.imageset/chats_icon.png new file mode 100644 index 0000000..9161afa Binary files /dev/null and b/Juick/Images.xcassets/res/chats_icon.imageset/chats_icon.png differ diff --git a/Juick/Images.xcassets/res/chats_icon.imageset/chats_icon@2x.png b/Juick/Images.xcassets/res/chats_icon.imageset/chats_icon@2x.png new file mode 100644 index 0000000..2811b24 Binary files /dev/null and b/Juick/Images.xcassets/res/chats_icon.imageset/chats_icon@2x.png differ diff --git a/Juick/Images.xcassets/res/chats_icon.imageset/chats_icon@3x.png b/Juick/Images.xcassets/res/chats_icon.imageset/chats_icon@3x.png new file mode 100644 index 0000000..9009095 Binary files /dev/null and b/Juick/Images.xcassets/res/chats_icon.imageset/chats_icon@3x.png differ -- cgit v1.2.3