cordova-ios icon indicating copy to clipboard operation
cordova-ios copied to clipboard

iOS watch icons generated without 44mm

Open godexsoft opened this issue 5 years ago • 3 comments

Bug Report

When i add my 100x100 icon for 44mm watch the icon is not used

Problem

If i want to support 44mm watch icon it appears to not be possible

What is expected to happen?

Icons in AppIcon.appiconset should be generated correctly with all watch icons covered

What does actually happen?

All watch icon slots are filled in but the 44mm one

Information

I don't actually need to have watch icons at all. just thought i would let you know it's broken

Command or Code

Environment, Platform, Device

macosx

Version information

cordova 9.0.1, cordova-ios 5.0.1

Checklist

  • [x] I searched for existing GitHub issues
  • [x] I updated all Cordova tooling to most recent version
  • [x] I included all the necessary information above

godexsoft avatar Aug 16 '19 13:08 godexsoft

My bad. was actually referring to the 108x108 @x2 icon.. i was providing 100x100 looking in the wrong place. I now provide 216x216 icon but it still does not appear. It's the QuickLook icon for 44mm watch. If i inspect the generated AppIcon Contents.json the item is there but it got no filepath, hence it's empty in Xcode.

godexsoft avatar Aug 16 '19 13:08 godexsoft

It appears that this icon has not been configured at all. I noticed that the icons get the default corodva icons when they are not configured but this 44mm 2x icon (216 x 216px) does not get any icon. This part needs to be manually in Resources>Images.xcassets>AppIcon at the moment as far as I can tell. image

dakotaJang avatar Jan 10 '20 20:01 dakotaJang

As you can see here the filename is missing for this, so it can't be set automatically. But i don't know why...

EinfachHans avatar Feb 11 '20 08:02 EinfachHans