Louis Romero 2df5344ee2 Rename all images with @2x/@3x.
Summary:
Images should be named following the @2x/@3x convention.

Addresses https://github.com/google/material-components-ios/issues/227

Test Plan: Check that all images load in the correct resolution.

Reviewers: #mdc_ios_owners, featherless

Reviewed By: #mdc_ios_owners, featherless

Projects: #material_components_ios

Differential Revision: http://codereview.cc/D752
2016-04-26 13:18:13 +02:00

24 lines
481 B
JSON

{
"images": [
{
"filename": "ic_description.png",
"idiom": "universal",
"scale": "1x"
},
{
"filename": "ic_description@2x.png",
"idiom": "universal",
"scale": "2x"
},
{
"filename": "ic_description@3x.png",
"idiom": "universal",
"scale": "3x"
}
],
"info": {
"author": "xcode",
"version": 1
}
}