session-ios/Signal/Images.xcassets/btnAttachments--blue.imageset/Contents.json
Michael Kirk 6bd2453d7d Fix choppy paperclip icon on iphone6
Previously ios was generating the asset for us from our vector (pdf),
but apparently it does a crappy job. Most notably on small thin lines
like our paperclip.

// FREEBIE
2016-09-09 11:40:33 -04:00

23 lines
417 B
JSON

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