Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.1.1, 4.2.0
-
None
-
% cordova --version
6.2.0
% cordova platform ls
Installed platforms:
ios 4.1.1
-
Important
Description
Even if I add to my config file icons with the respective sizes, Apple Watch icons aren't added as other icons do.
`config.xml` excerpt:
[...] <icon platform="ios" src="res/icons/icon-24@2x.png" width="48" height="48" /> <icon platform="ios" src="res/icons/icon-27.5@2x.png" width="55" height="55" /> <icon platform="ios" src="res/icons/icon-29@2x.png" width="58" height="58" /> <icon platform="ios" src="res/icons/icon-29@3x.png" width="87" height="87" /> [...]
And the resulting Images.xcassets > AppIcon: