mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
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
24 lines
481 B
JSON
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
|
|
}
|
|
}
|