Skip to content

Commit 513ada9

Browse files
committed
Fix warnings for Appicons sizes
1 parent e022132 commit 513ada9

6 files changed

Lines changed: 4 additions & 3 deletions

File tree

Example/KWVerificationCodeView/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,19 @@
3333
{
3434
"size" : "60x60",
3535
"idiom" : "iphone",
36-
"filename" : "logo.png",
36+
"filename" : "Icon-App-60x60@2x.png",
3737
"scale" : "2x"
3838
},
3939
{
4040
"size" : "60x60",
4141
"idiom" : "iphone",
42-
"filename" : "logo-1.png",
42+
"filename" : "Icon-App-60x60@3x.png",
4343
"scale" : "3x"
4444
},
4545
{
46-
"idiom" : "ios-marketing",
4746
"size" : "1024x1024",
47+
"idiom" : "ios-marketing",
48+
"filename" : "iTunesArtwork@2x.png",
4849
"scale" : "1x"
4950
}
5051
],
7 KB
Loading
3.73 KB
Loading
112 KB
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)