diff options
author | anongitter <[email protected]> | 2016-02-11 22:50:51 +0100 |
---|---|---|
committer | anongitter <[email protected]> | 2016-02-11 22:50:51 +0100 |
commit | 2a88f2fb38f160de77b0440ac8ad502e1cc753f3 (patch) | |
tree | ee2b5606c4a56a712fa72f65ecc472c8f68c3fe2 /macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset | |
parent | ffd8cb1ca51961ecf378697d63f004fe1f870dbb (diff) |
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.
Diffstat (limited to 'macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset')
-rw-r--r-- | macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/Contents.json | 22 | ||||
-rw-r--r-- | macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/EncodeWorking2.png | bin | 0 -> 347 bytes | |||
-rw-r--r-- | macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/[email protected] | bin | 0 -> 1275 bytes |
3 files changed, 22 insertions, 0 deletions
diff --git a/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/Contents.json b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/Contents.json new file mode 100644 index 000000000..a30369243 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "EncodeWorking2.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "[email protected]", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/EncodeWorking2.png b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/EncodeWorking2.png Binary files differnew file mode 100644 index 000000000..11fef3188 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/EncodeWorking2.png diff --git a/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/[email protected] b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/[email protected] Binary files differnew file mode 100644 index 000000000..d3da84b08 --- /dev/null +++ b/macosx/Assets.xcassets/EncodeWorking/EncodeWorking2.imageset/[email protected] |