From 2a88f2fb38f160de77b0440ac8ad502e1cc753f3 Mon Sep 17 00:00:00 2001 From: anongitter <1e818bf1@opayq.com> Date: Thu, 11 Feb 2016 22:50:51 +0100 Subject: Move png icons into an asset catalog Use of an asset catalog to store png icons instead of a folder to make it way easier to read in the Xcode project. --- .../Assets.xcassets/encode.imageset/Contents.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 macosx/Assets.xcassets/encode.imageset/Contents.json (limited to 'macosx/Assets.xcassets/encode.imageset/Contents.json') diff --git a/macosx/Assets.xcassets/encode.imageset/Contents.json b/macosx/Assets.xcassets/encode.imageset/Contents.json new file mode 100644 index 000000000..6f89f40d8 --- /dev/null +++ b/macosx/Assets.xcassets/encode.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "encode.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "encode@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file -- cgit v1.2.3