diff --git a/Tusker/Assets.xcassets/Close.imageset/Contents.json b/Tusker/Assets.xcassets/Close.imageset/Contents.json index 7f809da4..8fdb7166 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 f2c088ba..c2c74762 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 0f37bf34..068cb005 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 d2cdfd45..14dfb070 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