<?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 Cordova build version in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Cordova-build-version/m-p/1049315#M49216</link>
    <description>&lt;P&gt;Hi, I've set in my build settings to use Cordova 4.1.2, but my ios build log tells me that I'm building with Cordova 3.3 - what is going wrong?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I attach screenshots of my build log and build settings&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2015 02:04:52 GMT</pubDate>
    <dc:creator>hsdk_k_</dc:creator>
    <dc:date>2015-06-23T02:04:52Z</dc:date>
    <item>
      <title>Cordova build version</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-build-version/m-p/1049315#M49216</link>
      <description>&lt;P&gt;Hi, I've set in my build settings to use Cordova 4.1.2, but my ios build log tells me that I'm building with Cordova 3.3 - what is going wrong?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I attach screenshots of my build log and build settings&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 02:04:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-build-version/m-p/1049315#M49216</guid>
      <dc:creator>hsdk_k_</dc:creator>
      <dc:date>2015-06-23T02:04:52Z</dc:date>
    </item>
    <item>
      <title>In your project directory</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-build-version/m-p/1049316#M49217</link>
      <description>&lt;P&gt;In your project directory there is a file named intelxdk.config.ios.xml. That is the "build file" that sends instructions to the build server. Here's an example of one for a sample app that I was playing with:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;
&amp;lt;widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="demo.PixiSpine" version="0.0.1"&amp;gt;
&amp;lt;!--This file is generated by the Intel XDK. Do not edit this file as your edits will be lost.           --&amp;gt;
&amp;lt;!--To change the contents of this file, see the documentation on the intelxdk.config.additions.xml file.--&amp;gt;
&amp;lt;intelxdk:version value="1.0"/&amp;gt;
&amp;lt;intelxdk:cordova-cli version="4.1.2"/&amp;gt;
&amp;lt;name&amp;gt;test-crosswalk-options-pixi&amp;lt;/name&amp;gt;
&amp;lt;description&amp;gt;A game sample built using Pixi.js that teaches developer to use Spine animation&amp;lt;/description&amp;gt;
&amp;lt;author&amp;gt;Intel XDK&amp;lt;/author&amp;gt;
&amp;lt;content src="index.html"/&amp;gt;
&amp;lt;access origin="*"/&amp;gt;
&amp;lt;intelxdk:plugin intelxdk:name="Device" intelxdk:value="org.apache.cordova.device" intelxdk:version="0.2.13"/&amp;gt;
&amp;lt;intelxdk:plugin intelxdk:name="SplashScreen" intelxdk:value="org.apache.cordova.splashscreen" intelxdk:version="0.3.5"/&amp;gt;
&amp;lt;preference name="ios-target" value="6"/&amp;gt;
&amp;lt;preference name="ios-configuration" value="adhoc"/&amp;gt;
&amp;lt;preference name="Fullscreen" value="true"/&amp;gt;
&amp;lt;preference name="Orientation" value="landscape"/&amp;gt;
&amp;lt;!--creationInfo:{"src":"https://appcenter.html5tools-software.intel.com/api/v2.0/redirect/projectrenderers/release-2015-ww25/jsapp/samples-pixi-spritesheet-armature/sample.zip","projectTypeName":"com.intel.xdk.projecttype.jsapp"}--&amp;gt;
&amp;lt;preference name="debuggable" value="true"/&amp;gt;
&amp;lt;preference name="SplashScreenDelay" value="2000"/&amp;gt;
&amp;lt;intelxdk:crosswalk xmlns:intelxdk="http://xdk.intel.com/ns/v1" xwalk-command-line="--disable-pull-to-refresh-effect"/&amp;gt;
&amp;lt;intelxdk:crosswalk xmlns:intelxdk="http://xdk.intel.com/ns/v1" xwalk-command-line="--show-fps-counter"/&amp;gt;&amp;lt;/widget&amp;gt;&lt;/PRE&gt;

