I am trying to configure the iOS applications icons but adding this to the config.json doesn’t work.
{
"author": "myemail",
"config_version": "2",
"description": "My Extension Description",
"icons": {
"ios": {
"57": "57px.png",
"72": "72px.png",
"114": "114px.png"
}
},...
All icons are in my src folder.
Note that the
iconsconfiguration must be inside amoduleshash (see http://current-docs.trigger.io/modules/icons.html#config).Also, see https://github.com/goodgravy/forge-spikes/tree/master/ios-icons for a stripped down example app which has a “lovely” magenta icon set.