High Res Icon - iPad3 ( not supported yet ? )
I'm trying to include the following to my app XML to allow for the x2 icon for iPad3
<icon>
<image144x144>assets/icon72@2x.png</image144x144
<image72x72>assets/icon72.png</image72x72>
<image48x48>assets/icon48.png</image48x48>
</icon>
I get the following error.
application.icon.image144x144 is an unexpected element/attribute
Do I have the node name wrong ?
