Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

IPad Pro icon dimensions incorrect in XDK ?

Jamal_A_
Beginner
541 Views

I've searched the web, and the only dimensions I found for IPad Pro icon is 167x167.

In Intel SDK 3641, open project properties, Launch icons, iOS, it lists the IPad Pro icon size as 187x187.

Please refer to http://iosres.com

Is this a bug? Which is correct?

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
541 Views

You're correct, it's a bug. I'll file a request to change. In the meantime, you can add the correct icon by adding these lines to your intelxdk.config.additions.xml file and, obviously, adding the appropriate icon to the package-assets folder:

<platform name="ios">
    <icon src="package-assets/ios/icon-83.5@2x.png" width="167" height="167" />
</platform>

You can name that icon file anything you want and using the ios folder is up to you, this is just an example. This is the standard Cordova tag for adding icons.

0 Kudos
Reply