From 889151dcc2bfc238d71c399a4da8cb7a816ce1b2 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 3 Sep 2018 15:20:50 -0400 Subject: [PATCH] Preserve vector data for all icons --- Tusker/Assets.xcassets/Close.imageset/Contents.json | 3 ++- Tusker/Assets.xcassets/Download.imageset/Contents.json | 3 ++- Tusker/Assets.xcassets/More.imageset/Contents.json | 3 +++ Tusker/Assets.xcassets/Remove.imageset/Contents.json | 3 +++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Tusker/Assets.xcassets/Close.imageset/Contents.json b/Tusker/Assets.xcassets/Close.imageset/Contents.json index 7f809da4c5..8fdb7166c1 100644 --- a/Tusker/Assets.xcassets/Close.imageset/Contents.json +++ b/Tusker/Assets.xcassets/Close.imageset/Contents.json @@ -19,6 +19,7 @@ "author" : "xcode" }, "properties" : { - "template-rendering-intent" : "template" + "template-rendering-intent" : "template", + "preserves-vector-representation" : true } } \ No newline at end of file diff --git a/Tusker/Assets.xcassets/Download.imageset/Contents.json b/Tusker/Assets.xcassets/Download.imageset/Contents.json index f2c088baa4..c2c74762f3 100644 --- a/Tusker/Assets.xcassets/Download.imageset/Contents.json +++ b/Tusker/Assets.xcassets/Download.imageset/Contents.json @@ -19,6 +19,7 @@ "author" : "xcode" }, "properties" : { - "template-rendering-intent" : "template" + "template-rendering-intent" : "template", + "preserves-vector-representation" : true } } \ No newline at end of file diff --git a/Tusker/Assets.xcassets/More.imageset/Contents.json b/Tusker/Assets.xcassets/More.imageset/Contents.json index 0f37bf348f..068cb005b6 100644 --- a/Tusker/Assets.xcassets/More.imageset/Contents.json +++ b/Tusker/Assets.xcassets/More.imageset/Contents.json @@ -17,5 +17,8 @@ "info" : { "version" : 1, "author" : "xcode" + }, + "properties" : { + "preserves-vector-representation" : true } } \ No newline at end of file diff --git a/Tusker/Assets.xcassets/Remove.imageset/Contents.json b/Tusker/Assets.xcassets/Remove.imageset/Contents.json index d2cdfd4591..14dfb07013 100644 --- a/Tusker/Assets.xcassets/Remove.imageset/Contents.json +++ b/Tusker/Assets.xcassets/Remove.imageset/Contents.json @@ -17,5 +17,8 @@ "info" : { "version" : 1, "author" : "xcode" + }, + "properties" : { + "preserves-vector-representation" : true } } \ No newline at end of file