Author: steven
Date: Fri Dec 21 13:43:17 2018
New Revision: 1849475

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

Added:
    cordova/site/public/news/2018/12/
    cordova/site/public/news/2018/12/21/
    cordova/site/public/news/2018/12/21/xcode-1.1.0.html
Modified:
    cordova/site/public/announcements/2018/11/23/cordova-android-7.1.4.html
    cordova/site/public/blog/index.html
    cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html
    
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
    cordova/site/public/feed.xml
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js
    cordova/site/public/static/js/plugins.js

Modified: 
cordova/site/public/announcements/2018/11/23/cordova-android-7.1.4.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/announcements/2018/11/23/cordova-android-7.1.4.html?rev=1849475&r1=1849474&r2=1849475&view=diff
==============================================================================
--- cordova/site/public/announcements/2018/11/23/cordova-android-7.1.4.html 
(original)
+++ cordova/site/public/announcements/2018/11/23/cordova-android-7.1.4.html Fri 
Dec 21 13:43:17 2018
@@ -172,6 +172,26 @@ cordova platform add android@latest
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/news/2018/12/21/xcode-1.1.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/news/2018/12/21/xcode-1.1.0.html">Cordova node xcode 1.1.0 Patch 
Release</a>
+                    <div class="date"> 21 Dec 2018 - By Chris Brody </div>
+                    <p class="content">
+                        <!--
+                            NOTE:
+                                the markdownify filter is used here
+                                because posts are rendered in sequence;
+                                that is, the next post's content isn't
+                                yet rendered at the time that this post
+                                is being rendered, so page.next.excerpt
+                                is still in Markdown and not HTML
+
+                            Reference: 
https://github.com/jekyll/jekyll/issues/2860
+                        -->
+                        We are happy to announce that Cordova node xcode 1.1.0 
version was...
+                    </p>
+                
             </div>
         </div>
     </footer>

Modified: cordova/site/public/blog/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1849475&r1=1849474&r2=1849475&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Fri Dec 21 13:43:17 2018
@@ -124,6 +124,46 @@
             
             <li>
                 <header>
