From 6499148cb3f62e20534b62c181125ebeacfa3438 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 27 Sep 2017 22:24:38 +0300 Subject: cleanup --- .../AppIcon.appiconset/Contents.json | 5 +++++ .../LaunchImage.launchimage/Contents.json | 2 +- Juick/Images.xcassets/res/Contents.json | 6 ++++++ .../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 .../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 .../res/circle.imageset/Contents.json | 23 +++++++++++++++++++++ .../Images.xcassets/res/circle.imageset/circle.png | Bin 0 -> 928 bytes .../res/circle.imageset/circle@2x.png | Bin 0 -> 1915 bytes .../res/circle.imageset/circle@3x.png | Bin 0 -> 2940 bytes .../res/circle_left.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/circle_left.imageset/circle_left.png | Bin 0 -> 593 bytes .../res/circle_left.imageset/circle_left@2x.png | Bin 0 -> 1100 bytes .../res/circle_left.imageset/circle_left@3x.png | Bin 0 -> 1687 bytes .../res/circle_right.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/circle_right.imageset/circle_right.png | Bin 0 -> 584 bytes .../res/circle_right.imageset/circle_right@2x.png | Bin 0 -> 1107 bytes .../res/circle_right.imageset/circle_right@3x.png | Bin 0 -> 1629 bytes .../res/circle_square.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/circle_square.imageset/circle_square.png | Bin 0 -> 122 bytes .../circle_square.imageset/circle_square@2x.png | Bin 0 -> 133 bytes .../circle_square.imageset/circle_square@3x.png | Bin 0 -> 150 bytes .../res/edit_icon.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/edit_icon.imageset/edit_icon.png | Bin 0 -> 509 bytes .../res/edit_icon.imageset/edit_icon@2x.png | Bin 0 -> 1095 bytes .../res/edit_icon.imageset/edit_icon@3x.png | Bin 0 -> 1644 bytes .../res/nearby_icon.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/nearby_icon.imageset/nearby_icon.png | Bin 0 -> 501 bytes .../res/nearby_icon.imageset/nearby_icon@2x.png | Bin 0 -> 968 bytes .../res/nearby_icon.imageset/nearby_icon@3x.png | Bin 0 -> 1603 bytes .../res/new_chat_icon.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/new_chat_icon.imageset/new_chat_icon.png | Bin 0 -> 453 bytes .../new_chat_icon.imageset/new_chat_icon@2x.png | Bin 0 -> 779 bytes .../new_chat_icon.imageset/new_chat_icon@3x.png | Bin 0 -> 1078 bytes .../res/plus_icon.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/plus_icon.imageset/plus_icon.png | Bin 0 -> 297 bytes .../res/plus_icon.imageset/plus_icon@2x.png | Bin 0 -> 463 bytes .../res/plus_icon.imageset/plus_icon@3x.png | Bin 0 -> 671 bytes .../res/profile_icon.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/profile_icon.imageset/profile_icon.png | Bin 0 -> 478 bytes .../res/profile_icon.imageset/profile_icon@2x.png | Bin 0 -> 972 bytes .../res/profile_icon.imageset/profile_icon@3x.png | Bin 0 -> 1466 bytes .../res/search_icon.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/search_icon.imageset/search_icon.png | Bin 0 -> 477 bytes .../res/search_icon.imageset/search_icon@2x.png | Bin 0 -> 988 bytes .../res/search_icon.imageset/search_icon@3x.png | Bin 0 -> 1536 bytes .../res/settings_icon.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/settings_icon.imageset/settings_icon.png | Bin 0 -> 586 bytes .../settings_icon.imageset/settings_icon@2x.png | Bin 0 -> 1255 bytes .../settings_icon.imageset/settings_icon@3x.png | Bin 0 -> 1965 bytes .../res/side_button.imageset/Contents.json | 23 +++++++++++++++++++++ .../res/side_button.imageset/side_button.png | Bin 0 -> 814 bytes .../res/side_button.imageset/side_button@2x.png | Bin 0 -> 1609 bytes .../res/side_button.imageset/side_button@3x.png | Bin 0 -> 2336 bytes 59 files changed, 334 insertions(+), 1 deletion(-) create mode 100644 Juick/Images.xcassets/res/Contents.json 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 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 create mode 100644 Juick/Images.xcassets/res/circle.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/circle.imageset/circle.png create mode 100644 Juick/Images.xcassets/res/circle.imageset/circle@2x.png create mode 100644 Juick/Images.xcassets/res/circle.imageset/circle@3x.png create mode 100644 Juick/Images.xcassets/res/circle_left.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/circle_left.imageset/circle_left.png create mode 100644 Juick/Images.xcassets/res/circle_left.imageset/circle_left@2x.png create mode 100644 Juick/Images.xcassets/res/circle_left.imageset/circle_left@3x.png create mode 100644 Juick/Images.xcassets/res/circle_right.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/circle_right.imageset/circle_right.png create mode 100644 Juick/Images.xcassets/res/circle_right.imageset/circle_right@2x.png create mode 100644 Juick/Images.xcassets/res/circle_right.imageset/circle_right@3x.png create mode 100644 Juick/Images.xcassets/res/circle_square.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/circle_square.imageset/circle_square.png create mode 100644 Juick/Images.xcassets/res/circle_square.imageset/circle_square@2x.png create mode 100644 Juick/Images.xcassets/res/circle_square.imageset/circle_square@3x.png create mode 100644 Juick/Images.xcassets/res/edit_icon.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/edit_icon.imageset/edit_icon.png create mode 100644 Juick/Images.xcassets/res/edit_icon.imageset/edit_icon@2x.png create mode 100644 Juick/Images.xcassets/res/edit_icon.imageset/edit_icon@3x.png create mode 100644 Juick/Images.xcassets/res/nearby_icon.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon.png create mode 100644 Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon@2x.png create mode 100644 Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon@3x.png create mode 100644 Juick/Images.xcassets/res/new_chat_icon.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon.png create mode 100644 Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon@2x.png create mode 100644 Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon@3x.png create mode 100644 Juick/Images.xcassets/res/plus_icon.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/plus_icon.imageset/plus_icon.png create mode 100644 Juick/Images.xcassets/res/plus_icon.imageset/plus_icon@2x.png create mode 100644 Juick/Images.xcassets/res/plus_icon.imageset/plus_icon@3x.png create mode 100644 Juick/Images.xcassets/res/profile_icon.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/profile_icon.imageset/profile_icon.png create mode 100644 Juick/Images.xcassets/res/profile_icon.imageset/profile_icon@2x.png create mode 100644 Juick/Images.xcassets/res/profile_icon.imageset/profile_icon@3x.png create mode 100644 Juick/Images.xcassets/res/search_icon.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/search_icon.imageset/search_icon.png create mode 100644 Juick/Images.xcassets/res/search_icon.imageset/search_icon@2x.png create mode 100644 Juick/Images.xcassets/res/search_icon.imageset/search_icon@3x.png create mode 100644 Juick/Images.xcassets/res/settings_icon.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/settings_icon.imageset/settings_icon.png create mode 100644 Juick/Images.xcassets/res/settings_icon.imageset/settings_icon@2x.png create mode 100644 Juick/Images.xcassets/res/settings_icon.imageset/settings_icon@3x.png create mode 100644 Juick/Images.xcassets/res/side_button.imageset/Contents.json create mode 100644 Juick/Images.xcassets/res/side_button.imageset/side_button.png create mode 100644 Juick/Images.xcassets/res/side_button.imageset/side_button@2x.png create mode 100644 Juick/Images.xcassets/res/side_button.imageset/side_button@3x.png (limited to 'Juick/Images.xcassets') diff --git a/Juick/Images.xcassets/AppIcon.appiconset/Contents.json b/Juick/Images.xcassets/AppIcon.appiconset/Contents.json index dbd6347..520a8bf 100644 --- a/Juick/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/Juick/Images.xcassets/AppIcon.appiconset/Contents.json @@ -127,6 +127,11 @@ "idiom" : "ipad", "filename" : "Icon-83.5@2x.png", "scale" : "2x" + }, + { + "idiom" : "ios-marketing", + "size" : "1024x1024", + "scale" : "1x" } ], "info" : { diff --git a/Juick/Images.xcassets/LaunchImage.launchimage/Contents.json b/Juick/Images.xcassets/LaunchImage.launchimage/Contents.json index c79ebd3..fadb823 100644 --- a/Juick/Images.xcassets/LaunchImage.launchimage/Contents.json +++ b/Juick/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -10,9 +10,9 @@ { "orientation" : "portrait", "idiom" : "iphone", - "subtype" : "retina4", "extent" : "full-screen", "minimum-system-version" : "7.0", + "subtype" : "retina4", "scale" : "2x" } ], diff --git a/Juick/Images.xcassets/res/Contents.json b/Juick/Images.xcassets/res/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/Juick/Images.xcassets/res/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file 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 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 diff --git a/Juick/Images.xcassets/res/circle.imageset/Contents.json b/Juick/Images.xcassets/res/circle.imageset/Contents.json new file mode 100644 index 0000000..cb3acd9 --- /dev/null +++ b/Juick/Images.xcassets/res/circle.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "circle.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "circle@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "circle@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/circle.imageset/circle.png b/Juick/Images.xcassets/res/circle.imageset/circle.png new file mode 100644 index 0000000..f0e5b53 Binary files /dev/null and b/Juick/Images.xcassets/res/circle.imageset/circle.png differ diff --git a/Juick/Images.xcassets/res/circle.imageset/circle@2x.png b/Juick/Images.xcassets/res/circle.imageset/circle@2x.png new file mode 100644 index 0000000..431af57 Binary files /dev/null and b/Juick/Images.xcassets/res/circle.imageset/circle@2x.png differ diff --git a/Juick/Images.xcassets/res/circle.imageset/circle@3x.png b/Juick/Images.xcassets/res/circle.imageset/circle@3x.png new file mode 100644 index 0000000..f8b9c70 Binary files /dev/null and b/Juick/Images.xcassets/res/circle.imageset/circle@3x.png differ diff --git a/Juick/Images.xcassets/res/circle_left.imageset/Contents.json b/Juick/Images.xcassets/res/circle_left.imageset/Contents.json new file mode 100644 index 0000000..021f3a0 --- /dev/null +++ b/Juick/Images.xcassets/res/circle_left.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "circle_left.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "circle_left@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "circle_left@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/circle_left.imageset/circle_left.png b/Juick/Images.xcassets/res/circle_left.imageset/circle_left.png new file mode 100644 index 0000000..1ea5221 Binary files /dev/null and b/Juick/Images.xcassets/res/circle_left.imageset/circle_left.png differ diff --git a/Juick/Images.xcassets/res/circle_left.imageset/circle_left@2x.png b/Juick/Images.xcassets/res/circle_left.imageset/circle_left@2x.png new file mode 100644 index 0000000..69be45d Binary files /dev/null and b/Juick/Images.xcassets/res/circle_left.imageset/circle_left@2x.png differ diff --git a/Juick/Images.xcassets/res/circle_left.imageset/circle_left@3x.png b/Juick/Images.xcassets/res/circle_left.imageset/circle_left@3x.png new file mode 100644 index 0000000..dcc262e Binary files /dev/null and b/Juick/Images.xcassets/res/circle_left.imageset/circle_left@3x.png differ diff --git a/Juick/Images.xcassets/res/circle_right.imageset/Contents.json b/Juick/Images.xcassets/res/circle_right.imageset/Contents.json new file mode 100644 index 0000000..1645b0d --- /dev/null +++ b/Juick/Images.xcassets/res/circle_right.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "circle_right.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "circle_right@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "circle_right@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/circle_right.imageset/circle_right.png b/Juick/Images.xcassets/res/circle_right.imageset/circle_right.png new file mode 100644 index 0000000..4b0eb6d Binary files /dev/null and b/Juick/Images.xcassets/res/circle_right.imageset/circle_right.png differ diff --git a/Juick/Images.xcassets/res/circle_right.imageset/circle_right@2x.png b/Juick/Images.xcassets/res/circle_right.imageset/circle_right@2x.png new file mode 100644 index 0000000..2d9c488 Binary files /dev/null and b/Juick/Images.xcassets/res/circle_right.imageset/circle_right@2x.png differ diff --git a/Juick/Images.xcassets/res/circle_right.imageset/circle_right@3x.png b/Juick/Images.xcassets/res/circle_right.imageset/circle_right@3x.png new file mode 100644 index 0000000..0778501 Binary files /dev/null and b/Juick/Images.xcassets/res/circle_right.imageset/circle_right@3x.png differ diff --git a/Juick/Images.xcassets/res/circle_square.imageset/Contents.json b/Juick/Images.xcassets/res/circle_square.imageset/Contents.json new file mode 100644 index 0000000..f9ef167 --- /dev/null +++ b/Juick/Images.xcassets/res/circle_square.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "circle_square.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "circle_square@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "circle_square@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/circle_square.imageset/circle_square.png b/Juick/Images.xcassets/res/circle_square.imageset/circle_square.png new file mode 100644 index 0000000..16643dc Binary files /dev/null and b/Juick/Images.xcassets/res/circle_square.imageset/circle_square.png differ diff --git a/Juick/Images.xcassets/res/circle_square.imageset/circle_square@2x.png b/Juick/Images.xcassets/res/circle_square.imageset/circle_square@2x.png new file mode 100644 index 0000000..42179f4 Binary files /dev/null and b/Juick/Images.xcassets/res/circle_square.imageset/circle_square@2x.png differ diff --git a/Juick/Images.xcassets/res/circle_square.imageset/circle_square@3x.png b/Juick/Images.xcassets/res/circle_square.imageset/circle_square@3x.png new file mode 100644 index 0000000..7ce6281 Binary files /dev/null and b/Juick/Images.xcassets/res/circle_square.imageset/circle_square@3x.png differ diff --git a/Juick/Images.xcassets/res/edit_icon.imageset/Contents.json b/Juick/Images.xcassets/res/edit_icon.imageset/Contents.json new file mode 100644 index 0000000..68f6792 --- /dev/null +++ b/Juick/Images.xcassets/res/edit_icon.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "edit_icon.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "edit_icon@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "edit_icon@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/edit_icon.imageset/edit_icon.png b/Juick/Images.xcassets/res/edit_icon.imageset/edit_icon.png new file mode 100644 index 0000000..f3bf8b8 Binary files /dev/null and b/Juick/Images.xcassets/res/edit_icon.imageset/edit_icon.png differ diff --git a/Juick/Images.xcassets/res/edit_icon.imageset/edit_icon@2x.png b/Juick/Images.xcassets/res/edit_icon.imageset/edit_icon@2x.png new file mode 100644 index 0000000..2a915a9 Binary files /dev/null and b/Juick/Images.xcassets/res/edit_icon.imageset/edit_icon@2x.png differ diff --git a/Juick/Images.xcassets/res/edit_icon.imageset/edit_icon@3x.png b/Juick/Images.xcassets/res/edit_icon.imageset/edit_icon@3x.png new file mode 100644 index 0000000..cb58e3d Binary files /dev/null and b/Juick/Images.xcassets/res/edit_icon.imageset/edit_icon@3x.png differ diff --git a/Juick/Images.xcassets/res/nearby_icon.imageset/Contents.json b/Juick/Images.xcassets/res/nearby_icon.imageset/Contents.json new file mode 100644 index 0000000..5e03565 --- /dev/null +++ b/Juick/Images.xcassets/res/nearby_icon.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "nearby_icon.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "nearby_icon@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "nearby_icon@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon.png b/Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon.png new file mode 100644 index 0000000..e0e4665 Binary files /dev/null and b/Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon.png differ diff --git a/Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon@2x.png b/Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon@2x.png new file mode 100644 index 0000000..05f367c Binary files /dev/null and b/Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon@2x.png differ diff --git a/Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon@3x.png b/Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon@3x.png new file mode 100644 index 0000000..586ed71 Binary files /dev/null and b/Juick/Images.xcassets/res/nearby_icon.imageset/nearby_icon@3x.png differ diff --git a/Juick/Images.xcassets/res/new_chat_icon.imageset/Contents.json b/Juick/Images.xcassets/res/new_chat_icon.imageset/Contents.json new file mode 100644 index 0000000..df38a58 --- /dev/null +++ b/Juick/Images.xcassets/res/new_chat_icon.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "new_chat_icon.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "new_chat_icon@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "new_chat_icon@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon.png b/Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon.png new file mode 100644 index 0000000..bcf43a8 Binary files /dev/null and b/Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon.png differ diff --git a/Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon@2x.png b/Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon@2x.png new file mode 100644 index 0000000..d786501 Binary files /dev/null and b/Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon@2x.png differ diff --git a/Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon@3x.png b/Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon@3x.png new file mode 100644 index 0000000..f1dafa7 Binary files /dev/null and b/Juick/Images.xcassets/res/new_chat_icon.imageset/new_chat_icon@3x.png differ diff --git a/Juick/Images.xcassets/res/plus_icon.imageset/Contents.json b/Juick/Images.xcassets/res/plus_icon.imageset/Contents.json new file mode 100644 index 0000000..c3e2c88 --- /dev/null +++ b/Juick/Images.xcassets/res/plus_icon.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "plus_icon.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "plus_icon@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "plus_icon@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/plus_icon.imageset/plus_icon.png b/Juick/Images.xcassets/res/plus_icon.imageset/plus_icon.png new file mode 100644 index 0000000..0562748 Binary files /dev/null and b/Juick/Images.xcassets/res/plus_icon.imageset/plus_icon.png differ diff --git a/Juick/Images.xcassets/res/plus_icon.imageset/plus_icon@2x.png b/Juick/Images.xcassets/res/plus_icon.imageset/plus_icon@2x.png new file mode 100644 index 0000000..fa037a5 Binary files /dev/null and b/Juick/Images.xcassets/res/plus_icon.imageset/plus_icon@2x.png differ diff --git a/Juick/Images.xcassets/res/plus_icon.imageset/plus_icon@3x.png b/Juick/Images.xcassets/res/plus_icon.imageset/plus_icon@3x.png new file mode 100644 index 0000000..9650046 Binary files /dev/null and b/Juick/Images.xcassets/res/plus_icon.imageset/plus_icon@3x.png differ diff --git a/Juick/Images.xcassets/res/profile_icon.imageset/Contents.json b/Juick/Images.xcassets/res/profile_icon.imageset/Contents.json new file mode 100644 index 0000000..1ae5012 --- /dev/null +++ b/Juick/Images.xcassets/res/profile_icon.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "profile_icon.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "profile_icon@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "profile_icon@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/profile_icon.imageset/profile_icon.png b/Juick/Images.xcassets/res/profile_icon.imageset/profile_icon.png new file mode 100644 index 0000000..5cbd35c Binary files /dev/null and b/Juick/Images.xcassets/res/profile_icon.imageset/profile_icon.png differ diff --git a/Juick/Images.xcassets/res/profile_icon.imageset/profile_icon@2x.png b/Juick/Images.xcassets/res/profile_icon.imageset/profile_icon@2x.png new file mode 100644 index 0000000..780e59a Binary files /dev/null and b/Juick/Images.xcassets/res/profile_icon.imageset/profile_icon@2x.png differ diff --git a/Juick/Images.xcassets/res/profile_icon.imageset/profile_icon@3x.png b/Juick/Images.xcassets/res/profile_icon.imageset/profile_icon@3x.png new file mode 100644 index 0000000..74d55b8 Binary files /dev/null and b/Juick/Images.xcassets/res/profile_icon.imageset/profile_icon@3x.png differ diff --git a/Juick/Images.xcassets/res/search_icon.imageset/Contents.json b/Juick/Images.xcassets/res/search_icon.imageset/Contents.json new file mode 100644 index 0000000..00819b0 --- /dev/null +++ b/Juick/Images.xcassets/res/search_icon.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "search_icon.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "search_icon@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "search_icon@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/search_icon.imageset/search_icon.png b/Juick/Images.xcassets/res/search_icon.imageset/search_icon.png new file mode 100644 index 0000000..3bc5682 Binary files /dev/null and b/Juick/Images.xcassets/res/search_icon.imageset/search_icon.png differ diff --git a/Juick/Images.xcassets/res/search_icon.imageset/search_icon@2x.png b/Juick/Images.xcassets/res/search_icon.imageset/search_icon@2x.png new file mode 100644 index 0000000..2b6cab0 Binary files /dev/null and b/Juick/Images.xcassets/res/search_icon.imageset/search_icon@2x.png differ diff --git a/Juick/Images.xcassets/res/search_icon.imageset/search_icon@3x.png b/Juick/Images.xcassets/res/search_icon.imageset/search_icon@3x.png new file mode 100644 index 0000000..44adf99 Binary files /dev/null and b/Juick/Images.xcassets/res/search_icon.imageset/search_icon@3x.png differ diff --git a/Juick/Images.xcassets/res/settings_icon.imageset/Contents.json b/Juick/Images.xcassets/res/settings_icon.imageset/Contents.json new file mode 100644 index 0000000..72b8e2e --- /dev/null +++ b/Juick/Images.xcassets/res/settings_icon.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "settings_icon.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "settings_icon@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "settings_icon@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/settings_icon.imageset/settings_icon.png b/Juick/Images.xcassets/res/settings_icon.imageset/settings_icon.png new file mode 100644 index 0000000..082ca9f Binary files /dev/null and b/Juick/Images.xcassets/res/settings_icon.imageset/settings_icon.png differ diff --git a/Juick/Images.xcassets/res/settings_icon.imageset/settings_icon@2x.png b/Juick/Images.xcassets/res/settings_icon.imageset/settings_icon@2x.png new file mode 100644 index 0000000..344531b Binary files /dev/null and b/Juick/Images.xcassets/res/settings_icon.imageset/settings_icon@2x.png differ diff --git a/Juick/Images.xcassets/res/settings_icon.imageset/settings_icon@3x.png b/Juick/Images.xcassets/res/settings_icon.imageset/settings_icon@3x.png new file mode 100644 index 0000000..1f79f5b Binary files /dev/null and b/Juick/Images.xcassets/res/settings_icon.imageset/settings_icon@3x.png differ diff --git a/Juick/Images.xcassets/res/side_button.imageset/Contents.json b/Juick/Images.xcassets/res/side_button.imageset/Contents.json new file mode 100644 index 0000000..7334a81 --- /dev/null +++ b/Juick/Images.xcassets/res/side_button.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "side_button.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "side_button@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "side_button@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Juick/Images.xcassets/res/side_button.imageset/side_button.png b/Juick/Images.xcassets/res/side_button.imageset/side_button.png new file mode 100644 index 0000000..5f674b9 Binary files /dev/null and b/Juick/Images.xcassets/res/side_button.imageset/side_button.png differ diff --git a/Juick/Images.xcassets/res/side_button.imageset/side_button@2x.png b/Juick/Images.xcassets/res/side_button.imageset/side_button@2x.png new file mode 100644 index 0000000..28fde79 Binary files /dev/null and b/Juick/Images.xcassets/res/side_button.imageset/side_button@2x.png differ diff --git a/Juick/Images.xcassets/res/side_button.imageset/side_button@3x.png b/Juick/Images.xcassets/res/side_button.imageset/side_button@3x.png new file mode 100644 index 0000000..b1197d6 Binary files /dev/null and b/Juick/Images.xcassets/res/side_button.imageset/side_button@3x.png differ -- cgit v1.2.3