<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I believe this excerpt from in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/sync-icon-in-iOS/m-p/1069072#M57438</link>
    <description>&lt;P&gt;I believe this excerpt from an unfinished sample covers all the iOS icon sizes you might need:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;!-- iOS icons and splash screens --&amp;gt;
&amp;lt;platform name="ios"&amp;gt;
    &amp;lt;!-- iPhone and iPod Touch App Icons --&amp;gt;
    &amp;lt;icon src="pkg/ios/icon.png" width="57" height="57" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-60.png" width="60" height="60" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon@2x.png" width="114" height="114" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-60@2x.png" width="120" height="120" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-60@3x.png" width="180" height="180" /&amp;gt;
    &amp;lt;!-- iPad, iPad Mini and iPad Pro App Icons --&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-72.png" width="72" height="72" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-76.png" width="76" height="76" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-72@2x.png" width="144" height="144" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-76@2x.png" width="152" height="152" /&amp;gt;
    &amp;lt;!-- Spotlight Icons --&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-40.png" width="40" height="40" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-60.png" width="60" height="60" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-40@2x.png" width="80" height="80" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-40@3x.png" width="120" height="120" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-60@3x.png" width="180" height="180" /&amp;gt;
    &amp;lt;!-- Settings Icons --&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-small.png" width="29" height="29" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-small@2x.png" width="58" height="58" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-small@3x.png" width="87" height="87" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-50.png" width="50" height="50" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-50@2x.png" width="100" height="100" /&amp;gt;

    &amp;lt;!-- iPad Splash Screens --&amp;gt;
    &amp;lt;splash src="pkg/ios/default-portrait~ipad.png" width="768" height="1024"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-landscape~ipad.png" width="1024" height="768"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-portrait@2x~ipad.png" width="1536" height="2048"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-landscape@2x~ipad.png" width="2048" height="1536"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-portrait~ipad-pro.png" width="2048" height="2732"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-landscape~ipad-pro.png" width="2732" height="2048"/&amp;gt;
    &amp;lt;!-- iPhone 6 and 6 Plus Splash Screens --&amp;gt;
    &amp;lt;splash src="pkg/ios/default-667h.png" width="750" height="1334"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-736h.png" width="1242" height="2208"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-landscape-736h.png" width="2208" height="1242"/&amp;gt;
    &amp;lt;!-- iPhone 5, iPhone 4s, iPhone Retina and iPhone Splash Screens --&amp;gt;
    &amp;lt;splash src="pkg/ios/default~iphone.png" width="320" height="480"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default@2x~iphone.png" width="640" height="960"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-568h@2x~iphone.png" width="640" height="1136"/&amp;gt;
&amp;lt;/platform&amp;gt;
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Nov 2015 06:02:36 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2015-11-21T06:02:36Z</dc:date>
    <item>
      <title>sync icon in iOS</title>
      <link>https://community.intel.com/t5/Software-Archive/sync-icon-in-iOS/m-p/1069070#M57436</link>
      <description>&lt;P&gt;See my attached image. I have spent ages successfully hacking the 'intelxdk.config.additions.xml' file so that custom icons show up instead of PhoneGap / Cordova icons.&lt;/P&gt;

&lt;P&gt;Except for my install icon. When syncing the app over to my iOS device for the first time, an icon appears, with the word "Installing..." underneath it. And it fades into view as the install occurs. However, the wrong icon appears. I would like my custom icon to appear. Not a generic icon.&lt;/P&gt;

&lt;P&gt;How to fix?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 07:30:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/sync-icon-in-iOS/m-p/1069070#M57436</guid>
      <dc:creator>Rob_Welan</dc:creator>
      <dc:date>2015-11-16T07:30:56Z</dc:date>
    </item>
    <item>
      <title>i'm looking into building for</title>
      <link>https://community.intel.com/t5/Software-Archive/sync-icon-in-iOS/m-p/1069071#M57437</link>
      <description>&lt;P&gt;i'm looking into building for ios as well but didn't start yet. just to be sure, did you set all icon sizes through the xdk gui before changing the additions xml?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 11:36:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/sync-icon-in-iOS/m-p/1069071#M57437</guid>
      <dc:creator>Roi_D_</dc:creator>
      <dc:date>2015-11-16T11:36:53Z</dc:date>
    </item>
    <item>
      <title>I believe this excerpt from</title>
      <link>https://community.intel.com/t5/Software-Archive/sync-icon-in-iOS/m-p/1069072#M57438</link>
      <description>&lt;P&gt;I believe this excerpt from an unfinished sample covers all the iOS icon sizes you might need:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;!-- iOS icons and splash screens --&amp;gt;
&amp;lt;platform name="ios"&amp;gt;
    &amp;lt;!-- iPhone and iPod Touch App Icons --&amp;gt;
    &amp;lt;icon src="pkg/ios/icon.png" width="57" height="57" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-60.png" width="60" height="60" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon@2x.png" width="114" height="114" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-60@2x.png" width="120" height="120" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-60@3x.png" width="180" height="180" /&amp;gt;
    &amp;lt;!-- iPad, iPad Mini and iPad Pro App Icons --&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-72.png" width="72" height="72" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-76.png" width="76" height="76" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-72@2x.png" width="144" height="144" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-76@2x.png" width="152" height="152" /&amp;gt;
    &amp;lt;!-- Spotlight Icons --&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-40.png" width="40" height="40" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-60.png" width="60" height="60" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-40@2x.png" width="80" height="80" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-40@3x.png" width="120" height="120" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-60@3x.png" width="180" height="180" /&amp;gt;
    &amp;lt;!-- Settings Icons --&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-small.png" width="29" height="29" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-small@2x.png" width="58" height="58" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-small@3x.png" width="87" height="87" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-50.png" width="50" height="50" /&amp;gt;
    &amp;lt;icon src="pkg/ios/icon-50@2x.png" width="100" height="100" /&amp;gt;

    &amp;lt;!-- iPad Splash Screens --&amp;gt;
    &amp;lt;splash src="pkg/ios/default-portrait~ipad.png" width="768" height="1024"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-landscape~ipad.png" width="1024" height="768"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-portrait@2x~ipad.png" width="1536" height="2048"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-landscape@2x~ipad.png" width="2048" height="1536"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-portrait~ipad-pro.png" width="2048" height="2732"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-landscape~ipad-pro.png" width="2732" height="2048"/&amp;gt;
    &amp;lt;!-- iPhone 6 and 6 Plus Splash Screens --&amp;gt;
    &amp;lt;splash src="pkg/ios/default-667h.png" width="750" height="1334"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-736h.png" width="1242" height="2208"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-landscape-736h.png" width="2208" height="1242"/&amp;gt;
    &amp;lt;!-- iPhone 5, iPhone 4s, iPhone Retina and iPhone Splash Screens --&amp;gt;
    &amp;lt;splash src="pkg/ios/default~iphone.png" width="320" height="480"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default@2x~iphone.png" width="640" height="960"/&amp;gt;
    &amp;lt;splash src="pkg/ios/default-568h@2x~iphone.png" width="640" height="1136"/&amp;gt;
&amp;lt;/platform&amp;gt;
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2015 06:02:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/sync-icon-in-iOS/m-p/1069072#M57438</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-11-21T06:02:36Z</dc:date>
    </item>
  </channel>
</rss>