&lt;P&gt;The line of interest has the CLI version that was sent to the build server. In your ios.xml file, what version does it show on that line?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 23:58:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-build-version/m-p/1049316#M49217</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-06-24T23:58:00Z</dc:date>
    </item>
    <item>
      <title>Hi, my xml file is as follows</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-build-version/m-p/1049317#M49218</link>
      <description>&lt;P&gt;Hi, my xml file is as follows - &amp;nbsp;the cli version is 4.1.2 here as well.&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;
&amp;lt;widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="com.maydev.redjami2-xdk" version="0.0.1" ios-CFBundleVersion="1.0"&amp;gt;
&amp;lt;!--This file is generated by the Intel XDK. Do not edit this file as your edits will be lost.           --&amp;gt;
&amp;lt;!--To change the contents of this file, see the documentation on the intelxdk.config.additions.xml file.--&amp;gt;
&amp;lt;intelxdk:version value="1.0"/&amp;gt;
&amp;lt;intelxdk:cordova-cli version="4.1.2"/&amp;gt;
&amp;lt;name&amp;gt;RedJami2-xdk&amp;lt;/name&amp;gt;
&amp;lt;author&amp;gt;Maydev Studios&amp;lt;/author&amp;gt;
&amp;lt;content src="index.html"/&amp;gt;
&amp;lt;access origin="*"/&amp;gt;
&amp;lt;intelxdk:plugin intelxdk:name="Device" intelxdk:value="org.apache.cordova.device" intelxdk:version="0.2.13"/&amp;gt;
&amp;lt;intelxdk:plugin intelxdk:name="SplashScreen" intelxdk:value="org.apache.cordova.splashscreen" intelxdk:version="0.3.5"/&amp;gt;
&amp;lt;intelxdk:plugin intelxdk:name="File" intelxdk:value="org.apache.cordova.file" intelxdk:version="1.3.2"/&amp;gt;
&amp;lt;intelxdk:plugin intelxdk:name="Dialogs (notification)" intelxdk:value="org.apache.cordova.dialogs" intelxdk:version="0.2.11"/&amp;gt;
&amp;lt;intelxdk:plugin intelxdk:name="cordova-config" intelxdk:value="cordova-plugins/plugin-config" intelxdk:type="local"/&amp;gt;
&amp;lt;intelxdk:plugin intelxdk:name="cordova-plugin-screen-orientation" intelxdk:value="https://github.com/gbenvenuti/cordova-plugin-screen-orientation.git"/&amp;gt;
&amp;lt;preference name="ios-target" value="7.0"/&amp;gt;
&amp;lt;preference name="ios-configuration" value="adhoc"/&amp;gt;
&amp;lt;preference name="Orientation" value="landscape"/&amp;gt;
&amp;lt;preference name="Fullscreen" value="false"/&amp;gt;
&amp;lt;intelxdk:provisioning intelxdk:src="xdk_certs/RedJami2xdkadhoc.mobileprovision" intelxdk:type="adhoc"/&amp;gt;
&amp;lt;!--creationInfo:{"src":"","projectTypeName":"com.intel.xdk.projecttype.jsapp"}--&amp;gt;
&amp;lt;preference name="target-device" value="tablet"/&amp;gt;
&amp;lt;preference name="webviewbounce" value="false"/&amp;gt;
&amp;lt;preference name="UIWebViewBounce" value="false"/&amp;gt;
&amp;lt;preference name="DisallowOverscroll" value="true"/&amp;gt;&amp;lt;/widget&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 01:05:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-build-version/m-p/1049317#M49218</guid>
      <dc:creator>hsdk_k_</dc:creator>
      <dc:date>2015-06-25T01:05:42Z</dc:date>
    </item>
    <item>
      <title>Are you choosing "Upload</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-build-version/m-p/1049318#M49219</link>
      <description>&lt;P&gt;Are you choosing "Upload Project" when you start the build? If you choose "Use Existing" the changes to your project will not get sent to the build server and it will just use the last set of files that were sent, which may still be specifying CLI 3.3. I just did a test build and I get CLI 4.1.2 in the build log.&lt;/P&gt;

&lt;P&gt;Please try the build again and be sure to select "Upload Project."&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:59:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-build-version/m-p/1049318#M49219</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-06-25T20:59:10Z</dc:date>
    </item>
  </channel>
</rss>

