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
pull/1/head
Michael Kirk 9 years ago
parent 33f63e76d1
commit 6bd2453d7d

@ -2,7 +2,18 @@
"images" : [
{
"idiom" : "universal",
"filename" : "btnAttachments--blue.pdf"
"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" : {

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 965 B

Loading…
Cancel
Save