Add Icon 83.5x83.5@2x to iOS App in Visual Studio Tools for Apache Cordova with remote-build

Viewed 666

I have added a icon called icon-83.5-2x.png in the res folder and add the following line to the config.xml:

<icon height="167" src="res/icons/ios/icon-83.5-2x.png" width="167" />

the icon is copied into the folder AppIcon.appiconset on my windows machine but not on my mac. How can I add the iPad Pro icon to the Xcode project?

1 Answers
Related