- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Tags:
- HTML5
- Intel® XDK
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page