From 1ec0e389301a11bc18426ce2bf1d81aa28792e97 Mon Sep 17 00:00:00 2001 From: Andrej Mihajlov Date: Tue, 19 Mar 2019 15:30:13 +0100 Subject: Bootstrap iOS app --- .../IconClose.imageset/Contents.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ios/MullvadVPN/Assets.xcassets/IconClose.imageset/Contents.json (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 new file mode 100644 index 0000000000..483e927f99 --- /dev/null +++ b/ios/MullvadVPN/Assets.xcassets/IconClose.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "IconClose.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "IconClose@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "IconClose@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file -- cgit v1.3-3-g829e