Where to put these icon .png assets within app icon set?

I have imported set of images in my project foler that I want to include in my app icon set in Xcode 8. Problem is they are not matching up with the size option slots given in Xcode.


Can anyone tell me if these assets are sufficient? I dont need any for iPad.


Location@152w.png

Location@180w.png

Location@87w.png

Location@120w.png

Location@1024w.png

Location@76w.png

Location@80w.png

Location@40w.png

Location@29w.png

Replies

I needed the following sizes to match all cases of appicon


When they say 20pt, for 2x I created a 40x40 icon ; for 3x : 60x60

iPhone :

So I ended up by creating the following

20pt => 40 and 60

29pt => 58 and 87

40pt => 80 and 120

60pt => 120 and 180

iPad

20pt => 20, 40

29pt => 29, 58

40pt => 40, 80

76pt => 76, 152

83,5 => 167


Hope that helps.