Author: steven
Date: Thu Jan 25 22:43:57 2018
New Revision: 1822233

URL: http://svn.apache.org/viewvc?rev=1822233&view=rev
Log:
Updated docs

Modified:
    cordova/site/public/docs/en/dev/guide/platforms/win8/index.html
    cordova/site/public/feed.xml

Modified: cordova/site/public/docs/en/dev/guide/platforms/win8/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/platforms/win8/index.html?rev=1822233&r1=1822232&r2=1822233&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/platforms/win8/index.html (original)
+++ cordova/site/public/docs/en/dev/guide/platforms/win8/index.html Thu Jan 25 
22:43:57 2018
@@ -2722,7 +2722,7 @@ on how to support IE along with comparab
 <p>To develop apps for Windows 10:</p>
 
 <ul>
-<li>Windows 8.1 or Windows 10, 32- or 64-bit, along with
+<li>Windows 10 (or Windows 8.1), 32- or 64-bit, along with
 <a href="http://www.visualstudio.com/downloads";>Visual Studio 2015</a> or 
higher.</li>
 </ul>
 
@@ -2758,7 +2758,8 @@ requirements listed above.</p>
 
 <p>The tools and SDKs for the target Windows platforms (UWP, 8.1, etc.) must 
also be selected in the installer. They can be found under the &quot;Windows 
and Web Development&quot; heading.</p>
 
-<p><br/><p align="center"><img 
src="/static/img/guide/platforms/win8/win8_installTools.png" /></p><br/></p>
+<p><br/><p align="center"><img 
src="/static/img/guide/platforms/win8/win8_installTools.png" /></p><br/>
+TODO Replace or add Visual Studio 2017 screenshot</p>
 
 <h2>Project Configuration</h2>
 
@@ -2773,7 +2774,7 @@ requirements listed above.</p>
 <p>If you want to build Windows 8.1 and Windows Phone 8.1 packages by default, 
you have to target <code>8.1</code> and the following configuration setting 
must be added to configuration file (<code>config.xml</code>).</p>
 <div class="highlight"><pre><code class="language-xml" data-lang="xml"><span 
class="nt">&lt;preference</span> <span class="na">name=</span><span 
class="s">"windows-target-version"</span> <span class="na">value=</span><span 
class="s">"8.1"</span> <span class="nt">/&gt;</span>
 </code></pre></div>
-<p>Once you add this setting the <code>build</code> command will start 
producing Windows 8.1 and Windows Phone 8.1 packages.</p>
+<p>Once you add this setting, the <code>build</code> command will start 
producing Windows 8.1 and Windows Phone 8.1 packages.</p>
 
 <h4>Overriding configuration with the --appx parameter</h4>
 
@@ -2782,7 +2783,7 @@ requirements listed above.</p>
 </code></pre></div>
 <p>The build system will ignore the preference set in config.xml for the 
target Windows version and strictly build a package for Windows Phone 8.1.</p>
 
-<p>Valid values for the <code>--appx</code> flag are <code>8.1-win</code>, 
<code>8.1-phone</code>, and <code>uap</code> (for Windows 10 Universal Apps).  
These options also apply to the <code>cordova run</code> command.</p>
+<p>Valid values for the <code>--appx</code> flag are <code>8.1-win</code>, 
<code>8.1-phone</code>, and <code>uwp</code> or <code>uap</code> (for Windows 
10 Universal Apps / Universal Windows Apps).  These options also apply to the 
<code>cordova run</code> command.</p>
 
 <h4>Considerations for target Windows version</h4>
 
@@ -2806,20 +2807,48 @@ to prevent script injection attacks.</p>
 <p>This allows you to run the application on a specific device or emulator, in 
this case &quot;Emulator 8.1 720p 4.7 inch&quot;</p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova run 
windows --target="Emulator 8.1 720P 4.7 inch" -- --phone
 </code></pre></div>
+<h4>Architecture option</h4>
+
+<p>TODO</p>
+
+<ul>
+<li><code>--archs</code></li>
+<li>Specific chip architectures (<code>anycpu</code>, <code>arm</code>, 
<code>x86</code>, <code>x64</code>)</li>
+</ul>
+
+<h4>Bundle option</h4>
+
+<p>TODO</p>
+
+<ul>
+<li><code>--bundle</code></li>
+<li>Generates an .appxbundle. Not valid if anycpu AND chip-specific 
architectures are used (at the same time)</li>
+</ul>
+
 <p>You can also use <strong>cordova run --help</strong> to see additional 
build and run options.</p>
 
 <h4>Deploy options when targetting Windows (Phone) 8.1</h4>
 
 <p>With Windows (Phone) 8.1 packages you have more options for deployment.</p>
 
+<h5><code>--phone</code> and <code>--win</code></h5>
+
 <p>To deploy Windows 8.1 package:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova run 
windows -- --win  # explicitly specify Windows as deployment target
-cordova run windows # `run` uses Windows package by default
 </code></pre></div>
 <p>To deploy Windows Phone 8.1 package:</p>
 <div class="highlight"><pre><code class="language-" data-lang="">cordova run 
windows -- --phone  # deploy app to Windows Phone 8.1 emulator
 cordova run windows --device -- --phone  # deploy app to connected device
 </code></pre></div>
+<h5><code>--win10tools</code></h5>
+
+<p>TODO</p>
+
+<ul>
+<li><code>--win10tools</code></li>
+<li>Uses Windows 10 deployment tools (used for a Windows 8.1 app when) being 
deployed to a Windows 10 device</li>
+</ul>
+
 <h3>Using Visual Studio to deploy the app</h3>
 
 <p>Once you build a Cordova app, you can open it with

Modified: cordova/site/public/feed.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1822233&r1=1822232&r2=1822233&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Thu Jan 25 22:43:57 2018
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Thu, 25 Jan 2018 18:42:43 +0000</pubDate>
-    <lastBuildDate>Thu, 25 Jan 2018 18:42:43 +0000</lastBuildDate>
+    <pubDate>Thu, 25 Jan 2018 22:20:20 +0000</pubDate>
+    <lastBuildDate>Thu, 25 Jan 2018 22:20:20 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to