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