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/presets.imageset/Contents.json | 22 +++++++++++++++++++++ .../Assets.xcassets/presets.imageset/presets.png | Bin 0 -> 762 bytes .../presets.imageset/presets@2x.png | Bin 0 -> 3211 bytes 3 files changed, 22 insertions(+) create mode 100644 macosx/Assets.xcassets/presets.imageset/Contents.json create mode 100644 macosx/Assets.xcassets/presets.imageset/presets.png create mode 100644 macosx/Assets.xcassets/presets.imageset/presets@2x.png (limited to 'macosx/Assets.xcassets/presets.imageset') diff --git a/macosx/Assets.xcassets/presets.imageset/Contents.json b/macosx/Assets.xcassets/presets.imageset/Contents.json new file mode 100644 index 000000000..94887a8d1 --- /dev/null +++ b/macosx/Assets.xcassets/presets.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "presets.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "presets@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/macosx/Assets.xcassets/presets.imageset/presets.png b/macosx/Assets.xcassets/presets.imageset/presets.png new file mode 100644 index 000000000..439d6cf34 Binary files /dev/null and b/macosx/Assets.xcassets/presets.imageset/presets.png differ diff --git a/macosx/Assets.xcassets/presets.imageset/presets@2x.png b/macosx/Assets.xcassets/presets.imageset/presets@2x.png new file mode 100644 index 000000000..c70543e20 Binary files /dev/null and b/macosx/Assets.xcassets/presets.imageset/presets@2x.png differ -- cgit v1.2.3