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