Fix warnings about icon assets.

Summary:
I incorrectly sized some assets, as a result, the sample project had some warnings about it when you built. This fixes it.
Closes https://github.com/facebook/yoga/pull/377

Differential Revision: D4515193

Pulled By: dshahidehpour

fbshipit-source-id: 3af6e79a17777bec3798bbf7294af5716f65e37a
This commit is contained in:
Dustin Shahidehpour
2017-02-06 07:38:18 -08:00
committed by Facebook Github Bot
parent f2c41f366f
commit c1cdc1de58
5 changed files with 13 additions and 3 deletions

View File

@@ -45,13 +45,13 @@
{
"size" : "57x57",
"idiom" : "iphone",
"filename" : "Yoga-57x57@2x.png",
"filename" : "Yoga-57x57@1x.png",
"scale" : "1x"
},
{
"size" : "57x57",
"idiom" : "iphone",
"filename" : "Yoga-57x57@3x.png",
"filename" : "Yoga-57x57@2x.png",
"scale" : "2x"
},
{
@@ -71,4 +71,4 @@
"version" : 1,
"author" : "xcode"
}
}
}