Adding App Icon to WatchOS App info.plist

I am trying to add App Icons to my WatchOS app but need to do this in the

Info.plist
as I am building the project through the NativeScript CLI.


I have all the watch icons stored in

AppIcon.appiconset
inside
Images.xcassets
. I am unsure of how to do this and have looked around but found no solution, any help is greatly appreciated!

Replies

"Normally" (I mean on native XCode), those icons are in xcAssets (AppIcon) of the watch target (not the watch extension).


If there is a different way with NativeScript, you should ask them the question directly.