+                    <div class="adorner" blogTime="Fri, 21 Dec 2018 00:00:00 
+0000"></div>
+                    <h2 class="title">
+                        <a href="/news/2018/12/21/xcode-1.1.0.html">Cordova 
node xcode 1.1.0 Patch Release</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">21 Dec 2018</span>
+                        - by
+                        <span class="author">
+                            
+                                <a href="https://twitter.com/brodybits";>Chris 
Brody</a>
+                            
+                        </span>
+                        <a class="comment" 
href="/news/2018/12/21/xcode-1.1.0.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that Cordova node xcode 
<code>1.1.0</code> version was released in December 2018.</p>
+
+<h2>Release Highlights</h2>
+
+<p>The purpose of this patch release is to include the following updates:</p>
+
+<ul>
+<li>feat: omit objects with empty values (<a 
href="https://github.com/apache/cordova-node-xcode/pull/24";>#24</a>)</li>
+<li>Resolve issue with <code>pbxFile</code> extension (<a 
href="https://github.com/apache/cordova-node-xcode/pull/31";>#31</a>)</li>
+<li>uuid@3 update (<a 
href="https://github.com/apache/cordova-node-xcode/pull/40";>#40</a>)</li>
+<li>move <code>pegjs</code> to <code>devDependencies</code> in 
<code>package.json</code> (<a 
href="https://github.com/apache/cordova-node-xcode/pull/10";>#10</a>)</li>
+<li>Fixed bug where comment is not removed on removing embedded frameworks. 
(<a href="https://github.com/apache/cordova-node-xcode/pull/5";>#5</a>)</li>
+</ul>
+
+<h2>Deprecation Note</h2>
+
+<p>As NodeJS 4.x support ended on April 30<sup>th</sup>, 2018, we are 
proceeding with our <a 
href="http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html";>previously
 announced</a> deprecation timeline.  This is possibly the last release that 
will support Node.js 4.x.</p>
+</p>
+                    <div><a 
href="/news/2018/12/21/xcode-1.1.0.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
                     <div class="adorner" blogTime="Fri, 23 Nov 2018 00:00:00 
+0000"></div>
                     <h2 class="title">
                         <a 
href="/announcements/2018/11/23/cordova-android-7.1.4.html">Cordova Android 
7.1.4 Released!</a>
@@ -8075,7 +8115,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Fri, 23 Nov 2018 00:00:00 
+0000").getTime();
+            var lastPostTime = new Date("Fri, 21 Dec 2018 00:00:00 
+0000").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };

Modified: 
cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html?rev=1849475&r1=1849474&r2=1849475&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html 
(original)
+++ cordova/site/public/docs/en/dev/reference/cordova-plugin-camera/index.html 
Fri Dec 21 13:43:17 2018
@@ -2647,14 +2647,10 @@ than <code>DATA_URL</code>.</p>
 
 <ul>
 <li>Android</li>
-<li>BlackBerry</li>
 <li>Browser</li>
-<li>Firefox</li>
-<li>FireOS</li>
 <li>iOS</li>
 <li>Windows</li>
-<li>WP8</li>
-<li>Ubuntu</li>
+<li>OSX</li>
 </ul>
 
 <p>More examples <a href="#camera-getPicture-examples">here</a>. Quirks <a 
href="#camera-getPicture-quirks">here</a>.</p>
@@ -3227,12 +3223,6 @@ function onFail(message) {
 </code></pre></div></li>
 </ul>
 
-<h4>Amazon Fire OS Quirks <a name="camera-getPicture-quirks"></a></h4>
-
-<p>Amazon Fire OS uses intents to launch the camera activity on the device to 
capture
-images, and on phones with low memory, the Cordova activity may be killed.  In 
this
-scenario, the image may not appear when the Cordova activity is restored.</p>
-
 <h4>Android Quirks</h4>
 
 <p>Android uses intents to launch the camera activity on the device to capture
@@ -3248,10 +3238,6 @@ successful.</p>
 
 <p>Can only return photos as Base64-encoded image.</p>
 
-<h4>Firefox OS Quirks</h4>
-
-<p>Camera plugin is currently implemented using <a 
href="https://hacks.mozilla.org/2013/01/introducing-web-activities/";>Web 
Activities</a>.</p>
-
 <h4>iOS Quirks</h4>
 
 <p>Including a JavaScript <code>alert()</code> in either of the callback 
functions
@@ -3277,22 +3263,8 @@ start page from scratch and success and
 
 <p>More information about Windows Phone 8.1 picker APIs is here: <a 
href="https://msdn.microsoft.com/en-us/library/windows/apps/dn720490.aspx";>How 
to continue your Windows Phone app after calling a file picker</a></p>
 
-<h4>Tizen Quirks</h4>
-
-<p>Tizen only supports a <code>destinationType</code> of
-<code>Camera.DestinationType.FILE_URI</code> and a <code>sourceType</code> of
-<code>Camera.PictureSourceType.PHOTOLIBRARY</code>.</p>
-
 <h2><code>CameraOptions</code> Errata <a name="CameraOptions-quirks"></a></h2>
 
-<h4>Amazon Fire OS Quirks</h4>
-
-<ul>
-<li><p>Any <code>cameraDirection</code> value results in a back-facing 
photo.</p></li>
-<li><p>Ignores the <code>allowEdit</code> parameter.</p></li>
-<li><p><code>Camera.PictureSourceType.PHOTOLIBRARY</code> and 
<code>Camera.PictureSourceType.SAVEDPHOTOALBUM</code> both display the same 
photo album.</p></li>
-</ul>
-
 <h4>Android Quirks</h4>
 
 <ul>
@@ -3302,30 +3274,6 @@ start page from scratch and success and
 <li><p>Ignores the <code>encodingType</code> parameter if the image is 
unedited (i.e. <code>quality</code> is 100, <code>correctOrientation</code> is 
false, and no <code>targetHeight</code> or <code>targetWidth</code> are 
specified). The <code>CAMERA</code> source will always return the JPEG file 
given by the native camera and the <code>PHOTOLIBRARY</code> and 
<code>SAVEDPHOTOALBUM</code> sources will return the selected file in its 
existing encoding.</p></li>
 </ul>
 
-<h4>BlackBerry 10 Quirks</h4>
-
-<ul>
-<li><p>Ignores the <code>quality</code> parameter.</p></li>
-<li><p>Ignores the <code>allowEdit</code> parameter.</p></li>
-<li><p><code>Camera.MediaType</code> is not supported.</p></li>
-<li><p>Ignores the <code>correctOrientation</code> parameter.</p></li>
-<li><p>Ignores the <code>cameraDirection</code> parameter.</p></li>
-</ul>
-
-<h4>Firefox OS Quirks</h4>
-
-<ul>
-<li><p>Ignores the <code>quality</code> parameter.</p></li>
-<li><p><code>Camera.DestinationType</code> is ignored and equals 
<code>1</code> (image file URI)</p></li>
-<li><p>Ignores the <code>allowEdit</code> parameter.</p></li>
-<li><p>Ignores the <code>PictureSourceType</code> parameter (user chooses it 
in a dialog window)</p></li>
-<li><p>Ignores the <code>encodingType</code></p></li>
-<li><p>Ignores the <code>targetWidth</code> and 
<code>targetHeight</code></p></li>
-<li><p><code>Camera.MediaType</code> is not supported.</p></li>
-<li><p>Ignores the <code>correctOrientation</code> parameter.</p></li>
-<li><p>Ignores the <code>cameraDirection</code> parameter.</p></li>
-</ul>
-
 <h4>iOS Quirks</h4>
 
 <ul>
@@ -3334,23 +3282,6 @@ start page from scratch and success and
 <li><p>When using <code>destinationType.NATIVE_URI</code> and 
<code>sourceType.PHOTOLIBRARY</code> or 
<code>sourceType.SAVEDPHOTOALBUM</code>, all editing options are ignored and 
link is returned to original picture.</p></li>
 </ul>
 
-<h4>Tizen Quirks</h4>
-
-<ul>
-<li><p>options not supported</p></li>
-<li><p>always returns a FILE URI</p></li>
-</ul>
-
-<h4>Windows Phone 7 and 8 Quirks</h4>
-
-<ul>
-<li><p>Ignores the <code>allowEdit</code> parameter.</p></li>
-<li><p>Ignores the <code>correctOrientation</code> parameter.</p></li>
-<li><p>Ignores the <code>cameraDirection</code> parameter.</p></li>
-<li><p>Ignores the <code>saveToPhotoAlbum</code> parameter.  IMPORTANT: All 
images taken with the WP8/8 Cordova camera API are always copied to the 
phone&#39;s camera roll.  Depending on the user&#39;s settings, this could also 
mean the image is auto-uploaded to their OneDrive.  This could potentially mean 
the image is available to a wider audience than your app intended. If this is a 
blocker for your application, you will need to implement the CameraCaptureTask 
as <a 
href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh394006.aspx";>documented
 on MSDN</a>. You may also comment or up-vote the related issue in the <a 
href="https://issues.apache.org/jira/browse/CB-2083";>issue tracker</a>.</p></li>
-<li><p>Ignores the <code>mediaType</code> property of 
<code>cameraOptions</code> as the Windows Phone SDK does not provide a way to 
choose videos from PHOTOLIBRARY.</p></li>
-</ul>
-
 <h2>Sample: Take Pictures, Select Pictures from the Picture Library, and Get 
Thumbnails <a name="sample"></a></h2>
 
 <p>The Camera plugin allows you to do things like open the device&#39;s Camera 
app and take a picture, or open the file picker and select one. The code 
snippets in this section demonstrate different tasks including:</p>

Modified: 
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html?rev=1849475&r1=1849474&r2=1849475&view=diff
==============================================================================
--- 
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
 (original)
+++ 
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
 Fri Dec 21 13:43:17 2018
@@ -2586,7 +2586,7 @@ instance, or the system browser.</p>
 
 <ul>
 <li><strong>hidden</strong>: set to <code>yes</code> to create the browser and 
load the page, but not show it. The loadstop event fires when loading is 
complete. Omit or set to <code>no</code> (default) to have the browser open and 
load normally.</li>
-<li><strong>beforeload</strong>: set to <code>yes</code> to enable the 
<code>beforeload</code> event to modify which pages are actually loaded in the 
browser.</li>
+<li><strong>beforeload</strong>: set to enable the <code>beforeload</code> 
event to modify which pages are actually loaded in the browser. Accepted values 
are <code>get</code> to intercept only GET requests, <code>post</code> to 
intercept on POST requests or <code>yes</code> to intercept both GET &amp; POST 
requests. Note that POST requests are not currently supported and will be 
ignored (if you set <code>beforeload=post</code> it will raise an error).</li>
 <li><strong>clearcache</strong>: set to <code>yes</code> to have the 
browser&#39;s cookie cache cleared before the new window is opened</li>
 <li><strong>clearsessioncache</strong>: set to <code>yes</code> to have the 
session cookie cache cleared before the new window is opened</li>
 <li><strong>closebuttoncaption</strong>: set to a string to use as the close 
button&#39;s caption instead of a X. Note that you need to localize this value 
yourself.</li>
@@ -2612,7 +2612,7 @@ Only has effect if user has <strong>foot
 <ul>
 <li><strong>usewkwebview</strong>: set to <code>yes</code> to use WKWebView 
engine for the InappBrowser. Omit or set to <code>no</code> (default) to use 
UIWebView. Note: Using <code>usewkwebview=yes</code> requires that a WKWebView 
engine plugin be installed in the Cordova project (e.g. <a 
href="https://github.com/apache/cordova-plugin-wkwebview-engine";>cordova-plugin-wkwebview-engine</a>
 or <a 
href="https://github.com/ionic-team/cordova-plugin-ionic-webview";>cordova-plugin-ionic-webview</a>).</li>
 <li><strong>hidden</strong>: set to <code>yes</code> to create the browser and 
load the page, but not show it. The loadstop event fires when loading is 
complete. Omit or set to <code>no</code> (default) to have the browser open and 
load normally.</li>
-<li><strong>beforeload</strong>: set to <code>yes</code> to enable the 
<code>beforeload</code> event to modify which pages are actually loaded in the 
browser.</li>
+<li><strong>beforeload</strong>: set to enable the <code>beforeload</code> 
event to modify which pages are actually loaded in the browser. Accepted values 
are <code>get</code> to intercept only GET requests, <code>post</code> to 
intercept on POST requests or <code>yes</code> to intercept both GET &amp; POST 
requests. Note that POST requests are not currently supported and will be 
ignored (if you set <code>beforeload=post</code> it will raise an error).</li>
 <li><strong>clearcache</strong>: set to <code>yes</code> to have the 
browser&#39;s cookie cache cleared before the new window is opened</li>
 <li><strong>clearsessioncache</strong>: set to <code>yes</code> to have the 
session cookie cache cleared before the new window is opened. For WKWebView, 
requires iOS 11+ on target device.</li>
 <li><strong>cleardata</strong>: set to <code>yes</code> to have the 
browser&#39;s entire local storage cleared (cookies, HTML5 local storage, 
IndexedDB, etc.) before the new window is opened</li>
@@ -2703,7 +2703,8 @@ var ref2 = cordova.InAppBrowser.open(enc
 <li><strong>loadstop</strong>: event fires when the <code>InAppBrowser</code> 
finishes loading a URL.</li>
 <li><strong>loaderror</strong>: event fires when the <code>InAppBrowser</code> 
encounters an error when loading a URL.</li>
 <li><strong>exit</strong>: event fires when the <code>InAppBrowser</code> 
window is closed.</li>
-<li><strong>beforeload</strong>: event fires when the 
<code>InAppBrowser</code> decides whether to load an URL or not (only with 
option <code>beforeload=yes</code>).</li>
+<li><strong>beforeload</strong>: event fires when the 
<code>InAppBrowser</code> decides whether to load an URL or not (only with 
option <code>beforeload</code> set).</li>
+<li><strong>message</strong>: event fires when the <code>InAppBrowser</code> 
receives a message posted from the page loaded inside the 
<code>InAppBrowser</code> Webview.</li>
 </ul></li>
 <li><p><strong>callback</strong>: the function that executes when the event 
fires. The function is passed an <code>InAppBrowserEvent</code> object as a 
parameter.</p></li>
 </ul>
@@ -2728,6 +2729,7 @@ var ref2 = cordova.InAppBrowser.open(enc
 
     <span class="nx">inAppBrowserRef</span><span class="p">.</span><span 
class="nx">addEventListener</span><span class="p">(</span><span 
class="s1">'beforeload'</span><span class="p">,</span> <span 
class="nx">beforeloadCallBack</span><span class="p">);</span>
 
+    <span class="nx">inAppBrowserRef</span><span class="p">.</span><span 
class="nx">addEventListener</span><span class="p">(</span><span 
class="s1">'message'</span><span class="p">,</span> <span 
class="nx">messageCallBack</span><span class="p">);</span>
 <span class="p">}</span>
 
 <span class="kd">function</span> <span 
class="nx">loadStartCallBack</span><span class="p">()</span> <span 
class="p">{</span>
@@ -2742,6 +2744,13 @@ var ref2 = cordova.InAppBrowser.open(enc
 
         <span class="nx">inAppBrowserRef</span><span class="p">.</span><span 
class="nx">insertCSS</span><span class="p">({</span> <span 
class="na">code</span><span class="p">:</span> <span 
class="s2">"body{font-size: 25px;"</span> <span class="p">});</span>
 
+        <span class="nx">inAppBrowserRef</span><span class="p">.</span><span 
class="nx">executeScript</span><span class="p">({</span> <span 
class="na">code</span><span class="p">:</span> <span class="s2">"\
+            var message = 'this is the message';\
+            var messageObj = {my_message: message};\
+            var stringifiedMessageObj = JSON.stringify(messageObj);\
+            
webkit.messageHandlers.cordova_iab.postMessage(stringifiedMessageObj);"</span>
+        <span class="p">});</span>
+
         <span class="nx">$</span><span class="p">(</span><span 
class="s1">'#status-message'</span><span class="p">).</span><span 
class="nx">text</span><span class="p">(</span><span class="s2">""</span><span 
class="p">);</span>
 
         <span class="nx">inAppBrowserRef</span><span class="p">.</span><span 
class="nx">show</span><span class="p">();</span>
@@ -2790,14 +2799,19 @@ var ref2 = cordova.InAppBrowser.open(enc
 
 <span class="p">}</span>
 
+<span class="kd">function</span> <span class="nx">messageCallback</span><span 
class="p">(</span><span class="nx">params</span><span class="p">){</span>
+    <span class="nx">$</span><span class="p">(</span><span 
class="s1">'#status-message'</span><span class="p">).</span><span 
class="nx">text</span><span class="p">(</span><span class="s2">"message 
received: "</span><span class="o">+</span><span class="nx">params</span><span 
class="p">.</span><span class="nx">data</span><span class="p">.</span><span 
class="nx">my_message</span><span class="p">);</span>
+<span class="p">}</span>
+
 </code></pre></div>
 <h3>InAppBrowserEvent Properties</h3>
 
 <ul>
-<li><p><strong>type</strong>: the eventname, either <code>loadstart</code>, 
<code>loadstop</code>, <code>loaderror</code>, or <code>exit</code>. 
<em>(String)</em></p></li>
+<li><p><strong>type</strong>: the eventname, either <code>loadstart</code>, 
<code>loadstop</code>, <code>loaderror</code>, <code>message</code> or 
<code>exit</code>. <em>(String)</em></p></li>
 <li><p><strong>url</strong>: the URL that was loaded. 
<em>(String)</em></p></li>
 <li><p><strong>code</strong>: the error code, only in the case of 
<code>loaderror</code>. <em>(Number)</em></p></li>
 <li><p><strong>message</strong>: the error message, only in the case of 
<code>loaderror</code>. <em>(String)</em></p></li>
+<li><p><strong>data</strong>: the message contents , only in the case of 
<code>message</code>. A stringified JSON object. <em>(String)</em></p></li>
 </ul>
 
 <h3>Supported Platforms</h3>
@@ -2812,7 +2826,11 @@ var ref2 = cordova.InAppBrowser.open(enc
 
 <h3>Browser Quirks</h3>
 
-<p><code>loadstart</code> and <code>loaderror</code> events are not being 
fired.</p>
+<p><code>loadstart</code>, <code>loaderror</code>, <code>message</code> events 
are not fired.</p>
+
+<h3>Windows Quirks</h3>
+
+<p><code>message</code> event is not fired.</p>
 
 <h3>Quick Example</h3>
 <div class="highlight"><pre><code class="language-" data-lang="">var ref = 
cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
@@ -2834,6 +2852,7 @@ ref.addEventListener('loadstart', functi
 <li><strong>loadstop</strong>: event fires when the <code>InAppBrowser</code> 
finishes loading a URL.</li>
 <li><strong>loaderror</strong>: event fires when the <code>InAppBrowser</code> 
encounters an error loading a URL.</li>
 <li><strong>exit</strong>: event fires when the <code>InAppBrowser</code> 
window is closed.</li>
+<li><strong>message</strong>: event fires when the <code>InAppBrowser</code> 
receives a message posted from the page loaded inside the 
<code>InAppBrowser</code> Webview.</li>
 </ul></li>
 <li><p><strong>callback</strong>: the function to execute when the event fires.
 The function is passed an <code>InAppBrowserEvent</code> object.</p></li>

Modified: cordova/site/public/feed.xml
URL: 
http://svn.apache.org/viewvc/cordova/site/public/feed.xml?rev=1849475&r1=1849474&r2=1849475&view=diff
==============================================================================
--- cordova/site/public/feed.xml (original)
+++ cordova/site/public/feed.xml Fri Dec 21 13:43:17 2018
@@ -6,11 +6,44 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Tue, 04 Dec 2018 16:03:19 +0000</pubDate>
-    <lastBuildDate>Tue, 04 Dec 2018 16:03:19 +0000</lastBuildDate>
+    <pubDate>Fri, 21 Dec 2018 13:24:41 +0000</pubDate>
+    <lastBuildDate>Fri, 21 Dec 2018 13:24:41 +0000</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Cordova node xcode 1.1.0 Patch Release</title>
+        <description>&lt;p&gt;We are happy to announce that Cordova node xcode 
&lt;code&gt;1.1.0&lt;/code&gt; version was released in December 2018.&lt;/p&gt;
+
+&lt;h2&gt;Release Highlights&lt;/h2&gt;
+
+&lt;p&gt;The purpose of this patch release is to include the following 
updates:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;feat: omit objects with empty values (&lt;a 
href=&quot;https://github.com/apache/cordova-node-xcode/pull/24&quot;&gt;#24&lt;/a&gt;)&lt;/li&gt;
+&lt;li&gt;Resolve issue with &lt;code&gt;pbxFile&lt;/code&gt; extension (&lt;a 
href=&quot;https://github.com/apache/cordova-node-xcode/pull/31&quot;&gt;#31&lt;/a&gt;)&lt;/li&gt;
+&lt;li&gt;uuid@3 update (&lt;a 
href=&quot;https://github.com/apache/cordova-node-xcode/pull/40&quot;&gt;#40&lt;/a&gt;)&lt;/li&gt;
+&lt;li&gt;move &lt;code&gt;pegjs&lt;/code&gt; to 
&lt;code&gt;devDependencies&lt;/code&gt; in 
&lt;code&gt;package.json&lt;/code&gt; (&lt;a 
href=&quot;https://github.com/apache/cordova-node-xcode/pull/10&quot;&gt;#10&lt;/a&gt;)&lt;/li&gt;
+&lt;li&gt;Fixed bug where comment is not removed on removing embedded 
frameworks. (&lt;a 
href=&quot;https://github.com/apache/cordova-node-xcode/pull/5&quot;&gt;#5&lt;/a&gt;)&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;Deprecation Note&lt;/h2&gt;
+
+&lt;p&gt;As NodeJS 4.x support ended on April 30&lt;sup&gt;th&lt;/sup&gt;, 
2018, we are proceeding with our &lt;a 
href=&quot;http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html&quot;&gt;previously
 announced&lt;/a&gt; deprecation timeline.  This is possibly the last release 
that will support Node.js 4.x.&lt;/p&gt;
+</description>
+        <pubDate>Fri, 21 Dec 2018 00:00:00 +0000</pubDate>
+        
<link>https://cordova.apache.org/news/2018/12/21/xcode-1.1.0.html</link>
+        <guid 
isPermaLink="true">https://cordova.apache.org/news/2018/12/21/xcode-1.1.0.html</guid>
+        
+        <category>release</category>
+        
+        <category>tools</category>
+        
+        
+        <category>news</category>
+        
+      </item>
+    
+      <item>
         <title>Cordova Android 7.1.4 Released!</title>
         <description>&lt;p&gt;We are happy to announce that Cordova Android 
&lt;code&gt;7.1.4&lt;/code&gt; has been released! This resolves a bug that was 
introduced in the recent &lt;code&gt;7.1.3&lt;/code&gt; release. Thanks to our 
users for the quick reports on &lt;a 
href=&quot;https://github.com/apache/cordova-android/issues&quot;&gt;GitHub 
issues&lt;/a&gt; and the help in identifying the problem.&lt;/p&gt;
 
@@ -328,36 +361,6 @@ cordova platform add windows@latest
         
         <category>release</category>
         
-        <category>tools</category>
-        
-        
-        <category>news</category>
-        
-      </item>
-    
-      <item>
-        <title>Cordova-fetch Release</title>
-        <description>&lt;p&gt;We are happy to announce that 
&lt;code&gt;cordova-fetch 1.3.1&lt;/code&gt; was released in September 
2018.&lt;/p&gt;
-
-&lt;h2&gt;Release Highlights&lt;/h2&gt;
-
-&lt;p&gt;The purpose of this release is to resolve the project URL in 
&lt;code&gt;package.json&lt;/code&gt; and include a few minor bug fixes. Here 
are the important changes:&lt;/p&gt;
-
-&lt;ul&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://github.com/apache/cordova-fetch/pull/20&quot;&gt;GH-20&lt;/a&gt;
 Fix repo url in &lt;code&gt;package.json&lt;/code&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/CB-13503&quot;&gt;CB-13503&lt;/a&gt;
 fix trimID bug when using file:path/to/plugin (&lt;a 
href=&quot;https://github.com/apache/cordova-fetch/pull/13&quot;&gt;GH-13&lt;/a&gt;)&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2&gt;Deprecation Note&lt;/h2&gt;
-
-&lt;p&gt;As NodeJS 4.x support ended on April 30&lt;sup&gt;th&lt;/sup&gt;, 
2018, we are proceeding with our &lt;a 
href=&quot;http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html&quot;&gt;previously
 announced&lt;/a&gt; deprecation timeline.  This is probably the last release 
that will support NodeJS 4.x.&lt;/p&gt;
-</description>
-        <pubDate>Mon, 17 Sep 2018 00:00:00 +0000</pubDate>
-        
<link>https://cordova.apache.org/news/2018/09/17/cordova-fetch-1.3.1.html</link>
-        <guid 
isPermaLink="true">https://cordova.apache.org/news/2018/09/17/cordova-fetch-1.3.1.html</guid>
-        
-        <category>release</category>
-        
         <category>tools</category>
         
         

Added: cordova/site/public/news/2018/12/21/xcode-1.1.0.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/news/2018/12/21/xcode-1.1.0.html?rev=1849475&view=auto
==============================================================================
--- cordova/site/public/news/2018/12/21/xcode-1.1.0.html (added)
+++ cordova/site/public/news/2018/12/21/xcode-1.1.0.html Fri Dec 21 13:43:17 
2018
@@ -0,0 +1,291 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="format-detection" content="telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, 
maximum-scale=1, minimum-scale=1, width=device-width" />
+    <meta name="description" content="We are happy to announce that Cordova 
node xcode 1.1.0 version was released in December 2018.Release HighlightsThe 
purpose of this patch release is to includ...">
+
+    <title>
+        
+            
+                Cordova node xcode 1.1.0 Patch Release - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" 
href="https://cordova.apache.org/news/2018/12/21/xcode-1.1.0.html";>
+
+    <!-- CSS -->
+    <link rel="stylesheet" type="text/css" href="/static/css/main.css">
+    <link rel="stylesheet" type="text/css" href="/static/css/lib/syntax.css">
+    <!-- Algolia Search CSS -->
+    <link rel="stylesheet" 
href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css"; />
+
+    <!-- Fonts -->
+    <!-- For attribution information, see www/attributions.html -->
+    <link 
href='https://fonts.googleapis.com/css?family=Raleway:700,400,300,700italic,400italic,300italic'
 rel='stylesheet' type='text/css'>
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media 
queries -->
+    <!--[if lt IE 9]>
+        <script 
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js";></script>
+        <script 
src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js";></script>
+    <![endif]-->
+    <script type="text/javascript">
+        var disqus_developer = 1; // this would set it to developer mode
+    </script>
+
+    <!-- JS -->
+    <script defer type="text/javascript" 
src="/static/js/lib/jquery-2.1.1.min.js"></script>
+    <script defer type="text/javascript" 
src="/static/js/lib/bootstrap.min.js"></script>
+    <script defer type="text/javascript" 
src="/static/js/lib/ZeroClipboard.js"></script>
+
+    <script>
+    
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+    
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+    ga('create', 'UA-64283057-3', 'auto');
+    ga('send', 'pageview');
+</script>
+
+</head>
+
+<body>
+    <header>
+    <a class="scroll-point pt-top" name="top"></a>
+    <nav class="navbar navbar-inverse navbar-fixed-top">
+        <div class="container-fluid">
+            <div class="navbar-header">
+                <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#navbar" aria-expanded="false" 
aria-controls="navbar">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+                <a class="navbar-brand" href="/"><img id="logo_top" 
src="/static/img/cordova-logo-newbrand.svg"/></a>
+            </div>
+            <div id="navbar" class="navbar-collapse collapse">
+                <div class="nav_bar_center">
+                    <ul class="nav navbar-nav">
+                        <li >
+                            <a href="/docs/en/latest/">Documentation</a>
+                        </li>
+                        <li >
+                            <a href="/plugins">Plugins</a>
+                        </li>
+                        <li class="active">
+                            <a href="/blog" id="blog_button">Blog<span 
class="badge" id="new_blog_count"></span></a>
+                        </li>
+                        <li >
+                            <a href="/contribute">Contribute</a>
+                        </li>
+                        <li>
+                            <a href="/#getstarted">Get Started</a>
+                        </li>
+                        <li>
+                            <form class="navbar-form navbar-right" 
id="header-search-form" role="search">
+                                <div class="input-group">
+                                    
+                                        
+                                    
+                                    <input id="header-search-field" 
type="text" placeholder="Search '8.x' docs..." class="form-control hidden-xs" 
autocomplete="off">
+                                </div>
+                            </form>
+                        </li>
+                    </ul>
+                </div>
+            </div><!--/.navbar-collapse -->
+        </div>
+    </nav>
+    <div id="_fixed_navbar_spacer" style="padding-top:50px"></div>
+</header>
+
+<div class="page container">
+    <div class="blog">
+    <h1 class="blogHeader">
+    Blog
+    <span class="rss">
+        <img src="/static/img/subscribe.png"><a href="/feed.xml">RSS Feed</a>
+    </span>
+</h1>
+
+<div class="post">
+    <header>
+        <div class="title">Cordova node xcode 1.1.0 Patch Release</div>
+        <div class="author">By:
+            
+              <a href="https://twitter.com/brodybits";>Chris Brody</a>
+            
+        </div>
+        <div class="date">21 Dec 2018</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that Cordova node xcode 
<code>1.1.0</code> version was released in December 2018.</p>
+
+<h2>Release Highlights</h2>
+
+<p>The purpose of this patch release is to include the following updates:</p>
+
+<ul>
+<li>feat: omit objects with empty values (<a 
href="https://github.com/apache/cordova-node-xcode/pull/24";>#24</a>)</li>
+<li>Resolve issue with <code>pbxFile</code> extension (<a 
href="https://github.com/apache/cordova-node-xcode/pull/31";>#31</a>)</li>
+<li>uuid@3 update (<a 
href="https://github.com/apache/cordova-node-xcode/pull/40";>#40</a>)</li>
+<li>move <code>pegjs</code> to <code>devDependencies</code> in 
<code>package.json</code> (<a 
href="https://github.com/apache/cordova-node-xcode/pull/10";>#10</a>)</li>
+<li>Fixed bug where comment is not removed on removing embedded frameworks. 
(<a href="https://github.com/apache/cordova-node-xcode/pull/5";>#5</a>)</li>
+</ul>
+
+<h2>Deprecation Note</h2>
+
+<p>As NodeJS 4.x support ended on April 30<sup>th</sup>, 2018, we are 
proceeding with our <a 
href="http://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html";>previously
 announced</a> deprecation timeline.  This is possibly the last release that 
will support Node.js 4.x.</p>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a 
href="/announcements/2018/11/23/cordova-android-7.1.4.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" 
href="/announcements/2018/11/23/cordova-android-7.1.4.html">Cordova Android 
7.1.4 Released!</a>
+                    <div class="date"> 23 Nov 2018 - By Chris Brody </div>
+                    <p class="content">
+                        We are happy to announce that Cordova Android 7.1.4 
has been released!...
+                    </p>
+                
+            </div>
+            <div class="col-sm-6">
+                
+            </div>
+        </div>
+    </footer>
+    <div class="disqus">
+        <div id="disqus_thread"></div>
+<script type="text/javascript">
+    /* * * CONFIGURATION VARIABLES * * */
+    var disqus_shortname = 'cordovablogs';
+
+    /* * * DON'T EDIT BELOW THIS LINE * * */
+    (function() {
+        var dsq = document.createElement('script'); dsq.type = 
'text/javascript'; dsq.async = true;
+        dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+        (document.getElementsByTagName('head')[0] || 
document.getElementsByTagName('body')[0]).appendChild(dsq);
+    })();
+</script>
+<noscript>Please enable JavaScript to view the <a 
href="https://disqus.com/?ref_noscript"; rel="nofollow">comments powered by 
Disqus.</a></noscript>
+
+    </div>
+</div>
+
+</div>
+
+</div>
+
+<div class="blue-divider"></div>
+<footer>
+    <div class="container">
+        <div class="row">
+    <div class="col-sm-9">
+        <h1>More Resources</h1>
+        <div class="row">
+            <div class="col-sm-4">
+                <h2>General</h2>
+                <ul class="nav">
+                    <li>
+                        <a target="_blank" 
href="https://projects.apache.org/project.html?cordova";>Apache Project Page</a>
+                    </li>
+                    <li>
+                        <a 
href="http://www.apache.org/dyn/closer.cgi/cordova";>Source Distribution</a>
+                    </li>
+                    <li>
+                        <a target="_blank" 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a>
+                    </li>
+                    <li>
+                        <a href="/artwork">Artwork</a>
+                    </li>
+                </ul>
+            </div>
+            <div class="col-sm-4">
+                <h2>Development</h2>
+                <ul class="nav">
+                    <li><a target="_blank" 
href="https://github.com/apache?utf8=%E2%9C%93&amp;q=cordova-";>Source 
Code</a></li>
+                    <li><a target="_blank" 
href="https://issues.apache.org/jira/browse/CB/";>Issue Tracker</a></li>
+                    <li><a target="_blank" 
href="http://stackoverflow.com/questions/tagged/cordova";>Stack Overflow</a></li>
+                    <li><a href="/contact">Mailing List</a></li>
+                    <li><a href="/contribute/nightly_builds.html">Nightly 
builds</a></li>
+                </ul>
+            </div>
+            <div class="col-sm-4">
+                <h2>Apache Software Foundation</h2>
+                <ul class="nav">
+                    <li>
+                        <a target="_blank" href="http://www.apache.org/";>About 
ASF</a>
+                    </li>
+                    <li>
+                        <a target="_blank" 
href="http://www.apache.org/foundation/sponsorship.html";>Become a Sponsor</a>
+                    </li>
+                    <li>
+                        <a target="_blank" 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a>
+                    </li>
+                    <li>
+                        <a target="_blank" 
href="http://www.apache.org/security/";>Security</a>
+                    </li>
+                </ul>
+            </div>
+        </div>
+    </div>
+    <div class="col-sm-3">
+        <h1>Contribute</h1>
+        <p style="padding-top:20px"><strong>Help Cordova move 
forward!</strong></p>
+        <p>Report bugs, improve the docs, or contribute to the code.</p>
+        <a href="/contribute" class="btn btn-lg btn-primary">
+            Learn More
+        </a>
+        <p style="padding-top:20px"> <a 
href="https://twitter.com/apachecordova"; class="twitter-follow-button" 
data-show-count="false">Follow @apachecordova</a></p>
+        <script async defer 
src="https://slack-cordova-io.herokuapp.com/slackin.js";></script>
+    </div>
+</div>
+<p class="copyright_text">
+    Copyright &copy; 2012, 2013, 2015 The Apache Software Foundation, Licensed 
under the <a target="_blank" 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.<br/>
+    Apache and the Apache feather logos are <a target="_blank" 
href="http://www.apache.org/foundation/marks/list/";>trademarks</a> of The 
Apache Software Foundation.
+    <br/>
+    "Raleway" font used under license. For details see the <a 
href="/attributions/">attributions page</a>.
+</p>
+
+    </div>
+</footer>
+
+
+    <script defer type="text/javascript" src="/static/js/index.js"></script>
+    <script defer type="text/javascript" src="/static/js/twitter.js"></script>
+    
+    
+
+
+
+    
+
+
+<script type="text/javascript" 
src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js";></script>
+<script type="text/javascript">
+    docsearch({
+        apiKey: '0a916ab198bd93d031aa70611271e42e',
+        indexName: 'cordova',
+        inputSelector: '#header-search-field',
+        algoliaOptions: { 'facetFilters': ["version:  8.x", "language: en"] }
+    });
+</script>
+
+</body>
+</html>



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

Reply via email to