From 60fc9c9af8cd641235f4f01fc74825db0d2d4f7b Mon Sep 17 00:00:00 2001 From: Andrej Mihajlov Date: Wed, 1 Apr 2020 14:43:43 +0200 Subject: Convert to using vector PDF vs. raster --- .../Assets.xcassets/IconClose.imageset/Contents.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'ios/MullvadVPN/Assets.xcassets/IconClose.imageset/Contents.json') diff --git a/ios/MullvadVPN/Assets.xcassets/IconClose.imageset/Contents.json b/ios/MullvadVPN/Assets.xcassets/IconClose.imageset/Contents.json index 483e927f99..1c86538987 100644 --- a/ios/MullvadVPN/Assets.xcassets/IconClose.imageset/Contents.json +++ b/ios/MullvadVPN/Assets.xcassets/IconClose.imageset/Contents.json @@ -2,22 +2,14 @@ "images" : [ { "idiom" : "universal", - "filename" : "IconClose.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "IconClose@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "IconClose@3x.png", - "scale" : "3x" + "filename" : "IconClose.pdf" } ], "info" : { "version" : 1, "author" : "xcode" + }, + "properties" : { + "preserves-vector-representation" : true } } \ No newline at end of file -- cgit v1.3-3-g829e