Author: shazron
Date: Sat Dec 3 08:08:13 2016
New Revision: 1772431
URL: http://svn.apache.org/viewvc?rev=1772431&view=rev
Log:
Updated docs, blog post for [email protected]
Added:
cordova/site/public/announcements/2016/11/
cordova/site/public/announcements/2016/11/07/
cordova/site/public/announcements/2016/11/07/android-release.html
cordova/site/public/announcements/2016/12/
cordova/site/public/announcements/2016/12/02/
cordova/site/public/announcements/2016/12/02/ios-release.html
Modified:
cordova/site/public/announcements/2016/06/23/ios-4.2.0.html
cordova/site/public/announcements/2016/08/22/android-ios-release.html
cordova/site/public/announcements/2016/10/24/android-release.html
cordova/site/public/announcements/2016/10/24/ios-release.html
cordova/site/public/blog/index.html
cordova/site/public/docs/en/dev/config_ref/index.html
cordova/site/public/docs/en/dev/guide/platforms/android/index.html
cordova/site/public/docs/en/dev/guide/platforms/ios/index.html
cordova/site/public/docs/en/dev/plugin_ref/spec.html
cordova/site/public/docs/en/dev/reference/cordova-plugin-geolocation/index.html
cordova/site/public/docs/en/dev/reference/cordova-plugin-inappbrowser/index.html
cordova/site/public/docs/en/dev/reference/cordova-plugin-splashscreen/index.html
cordova/site/public/feed.xml
cordova/site/public/news/2016/10/25/tools-release.html
cordova/site/public/sitemap.xml
cordova/site/public/static/js/index.js
cordova/site/public/static/js/plugins.js
Modified: cordova/site/public/announcements/2016/06/23/ios-4.2.0.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/announcements/2016/06/23/ios-4.2.0.html?rev=1772431&r1=1772430&r2=1772431&view=diff
==============================================================================
--- cordova/site/public/announcements/2016/06/23/ios-4.2.0.html (original)
+++ cordova/site/public/announcements/2016/06/23/ios-4.2.0.html Sat Dec 3
08:08:13 2016
@@ -143,7 +143,8 @@
<p>To upgrade:</p>
<div class="highlight"><pre><code class="language-" data-lang="">npm install
-g cordova
cd my_project
-cordova platform update [email protected]
+cordova platform rm ios
+cordova platform add [email protected]
</code></pre></div>
<p>To add it explicitly:</p>
<div class="highlight"><pre><code class="language-" data-lang="">cordova
platform add [email protected]
Modified: cordova/site/public/announcements/2016/08/22/android-ios-release.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/announcements/2016/08/22/android-ios-release.html?rev=1772431&r1=1772430&r2=1772431&view=diff
==============================================================================
--- cordova/site/public/announcements/2016/08/22/android-ios-release.html
(original)
+++ cordova/site/public/announcements/2016/08/22/android-ios-release.html Sat
Dec 3 08:08:13 2016
@@ -142,7 +142,8 @@
<div class="highlight"><pre><code class="language-" data-lang="">npm install
-g cordova
cd my_project
cordova platform update [email protected]
-cordova platform update [email protected]
+cordova platform rm ios
+cordova platform add [email protected]
</code></pre></div>
<p>To add it explicitly:</p>
<div class="highlight"><pre><code class="language-" data-lang="">cordova
platform add [email protected]
Modified: cordova/site/public/announcements/2016/10/24/android-release.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/announcements/2016/10/24/android-release.html?rev=1772431&r1=1772430&r2=1772431&view=diff
==============================================================================
--- cordova/site/public/announcements/2016/10/24/android-release.html (original)
+++ cordova/site/public/announcements/2016/10/24/android-release.html Sat Dec
3 08:08:13 2016
@@ -171,13 +171,13 @@ particular interest to third party webvi
<h4>Curated Changes from the Git Commit Logs, check release notes for a more
complete list</h4>
<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-11083">CB-11083</a>: Fix
to deal with custom frameworks with their own <code>Gradle</code>
configuration</li>
-<li><a href="https://issues.apache.org/jira/browse/CB-8722">CB-8722</a>: Move
icons from drawable to <code>mipmap</code></li>
-<li><a href="https://issues.apache.org/jira/browse/CB-11964">CB-11964</a>:
Call clean after plugin install and mock it in tests</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11083">CB-11083</a>: Fix
to deal with custom frameworks with their own Gradle configuration</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-8722">CB-8722</a>: Move
icons from drawable to mipmap</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11964">CB-11964</a>:
Call clean after plugin install and mock it in tests</li>
<li><a href="https://issues.apache.org/jira/browse/CB-11935">CB-11935</a>:
Does a best-effort attempt to pause any processing that can be paused safely,
such as animations and geolocation.</li>
-<li><a href="https://issues.apache.org/jira/browse/CB-11640">CB-11640</a>:
Changing requirements check to ask for <strong>Java 8</strong></li>
-<li><a href="https://issues.apahce.org/jira/browse/CB-11907">CB-11907</a>:
Bumping Gradle to work with <strong>Android Studio 2.2</strong> and the
<strong>Android Gradle Plugin</strong></li>
-<li><a href="https://issues.apahce.org/jira/browse/CB-11907">CB-11078</a>:
Empty string for <code>BackgroundColor</code> preference crashes
application.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11640">CB-11640</a>:
Changing requirements check to ask for Java 8</li>
+<li><a href="https://issues.apahce.org/jira/browse/CB-11907">CB-11907</a>:
Bumping Gradle to work with Android Studio 2.2 and the Android Gradle
Plugin</li>
+<li><a href="https://issues.apahce.org/jira/browse/CB-11907">CB-11078</a>:
Empty string for BackgroundColor preference crashes application This closes
#316</li>
</ul>
</div>
Modified: cordova/site/public/announcements/2016/10/24/ios-release.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/announcements/2016/10/24/ios-release.html?rev=1772431&r1=1772430&r2=1772431&view=diff
==============================================================================
--- cordova/site/public/announcements/2016/10/24/ios-release.html (original)
+++ cordova/site/public/announcements/2016/10/24/ios-release.html Sat Dec 3
08:08:13 2016
@@ -150,7 +150,8 @@
<p>To upgrade:</p>
<div class="highlight"><pre><code class="language-" data-lang="">npm install
-g cordova
cd my_project
-cordova platform update [email protected]
+cordova platform rm ios
+cordova platform add [email protected]
</code></pre></div>
<p>To add it explicitly:</p>
<div class="highlight"><pre><code class="language-" data-lang="">cordova
platform add [email protected]
Added: cordova/site/public/announcements/2016/11/07/android-release.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/announcements/2016/11/07/android-release.html?rev=1772431&view=auto
==============================================================================
--- cordova/site/public/announcements/2016/11/07/android-release.html (added)
+++ cordova/site/public/announcements/2016/11/07/android-release.html Sat Dec
3 08:08:13 2016
@@ -0,0 +1,318 @@
+<!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
Android 6.1.0 has been released! Run the following command in your project to
save your currently installed plugins int...">
+
+ <title>
+
+
+ Cordova Android 6.1.0 Released! - Apache Cordova
+
+
+ </title>
+
+ <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+
+
+
+
+
+ <link rel="canonical"
href="https://cordova.apache.org/announcements/2016/11/07/android-release.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 '6.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 Android 6.1.0 Released!</div>
+ <div class="author">By:
+
+ <a href="https://twitter.com/infil00p">Joe Bowser</a>
+
+ </div>
+ <div class="date">07 Nov 2016</div>
+ </header>
+ <section>
+ <div>
+ <p>We are happy to announce that <code>Cordova Android
6.1.0</code> has been released! </p>
+
+<p>Run the following command in your project to save your currently installed
plugins into <code>config.xml</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova
plugin save
+</code></pre></div>
+<p>To upgrade:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">npm install
-g cordova
+cd my_project
+cordova platform update [email protected]
+</code></pre></div>
+<p>To add it explicitly:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova
platform add [email protected]
+</code></pre></div>
+<!--more-->
+
+<h2>What's new in Android</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-12108">CB-12108</a>
Updating gradle files to work with the latest version of Android Studio</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12102">CB-12102</a> Bump
travis to build to API 25</li>
+<li>Bumping up the version</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12101">CB-12101</a> Fix
so that CLI builds don't conflict with Android Studio builds</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12077">CB-12077</a> Fix
paths for Android icons/splashscreens</li>
+</ul>
+
+ </div>
+ </section>
+ <footer>
+ <div class="row">
+ <div class="col-sm-6">
+
+ <a href="/news/2016/10/25/tools-release.html">Previous</a>
+ <br>
+ <br>
+ <a class="title"
href="/news/2016/10/25/tools-release.html">Tools Released!</a>
+ <div class="date"> 25 Oct 2016 - By Steve Gill </div>
+ <p class="content">
+ New updates of our tools are now available!
[email protected] [email protected] [email protected] [email protected]...
+ </p>
+
+ </div>
+ <div class="col-sm-6">
+
+ <a
href="/announcements/2016/12/02/ios-release.html">Next</a>
+ <br>
+ <br>
+ <a class="title"
href="/announcements/2016/12/02/ios-release.html">Cordova iOS 4.3.1</a>
+ <div class="date"> 02 Dec 2016 - By Shazron Abdullah </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 a patch version of Cordova
iOS 4.3.1...
+ </p>
+
+ </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="https://dist.apache.org/repos/dist/release/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&query=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/slackin.js"></script>
+ </div>
+</div>
+<p class="copyright_text">
+ Copyright © 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: 6.x", "language: en"] }
+ });
+</script>
+
+</body>
+</html>
Added: cordova/site/public/announcements/2016/12/02/ios-release.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/announcements/2016/12/02/ios-release.html?rev=1772431&view=auto
==============================================================================
--- cordova/site/public/announcements/2016/12/02/ios-release.html (added)
+++ cordova/site/public/announcements/2016/12/02/ios-release.html Sat Dec 3
08:08:13 2016
@@ -0,0 +1,309 @@
+<!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 a patch version
of Cordova iOS 4.3.1 has been released!Note: When updating iOS, make sure to
save your plugins as current unsaved pl...">
+
+ <title>
+
+
+ Cordova iOS 4.3.1 - Apache Cordova
+
+
+ </title>
+
+ <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+
+
+
+
+
+ <link rel="canonical"
href="https://cordova.apache.org/announcements/2016/12/02/ios-release.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 '6.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 iOS 4.3.1</div>
+ <div class="author">By:
+
+ <a href="https://twitter.com/shazron">Shazron Abdullah</a>
+
+ </div>
+ <div class="date">02 Dec 2016</div>
+ </header>
+ <section>
+ <div>
+ <p>We are happy to announce a patch version of <code>Cordova iOS
4.3.1</code> has been released!</p>
+
+<p><br /></p>
+
+<p><strong>Note:</strong> When updating <strong>iOS</strong>, make sure to
save your plugins as current unsaved plugins may not be reinstalled otherwise.
Run the following command in your project to save your currently installed
plugins into <code>config.xml</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova
plugin save
+</code></pre></div>
+<p>To upgrade:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">npm install
-g cordova
+cd my_project
+cordova platform rm ios
+cordova platform add [email protected]
+</code></pre></div>
+<p>To add it explicitly:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova
platform add [email protected]
+</code></pre></div>
+<!--more-->
+
+<h2>What's new in iOS</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-12203">CB-12203</a> -
Updated checked-in node_modules</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12190">CB-12190</a> -
create.spec tests fail when a device is connected</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12155">CB-12155</a> -
Create tests for launch storyboards</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12084">CB-12084</a> -
Update project build settings & plist</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12130">CB-12130</a> -
Launch storyboard images are not updated or cleaned</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-11243">CB-11243</a> -
target-device and deployment-target were being ignored</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12127">CB-12127</a> -
Add buildFlag support in build.json</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12125">CB-12125</a> -
Unable to emulate on iPad pro iOS 10</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12118">CB-12118</a> -
Cordova run ios does not automatically deploy to device</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12049">CB-12049</a> -
user-agent string has a unique number appended</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12098">CB-12098</a> -
Update supportedInterfaceOrientations return type</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9762">CB-9762</a> - Fix
mobilespec 'cordova build' exception.</li>
+<li>Updated bundled ios-sim to version 5.0.12</li>
+</ul>
+
+ </div>
+ </section>
+ <footer>
+ <div class="row">
+ <div class="col-sm-6">
+
+ <a
href="/announcements/2016/11/07/android-release.html">Previous</a>
+ <br>
+ <br>
+ <a class="title"
href="/announcements/2016/11/07/android-release.html">Cordova Android 6.1.0
Released!</a>
+ <div class="date"> 07 Nov 2016 - By Joe Bowser </div>
+ <p class="content">
+ We are happy to announce that Cordova Android 6.1.0
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="https://dist.apache.org/repos/dist/release/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&query=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/slackin.js"></script>
+ </div>
+</div>
+<p class="copyright_text">
+ Copyright © 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: 6.x", "language: en"] }
+ });
+</script>
+
+</body>
+</html>
Modified: cordova/site/public/blog/index.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1772431&r1=1772430&r2=1772431&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Sat Dec 3 08:08:13 2016
@@ -124,6 +124,79 @@
<li>
<header>
+ <div class="adorner" blogTime="Fri, 02 Dec 2016 00:00:00
-0800"></div>
+ <h2 class="title">
+ <a
href="/announcements/2016/12/02/ios-release.html">Cordova iOS 4.3.1</a>
+ </h2>
+ <div class="details">
+ <span class="date">02 Dec 2016</span>
+ - by
+ <span class="author">
+
+ <a href="https://twitter.com/shazron">Shazron
Abdullah</a>
+
+ </span>
+ <a class="comment"
href="/announcements/2016/12/02/ios-release.html#disqus_thread"></a>
+ </div>
+ </header>
+ <section class="post-excerpt">
+ <p><p>We are happy to announce a patch version of
<code>Cordova iOS 4.3.1</code> has been released!</p>
+
+<p><br /></p>
+
+<p><strong>Note:</strong> When updating <strong>iOS</strong>, make sure to
save your plugins as current unsaved plugins may not be reinstalled otherwise.
Run the following command in your project to save your currently installed
plugins into <code>config.xml</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova
plugin save
+</code></pre></div>
+<p>To upgrade:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">npm install
-g cordova
+cd my_project
+cordova platform rm ios
+cordova platform add [email protected]
+</code></pre></div>
+<p>To add it explicitly:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova
platform add [email protected]
+</code></pre></div></p>
+ <div><a
href="/announcements/2016/12/02/ios-release.html">More...</a></div>
+ </section>
+ </li>
+
+ <li>
+ <header>
+ <div class="adorner" blogTime="Mon, 07 Nov 2016 00:00:00
-0800"></div>
+ <h2 class="title">
+ <a
href="/announcements/2016/11/07/android-release.html">Cordova Android 6.1.0
Released!</a>
+ </h2>
+ <div class="details">
+ <span class="date">07 Nov 2016</span>
+ - by
+ <span class="author">
+
+ <a href="https://twitter.com/infil00p">Joe
Bowser</a>
+
+ </span>
+ <a class="comment"
href="/announcements/2016/11/07/android-release.html#disqus_thread"></a>
+ </div>
+ </header>
+ <section class="post-excerpt">
+ <p><p>We are happy to announce that <code>Cordova Android
6.1.0</code> has been released! </p>
+
+<p>Run the following command in your project to save your currently installed
plugins into <code>config.xml</code>:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova
plugin save
+</code></pre></div>
+<p>To upgrade:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">npm install
-g cordova
+cd my_project
+cordova platform update [email protected]
+</code></pre></div>
+<p>To add it explicitly:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">cordova
platform add [email protected]
+</code></pre></div></p>
+ <div><a
href="/announcements/2016/11/07/android-release.html">More...</a></div>
+ </section>
+ </li>
+
+ <li>
+ <header>
<div class="adorner" blogTime="Tue, 25 Oct 2016 00:00:00
-0700"></div>
<h2 class="title">
<a href="/news/2016/10/25/tools-release.html">Tools
Released!</a>
@@ -208,7 +281,8 @@
<p>To upgrade:</p>
<div class="highlight"><pre><code class="language-" data-lang="">npm install
-g cordova
cd my_project
-cordova platform update [email protected]
+cordova platform rm ios
+cordova platform add [email protected]
</code></pre></div>
<p>To add it explicitly:</p>
<div class="highlight"><pre><code class="language-" data-lang="">cordova
platform add [email protected]
@@ -466,7 +540,8 @@ cordova plugin add cordova-plugin-camera
<div class="highlight"><pre><code class="language-" data-lang="">npm install
-g cordova
cd my_project
cordova platform update [email protected]
-cordova platform update [email protected]
+cordova platform rm ios
+cordova platform add [email protected]
</code></pre></div>
<p>To add it explicitly:</p>
<div class="highlight"><pre><code class="language-" data-lang="">cordova
platform add [email protected]
@@ -744,7 +819,8 @@ cordova platform update [email protected]
<p>To upgrade:</p>
<div class="highlight"><pre><code class="language-" data-lang="">npm install
-g cordova
cd my_project
-cordova platform update [email protected]
+cordova platform rm ios
+cordova platform add [email protected]
</code></pre></div>
<p>To add it explicitly:</p>
<div class="highlight"><pre><code class="language-" data-lang="">cordova
platform add [email protected]
@@ -5156,7 +5232,7 @@ window.twttr = (function(d, s, id) {
<script>
window.onload = function(){
setTimeout(function(){
- var lastPostTime = new Date("Tue, 25 Oct 2016 00:00:00
-0700").getTime();
+ var lastPostTime = new Date("Fri, 02 Dec 2016 00:00:00
-0800").getTime();
setCookie("visitTime", lastPostTime, 365);
}, 2000);
};
Modified: cordova/site/public/docs/en/dev/config_ref/index.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/config_ref/index.html?rev=1772431&r1=1772430&r2=1772431&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/config_ref/index.html (original)
+++ cordova/site/public/docs/en/dev/config_ref/index.html Sat Dec 3 08:08:13
2016
@@ -3052,6 +3052,10 @@ and will be indicated as such.</p>
<td><em>Default: CDVUIWebViewEngine</em> <br/> This sets the WebView engine
plugin to be used to render the host app. The plugin must conform to the
CDVWebViewEngineProtocol protocol. The 'value' here should match the
'feature' name of the WebView engine plugin that is installed. This
preference usually would be set by the WebView engine plugin that is installed,
automatically.</td>
</tr>
<tr>
+<td>CordovaDefaultWebViewEngine(string) <br/> <mark>iOS</mark></td>
+<td><em>Default: CDVUIWebViewEngine</em> <br/> As the previous setting,
CordovaWebViewEngine, this enables you to override the default fallback WebView
with a different plugin. The default WebView uses a private plugin,
CDVUIWebViewEngine. You can override this if you need to use a public plugin
instead. A use case for this setting is where you need to use something other
than the default CDVUIWebViewEngine to render the host app. If
CordovaDefaultWebViewEngine and CordovaWebViewEngine is set,
CordovaWebViewEngine will be chosen to render the host app for devices running
iOS9 and above, while CordovaDefaultWebViewEngine will be the fallback for
iOS8. The plugin must conform to the CDVWebViewEngineProtocol protocol. The
'value' here should match the 'feature' name of the WebView
engine plugin that is installed.</td>
+</tr>
+<tr>
<td>DefaultVolumeStream(string) <br/> <mark>Android</mark></td>
<td><em>Default: default</em> <br/> Added in cordova-android 3.7.0, This
preference sets which volume the hardware volume buttons link to. By default
this is "call" for phones and "media" for tablets. Set this
to "media" to have your app's volume buttons always change the
media volume. Note that when using Cordova's media plugin, the volume
buttons will dynamically change to controlling the media volume when any Media
objects are active.</td>
</tr>
@@ -3267,6 +3271,7 @@ and will be indicated as such.</p>
<span class="nt"><preference</span> <span class="na">name=</span><span
class="s">"target-device"</span> <span class="na">value=</span><span
class="s">"universal"</span> <span class="nt">/></span>
<span class="nt"><preference</span> <span class="na">name=</span><span
class="s">"deployment-target"</span> <span class="na">value=</span><span
class="s">"7.0"</span> <span class="nt">/></span>
<span class="nt"><preference</span> <span class="na">name=</span><span
class="s">"CordovaWebViewEngine"</span> <span class="na">value=</span><span
class="s">"CDVUIWebViewEngine"</span> <span class="nt">/></span>
+<span class="nt"><preference</span> <span class="na">name=</span><span
class="s">"CordovaDefaultWebViewEngine"</span> <span
class="na">value=</span><span class="s">"CDVUIWebViewEngine"</span> <span
class="nt">/></span>
<span class="nt"><preference</span> <span class="na">name=</span><span
class="s">"SuppressesLongPressGesture"</span> <span
class="na">value=</span><span class="s">"true"</span> <span
class="nt">/></span>
<span class="nt"><preference</span> <span class="na">name=</span><span
class="s">"Suppresses3DTouchGesture"</span> <span class="na">value=</span><span
class="s">"true"</span> <span class="nt">/></span>
Modified: cordova/site/public/docs/en/dev/guide/platforms/android/index.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/platforms/android/index.html?rev=1772431&r1=1772430&r2=1772431&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/platforms/android/index.html
(original)
+++ cordova/site/public/docs/en/dev/guide/platforms/android/index.html Sat Dec
3 08:08:13 2016
@@ -2989,7 +2989,7 @@ version code to be 100 times the origina
<tr>
<td>Alias</td>
<td><code>--alias</code></td>
-<td>The id specifying the private key used for singing</td>
+<td>The id specifying the private key used for signing</td>
</tr>
<tr>
<td>Password</td>
Modified: cordova/site/public/docs/en/dev/guide/platforms/ios/index.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/platforms/ios/index.html?rev=1772431&r1=1772430&r2=1772431&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/platforms/ios/index.html (original)
+++ cordova/site/public/docs/en/dev/guide/platforms/ios/index.html Sat Dec 3
08:08:13 2016
@@ -2813,7 +2813,7 @@ and the <a href="https://developer.apple
<tr>
<td>Code Sign Identity</td>
<td><code>--codeSignIdentity</code></td>
-<td>Code signing identity to use for signing. It can be created with Xcode and
added to your keychain.</td>
+<td>Code signing identity to use for signing. It can be created with Xcode and
added to your keychain. Starting with Xcode 8 you should use
<code>--codeSignIdentity="iPhone Developer"</code> both for
<code>debug</code> and <code>release</code>.</td>
</tr>
<tr>
<td>Provisioning Profile</td>
@@ -2842,6 +2842,34 @@ and the <a href="https://developer.apple
<p>Alternatively, you could specify them in a build configuration file
(<code>build.json</code>)
using the <code>--buildConfig</code> argument to the same commands. Here's
a sample of a
build configuration file:</p>
+
+<p>Xcode 8 and iOS 10:</p>
+<div class="highlight"><pre><code class="language-json" data-lang="json"><span
class="p">{</span><span class="w">
+ </span><span class="nt">"ios"</span><span class="p">:</span><span
class="w"> </span><span class="p">{</span><span class="w">
+ </span><span class="nt">"debug"</span><span class="p">:</span><span
class="w"> </span><span class="p">{</span><span class="w">
+ </span><span class="nt">"codeSignIdentity"</span><span
class="p">:</span><span class="w"> </span><span class="s2">"iPhone
Developer"</span><span class="p">,</span><span class="w">
+ </span><span class="nt">"developmentTeam"</span><span
class="p">:</span><span class="w"> </span><span
class="s2">"FG35JLLMXX4A"</span><span class="p">,</span><span class="w">
+ </span><span class="nt">"packageType"</span><span
class="p">:</span><span class="w"> </span><span
class="s2">"development"</span><span class="p">,</span><span class="w">
+ </span><span class="nt">"buildFlag"</span><span
class="p">:</span><span class="w"> </span><span class="p">[</span><span
class="w">
+ </span><span class="s2">"EMBEDDED_CONTENT_CONTAINS_SWIFT =
YES"</span><span class="p">,</span><span class="w">
+ </span><span
class="s2">"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO"</span><span
class="p">,</span><span class="w">
+ </span><span class="s2">"LD_RUNPATH_SEARCH_PATHS =
\"@executable_path/Frameworks\""</span><span class="w">
+ </span><span class="p">]</span><span class="w">
+ </span><span class="p">},</span><span class="w">
+ </span><span class="nt">"release"</span><span class="p">:</span><span
class="w"> </span><span class="p">{</span><span class="w">
+ </span><span class="nt">"codeSignIdentity"</span><span
class="p">:</span><span class="w"> </span><span class="s2">"iPhone
Developer"</span><span class="p">,</span><span class="w">
+ </span><span class="nt">"developmentTeam"</span><span
class="p">:</span><span class="w"> </span><span
class="s2">"FG35JLLMXX4A"</span><span class="p">,</span><span class="w">
+ </span><span class="nt">"packageType"</span><span
class="p">:</span><span class="w"> </span><span
class="s2">"app-store"</span><span class="p">,</span><span class="w">
+ </span><span class="nt">"buildFlag"</span><span
class="p">:</span><span class="w"> </span><span class="p">[</span><span
class="w">
+ </span><span class="s2">"EMBEDDED_CONTENT_CONTAINS_SWIFT =
YES"</span><span class="p">,</span><span class="w">
+ </span><span
class="s2">"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO"</span><span
class="p">,</span><span class="w">
+ </span><span class="s2">"LD_RUNPATH_SEARCH_PATHS =
\"@executable_path/Frameworks\""</span><span class="w">
+ </span><span class="p">]</span><span class="w">
+ </span><span class="p">}</span><span class="w">
+ </span><span class="p">}</span><span class="w">
+</span><span class="p">}</span><span class="w">
+</span></code></pre></div>
+<p>Earlier versions:</p>
<div class="highlight"><pre><code class="language-json" data-lang="json"><span
class="p">{</span><span class="w">
</span><span class="nt">"ios"</span><span class="p">:</span><span
class="w"> </span><span class="p">{</span><span class="w">
</span><span class="nt">"debug"</span><span class="p">:</span><span
class="w"> </span><span class="p">{</span><span class="w">
@@ -2861,7 +2889,7 @@ build configuration file:</p>
</span></code></pre></div>
<h2>Xcode Build Flags</h2>
-<p>If you have a custom situation where you need to pass additional build
flags to Xcode -- you would use one or more <code>--buildFlag</code> options to
pass these flags to <code>xcodebuild</code>. If you use an
<code>xcodebuild</code> built-in flag, it will show a warning.</p>
+<p>If you have a custom situation where you need to pass additional build
flags to Xcode -- you would use one or more <code>--buildFlag</code> options to
pass these flags to <code>xcodebuild</code>. If you use an
<code>xcodebuild</code> built-in flag, it will show a warning. You can also
specify a <code>buildFlag</code> option in <code>build.json</code> above (the
value for the <code>buildFlag</code> key is a string or an array of
strings).</p>
<div class="highlight"><pre><code class="language-" data-lang="">cordova build
--device --buildFlag="MYSETTING=myvalue"
--buildFlag="MY_OTHER_SETTING=othervalue"
cordova run --device --buildFlag="DEVELOPMENT_TEAM=FG35JLLMXX4A"
--buildFlag="-scheme TestSchemeFlag"
</code></pre></div>
Modified: cordova/site/public/docs/en/dev/plugin_ref/spec.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/plugin_ref/spec.html?rev=1772431&r1=1772430&r2=1772431&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/plugin_ref/spec.html (original)
+++ cordova/site/public/docs/en/dev/plugin_ref/spec.html Sat Dec 3 08:08:13
2016
@@ -3070,8 +3070,10 @@ like. Any object not available on <code>
<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span
class="nt"><resource-file</span> <span class="na">src=</span><span
class="s">"FooPluginStrings.xml"</span> <span class="na">target=</span><span
class="s">"res/values/FooPluginStrings.xml"</span> <span class="nt">/></span>
</code></pre></div>
<p>For Windows:</p>
-<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span
class="nt"><resource-file</span> <span class="na">src=</span><span
class="s">"src/windows/win81/MobServices.pri"</span> <span
class="na">target=</span><span class="s">"win81/MobServices.pri"</span> <span
class="na">device-target=</span><span class="s">"windows"</span> <span
class="na">versions=</span><span class="s">"8.1"</span> <span
class="na">arch=</span><span class="s">"x64"</span><span class="nt">/></span>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span
class="nt"><resource-file</span> <span class="na">src=</span><span
class="s">"src/windows/win81/MobServices.pri"</span> <span
class="na">target=</span><span class="s">"win81\MobServices.pri"</span> <span
class="na">device-target=</span><span class="s">"windows"</span> <span
class="na">versions=</span><span class="s">"8.1"</span> <span
class="na">arch=</span><span class="s">"x64"</span><span class="nt">/></span>
</code></pre></div>
+<p><strong>NOTE</strong>: <code>target</code> should use backslashes to avoid
DEP2100 deploy error in Visual Studio.</p>
+
<h2>config-file</h2>
<p>Identifies an XML-based configuration file to be modified, where in that
document the modification should take place, and what should be modified.
Modified:
cordova/site/public/docs/en/dev/reference/cordova-plugin-geolocation/index.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-geolocation/index.html?rev=1772431&r1=1772430&r2=1772431&view=diff
==============================================================================
---
cordova/site/public/docs/en/dev/reference/cordova-plugin-geolocation/index.html
(original)
+++
cordova/site/public/docs/en/dev/reference/cordova-plugin-geolocation/index.html
Sat Dec 3 08:08:13 2016
@@ -2865,17 +2865,6 @@ error, the <code>geolocationError</code>
<span class="nx">navigator</span><span class="p">.</span><span
class="nx">geolocation</span><span class="p">.</span><span
class="nx">getCurrentPosition</span><span class="p">(</span><span
class="nx">onSuccess</span><span class="p">,</span> <span
class="nx">onError</span><span class="p">);</span>
</code></pre></div>
-<h3>iOS Quirks</h3>
-
-<p>Since iOS 10 it's mandatory to add a
<code>NSLocationWhenInUseUsageDescription</code> entry in the info.plist.</p>
-
-<p><code>NSLocationWhenInUseUsageDescription</code> describes the reason that
the app accesses the user's location. When the system prompts the user to
allow access, this string is displayed as part of the dialog box. To add this
entry you can pass the variable <code>GEOLOCATION_USAGE_DESCRIPTION</code> on
plugin install.</p>
-
-<p>Example:
- <code>cordova plugin add cordova-plugin-geolocation --variable
GEOLOCATION_USAGE_DESCRIPTION="your usage message"</code></p>
-
-<p>If you don't pass the variable, the plugin will add an empty string as
value.</p>
-
<h3>Android Quirks</h3>
<p>If Geolocation service is turned off the <code>onError</code> callback is
invoked after <code>timeout</code> interval (if specified).
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=1772431&r1=1772430&r2=1772431&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
Sat Dec 3 08:08:13 2016
@@ -2773,7 +2773,7 @@ function onDeviceReady() {
</code></pre></div>
<p>Report issues with this plugin on the <a
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20InAppBrowser%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC">Apache
Cordova issue tracker</a></p>
-<h2><a id="reference">Reference</a></h2>
+<h2><a id="reference">Reference</h2>
<h2>Installation</h2>
<div class="highlight"><pre><code class="language-" data-lang="">cordova
plugin add cordova-plugin-inappbrowser
@@ -2857,7 +2857,6 @@ instance, or the system browser.</p>
<li>BlackBerry 10</li>
<li>Firefox OS</li>
<li>iOS</li>
-<li>OSX</li>
<li>Windows 8 and 8.1</li>
<li>Windows Phone 7 and 8</li>
<li>Browser</li>
@@ -2895,12 +2894,6 @@ opened with <code>target='_blank'
<span class="nl">color</span><span class="p">:</span> <span
class="m">#777</span><span class="p">;</span>
<span class="p">}</span>
</code></pre></div>
-<h3>OSX Quirks</h3>
-
-<p>At the moment the only supported target in OSX is <code>_system</code>.</p>
-
-<p><code>_blank</code> and <code>_self</code> targets are not yet implemented
and are ignored silently. Pull requests and patches to get these to work are
greatly appreciated.</p>
-
<h3>Windows Quirks</h3>
<p>Windows 8.0, 8.1 and Windows Phone 8.1 don't support remote urls to be
opened in the Cordova WebView so remote urls are always showed in the
system's web browser if opened with <code>target='_self'</code>.</p>
@@ -2927,7 +2920,6 @@ opened with <code>target='_blank'
<li>removeEventListener</li>
<li>close</li>
<li>show</li>
-<li>hide</li>
<li>executeScript</li>
<li>insertCSS</li>
</ul>
@@ -3138,31 +3130,6 @@ ref.close();
// some time later...
ref.show();
</code></pre></div>
-<h2>InAppBrowser.hide</h2>
-
-<blockquote>
-<p>Hides the InAppBrowser window. Calling this has no effect if the
InAppBrowser was already hidden.</p>
-</blockquote>
-<div class="highlight"><pre><code class="language-" data-lang="">ref.hide();
-</code></pre></div>
-<ul>
-<li><strong>ref</strong>: reference to the InAppBrowser window
(<code>InAppBrowser</code>)</li>
-</ul>
-
-<h3>Supported Platforms</h3>
-
-<ul>
-<li>Amazon Fire OS</li>
-<li>Android</li>
-<li>iOS</li>
-<li>Windows 8 and 8.1</li>
-</ul>
-
-<h3>Quick Example</h3>
-<div class="highlight"><pre><code class="language-" data-lang="">var ref =
cordova.InAppBrowser.open('http://apache.org', '_blank');
-// some time later...
-ref.hide();
-</code></pre></div>
<h2>InAppBrowser.executeScript</h2>
<blockquote>
Modified:
cordova/site/public/docs/en/dev/reference/cordova-plugin-splashscreen/index.html
URL:
http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/reference/cordova-plugin-splashscreen/index.html?rev=1772431&r1=1772430&r2=1772431&view=diff
==============================================================================
---
cordova/site/public/docs/en/dev/reference/cordova-plugin-splashscreen/index.html
(original)
+++
cordova/site/public/docs/en/dev/reference/cordova-plugin-splashscreen/index.html
Sat Dec 3 08:08:13 2016
@@ -2759,408 +2759,6 @@ cordova plugin add https://github.com/ap
<p><strong>Note</strong>: Extended splashscreen does not require the plugin on
Windows (as opposed to Android and iOS) in case you don't use the plugin
API, i.e. programmatic hide/show.</p>
-<h3>iOS-specific information</h3>
-
-<p>There are two mechanisms for displaying a launch screen on iOS:</p>
-
-<ol>
-<li><p>Legacy launch images: images are sized exactly for the device's
screen size. Does not support the iPad Pro 12.9's native resolution or
split-screen/slide-over multitasking.</p></li>
-<li><p>Launch storyboard images: Images are sized based on scale, idiom, and
size classes. Supports all devices, and can be used with
split-screen/slide-over multitasking.</p></li>
-</ol>
-
-<p>Apple is moving away from legacy launch images. There is no official
support for providing a native-resolution launch image for the iPad Pro 12.9 or
for providing launch images that work with split-screen multitasking or
slide-over. If your app doesn't need to support these contexts, then you
can continue to use legacy launch images for as long as you like. </p>
-
-<p>The preferred method of providing launch images is to use a launch
storyboard. For native app developers, the ideal launch storyboard is an
unpopulated version of the app's user interface at launch. For non-native
app developers who don't wish to learn Interface Builder, however, this
plugin simulates the legacy launch image method as much as is feasible.</p>
-
-<h4>Legacy launch images</h4>
-
-<p>If you choose to use legacy launch images, you will use the following
syntax in <code>config.xml</code>:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">
<splash src="res/screen/ios/Default~iphone.png" width="320" height="480"/>
- <splash src="res/screen/ios/Default@2x~iphone.png" width="640"
height="960"/>
- <splash src="res/screen/ios/Default-Portrait~ipad.png" width="768"
height="1024"/>
- <splash src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536"
height="2048"/>
- <splash src="res/screen/ios/Default-Landscape~ipad.png" width="1024"
height="768"/>
- <splash src="res/screen/ios/Default-Landscape@2x~ipad.png" width="2048"
height="1536"/>
- <splash src="res/screen/ios/Default-568h@2x~iphone.png" width="640"
height="1136"/>
- <splash src="res/screen/ios/Default-667h.png" width="750"
height="1334"/>
- <splash src="res/screen/ios/Default-736h.png" width="1242"
height="2208"/>
-</code></pre></div>
-<p>Technically the filename for the <code>src</code> attribute can be anything
you want; the filenames are used because they match what will be used when your
project is compiled. The width and height attributes determine which launch
images are displayed on which devices as follows:</p>
-
-<table><thead>
-<tr>
-<th style="text-align: center">width</th>
-<th style="text-align: center">height</th>
-<th style="text-align: center">device (orientation)</th>
-</tr>
-</thead><tbody>
-<tr>
-<td style="text-align: center">320</td>
-<td style="text-align: center">480</td>
-<td style="text-align: center">All non-retina iPhones and iPods</td>
-</tr>
-<tr>
-<td style="text-align: center">640</td>
-<td style="text-align: center">960</td>
-<td style="text-align: center">iPhone 4/4s/5/5s (portrait)</td>
-</tr>
-<tr>
-<td style="text-align: center">750</td>
-<td style="text-align: center">1334</td>
-<td style="text-align: center">iPhone 6/6s/7 (portrait)</td>
-</tr>
-<tr>
-<td style="text-align: center">1242</td>
-<td style="text-align: center">2208</td>
-<td style="text-align: center">iPhone 6+/6s+/7+ (portrait)</td>
-</tr>
-<tr>
-<td style="text-align: center">2208</td>
-<td style="text-align: center">1242</td>
-<td style="text-align: center">iPhone 6+/6s+/7+ (landscape)</td>
-</tr>
-<tr>
-<td style="text-align: center">768</td>
-<td style="text-align: center">1024</td>
-<td style="text-align: center">All non-retina iPads (portrait)</td>
-</tr>
-<tr>
-<td style="text-align: center">1024</td>
-<td style="text-align: center">768</td>
-<td style="text-align: center">All non-retina iPads (landscape)</td>
-</tr>
-<tr>
-<td style="text-align: center">1536</td>
-<td style="text-align: center">2048</td>
-<td style="text-align: center">All retina iPads (portrait)</td>
-</tr>
-<tr>
-<td style="text-align: center">2048</td>
-<td style="text-align: center">1536</td>
-<td style="text-align: center">All retina iPads (landscape)</td>
-</tr>
-</tbody></table>
-
-<p>Note: It is vitally important that the source image actually matches the
size specified in the <code>width</code> and <code>height</code> attributes. If
it does not, the device may fail to render it properly, if at all.</p>
-
-<h4>Launch storyboard images</h4>
-
-<p>In order to support newer form factors and split-screen/slide-over
multitasking, you should use launch storyboard images. These are similar to the
legacy launch images above, but there are crucial differences:</p>
-
-<ul>
-<li><p>images are not specific to a given device.</p></li>
-<li><p>images are scaled to fill the available viewport (while maintaining the
aspect ratio).</p></li>
-<li><p>the outer edges of the images will be cropped, and the amount will vary
based on device an viewport.</p></li>
-<li><p>there is no need to provide an image for each possible device,
viewport, and orientation; iOS will choose the best image for the situation
automatically.</p></li>
-</ul>
-
-<h5>Designing launch storyboard images</h5>
-
-<p>The key to designing a launch storyboard image is understanding that the
edges of the image will almost certainly be cropped. Therefore, one should not
place any important information near the edges of any images provided to the
launch storyboard. Only the center is a safe area, and this all but guarantees
that following Apple's advice of presenting an unpopulated user interface
will not work well.</p>
-
-<p>Instead, the following tips should enable you to create a launch image that
works across a multitude of form factors, viewports, and orientations:</p>
-
-<ul>
-<li><p>Important graphics (logos, icons, titles) should be centered. The safe
bounding region will vary, so you will need to test to ensure that the
important graphics are never cropped. Better yet, don't supply any
important graphics in the first place.</p>
-
-<ul>
-<li>You <em>can</em> fine-tune the placement and size of these graphics, but
you don't have the same fine-grained control as you did with legacy launch
images.</li>
-</ul></li>
-<li><p>Use a simple color wash. If you use two colors, you'll want one
color to fill the top half of the image, and the second to fill the bottom
half. If you use a gradient, you'll probably want to ensure that the
middle of the gradient lines up with the center of the image. </p></li>
-<li><p>Don't worry about pixel perfection -- because the images are
scaled, there's almost no chance the images will be perfectly fit to the
pixel grid. Since all supported iOS devices use retina screens, users will be
hard pressed to notice it anyway.</p></li>
-</ul>
-
-<p>It is important to understand the concept of scale, idiom, and size class
traits in order to use launch storyboard images effectively. Of the images
supplied to the launch storyboard, iOS will choose the image that best matches
the device and viewport and render that image. It is possible to supply only
one launch image if so desired, but it is also possible to fine-tune the
displayed launch image based on traits. When fine-tuning, one can ignore traits
that aren't targeted or supported by the app.</p>
-
-<blockquote>
-<p>Note: If you are using launch storyboard images, there is no need to
include legacy images. If you do, the legacy images will be copied, but not
used.</p>
-</blockquote>
-
-<h5>Scale</h5>
-
-<table><thead>
-<tr>
-<th style="text-align: center">scale</th>
-<th style="text-align: center">devices</th>
-</tr>
-</thead><tbody>
-<tr>
-<td style="text-align: center">1x</td>
-<td style="text-align: center">All non-retina devices</td>
-</tr>
-<tr>
-<td style="text-align: center">2x</td>
-<td style="text-align: center">Most retina devices</td>
-</tr>
-<tr>
-<td style="text-align: center">3x</td>
-<td style="text-align: center">iPhone 6+/6s+,7s+</td>
-</tr>
-</tbody></table>
-
-<p>In general, you'll want to supply 2x and 3x images. Cordova only
supports retina devices now, so there's no point in supplying 1x images.</p>
-
-<h5>Idioms</h5>
-
-<table><thead>
-<tr>
-<th style="text-align: center">idiom</th>
-<th style="text-align: center">devices</th>
-</tr>
-</thead><tbody>
-<tr>
-<td style="text-align: center">ipad</td>
-<td style="text-align: center">All iPads</td>
-</tr>
-<tr>
-<td style="text-align: center">iphone</td>
-<td style="text-align: center">All iPhones and iPod Touches</td>
-</tr>
-<tr>
-<td style="text-align: center">universal</td>
-<td style="text-align: center">All devices</td>
-</tr>
-</tbody></table>
-
-<p>You only need to provide universal images unless you need to fine-tune for
a specific device idiom.</p>
-
-<h5>Size classes</h5>
-
-<p>There are two size classes applies to both screen axes. Narrow viewports
are considered to be the "compact" size class, and remaining
viewports are considered "regular". When supplying images to Xcode,
however, one must choose between "any & compact" and "any
& regular". To stay consistent with the native terminology, this
feature will match based on "any" and "compact".
<code>any</code> will match regular-sized viewports. </p>
-
-<p>Note: this feature uses <code>com</code> as an abbreviation for
"compact" classes.</p>
-
-<p>The following classes are supported by this feature:</p>
-
-<table><thead>
-<tr>
-<th style="text-align: center">width</th>
-<th style="text-align: center">height</th>
-<th style="text-align: center">orientation</th>
-</tr>
-</thead><tbody>
-<tr>
-<td style="text-align: center">any</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">any</td>
-</tr>
-<tr>
-<td style="text-align: center">com</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">portrait</td>
-</tr>
-<tr>
-<td style="text-align: center">any</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">landscape (wide)</td>
-</tr>
-<tr>
-<td style="text-align: center">com</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">landscape (narrow)</td>
-</tr>
-</tbody></table>
-
-<p>To see the complete list of size classes associated with devices and
viewports, see <a
href="http://www.sizeclasses.com">http://www.sizeclasses.com</a>.</p>
-
-<h5>Single-image launch screen</h5>
-
-<p>If your launch image is simple, you may be able to avoid creating a lot of
different launch images and supply only one. The launch image needs to meet the
following requirements:</p>
-
-<ul>
-<li><p>the image should be square</p></li>
-<li><p>the image should be large enough to fit on an iPad Pro 12.9":
2732x2732</p></li>
-<li><p>anything important should fit within the center</p></li>
-</ul>
-
-<p>Keep in mind that the image will be cropped, possibly quite severely,
depending upon the viewport. </p>
-
-<p>Once the image is created, you can include it in your project by adding the
following to <code>config.xml</code>:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">
<splash src="res/screen/ios/Default@2x~universal~anyany.png" />
-</code></pre></div>
-<p>Because only one image is provided, iOS will utilize it in every
context.</p>
-
-<h5>Multi-image launch screen</h5>
-
-<p>If a single launch image won't meet your needs, you will probably need
to supply at least six images, if not more. Furthermore, keep in mind that it
will not be possible to fine tune the image to a specific device, but only to a
device class, display factor, and viewport size.</p>
-
-<p>If you don't need to target images to a specific idiom, you should
create six images, as follows:</p>
-
-<table><thead>
-<tr>
-<th style="text-align: center">scale</th>
-<th style="text-align: center">idiom</th>
-<th style="text-align: center">width</th>
-<th style="text-align: center">height</th>
-<th style="text-align: center">size</th>
-<th style="text-align: center">filename</th>
-</tr>
-</thead><tbody>
-<tr>
-<td style="text-align: center">2x*</td>
-<td style="text-align: center">universal</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">2732x2732</td>
-<td style="text-align:
center"><code>Default@2x~universal~anyany.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">2x</td>
-<td style="text-align: center">universal</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">1278x2732</td>
-<td style="text-align:
center"><code>Default@2x~universal~comany.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">2x</td>
-<td style="text-align: center">universal</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">1334x750</td>
-<td style="text-align:
center"><code>Default@2x~universal~comcom.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">3x*</td>
-<td style="text-align: center">universal</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">2208x2208</td>
-<td style="text-align:
center"><code>Default@3x~universal~anyany.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">3x</td>
-<td style="text-align: center">universal</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">2208x1242</td>
-<td style="text-align:
center"><code>Default@3x~universal~anycom.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">3x</td>
-<td style="text-align: center">universal</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">1242x2208</td>
-<td style="text-align:
center"><code>Default@3x~universal~comany.png</code></td>
-</tr>
-</tbody></table>
-
-<p>* this image is required in order for iOS utilize the other images within
this scale and idiom.</p>
-
-<blockquote>
-<p>Note: If the 3x sizes look small too you, that's because there's
only one device class that currently has a 3x density: the iPhone 6+/6s+/7+.</p>
-</blockquote>
-
-<p>The above looks like the following snippet when present in
<code>config.xml</code>:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">
<splash src="res/screen/ios/Default@2x~universal~anyany.png" />
- <splash src="res/screen/ios/Default@2x~universal~comany.png" />
- <splash src="res/screen/ios/Default@2x~universal~comcom.png" />
- <splash src="res/screen/ios/Default@3x~universal~anyany.png" />
- <splash src="res/screen/ios/Default@3x~universal~anycom.png" />
- <splash src="res/screen/ios/Default@3x~universal~comany.png" />
-</code></pre></div>
-<p>Should one need to further fine tune based upon device idiom, one can do
so. This might look like so:</p>
-
-<table><thead>
-<tr>
-<th style="text-align: center">scale</th>
-<th style="text-align: center">idiom</th>
-<th style="text-align: center">width</th>
-<th style="text-align: center">height</th>
-<th style="text-align: center">size</th>
-<th style="text-align: center">filename</th>
-</tr>
-</thead><tbody>
-<tr>
-<td style="text-align: center">2x*</td>
-<td style="text-align: center">iphone</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">1334x1334</td>
-<td style="text-align: center"><code>Default@2x~iphone~anyany.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">2x</td>
-<td style="text-align: center">iphone</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">750x1334</td>
-<td style="text-align: center"><code>Default@2x~iphone~comany.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">2x</td>
-<td style="text-align: center">iphone</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">1334x750</td>
-<td style="text-align: center"><code>Default@2x~iphone~comcom.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">3x*</td>
-<td style="text-align: center">iphone</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">2208x2208</td>
-<td style="text-align: center"><code>Default@3x~iphone~anyany.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">3x</td>
-<td style="text-align: center">iphone</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">2208x1242</td>
-<td style="text-align: center"><code>Default@3x~iphone~anycom.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">3x</td>
-<td style="text-align: center">iphone</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">1242x2208</td>
-<td style="text-align: center"><code>Default@3x~iphone~comany.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">2x*</td>
-<td style="text-align: center">ipad</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">2732x2732</td>
-<td style="text-align: center"><code>Default@2x~ipad~anyany.png</code></td>
-</tr>
-<tr>
-<td style="text-align: center">2x</td>
-<td style="text-align: center">ipad</td>
-<td style="text-align: center">com</td>
-<td style="text-align: center">any</td>
-<td style="text-align: center">1278x2732</td>
-<td style="text-align: center"><code>Default@2x~ipad~comany.png</code></td>
-</tr>
-</tbody></table>
-
-<p>* this image is required in order for iOS utilize the other images within
this scale and idiom.</p>
-
-<p>The above looks like the following in <code>config.xml</code>:</p>
-<div class="highlight"><pre><code class="language-" data-lang="">
<splash src="res/screen/ios/Default@2x~iphone~anyany.png" />
- <splash src="res/screen/ios/Default@2x~iphone~comany.png" />
- <splash src="res/screen/ios/Default@2x~iphone~comcom.png" />
- <splash src="res/screen/ios/Default@3x~iphone~anyany.png" />
- <splash src="res/screen/ios/Default@3x~iphone~anycom.png" />
- <splash src="res/screen/ios/Default@3x~iphone~comany.png" />
- <splash src="res/screen/ios/Default@2x~ipad~anyany.png" />
- <splash src="res/screen/ios/Default@2x~ipad~comany.png" />
-</code></pre></div>
-<h5>Quirks and Known Issues</h5>
-
-<ol>
-<li><p><strong>App on target may not reflect changes to images</strong>
-Once you run the app on a target, iOS caches the launch image. Unfortunately,
when you chance the images, iOS does <em>not</em> invalidate the cache, which
means you'll still see the old launch image. You should either: delete the
app, or reset content & settings (simulator).</p></li>
-<li><p><strong>Simulator may not show expected images when launched from
CLI</strong>
-When Xcode deploys to a specific simulator, it only copies the assets that
match the simulator's characteristics. For example, if you try to run an
app on the iPhone 6s Plus simulator, only @3x launch images are copied. When
compiling from the CLI, however, the default is to assume an iPhone 5s, which
means only @2x launch images are copied. Unless your launch images are markedly
different, chances are good the difference would go unnoticed, but this does
mean that the only accurate method of testing is to test on a physical
device.</p></li>
-<li><p><strong><code>anyany</code> must be provided for other variations to be
used</strong>
-If you don't provide an <code>anyany</code> version of the launch image
for a specific scale and idiom, the other variations (like <code>anycom</code>,
<code>comany</code>, and <code>comcom</code>) will ignored. </p></li>
-</ol>
-
<h2>Example Configuration</h2>
<p>In the top-level <code>config.xml</code> file (not the one in
<code>platforms</code>), add configuration elements like those specified
here.</p>
@@ -3195,9 +2793,7 @@ If you don't provide an <code>anyany
<span class="nt"></platform></span>
<span class="nt"><platform</span> <span class="na">name=</span><span
class="s">"ios"</span><span class="nt">></span>
- <span class="c"><!-- There are two mechanisms for showing launch images.
- -- Legacy method (supports all devices except iPad Pro 12.9):
- -- Note: Images are determined by width and height. The following are
supported --></span>
+ <span class="c"><!-- images are determined by width and height. The
following are supported --></span>
<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default~iphone.png"</span> <span
class="na">width=</span><span class="s">"320"</span> <span
class="na">height=</span><span class="s">"480"</span><span
class="nt">/></span>
<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~iphone.png"</span> <span
class="na">width=</span><span class="s">"640"</span> <span
class="na">height=</span><span class="s">"960"</span><span
class="nt">/></span>
<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default-Portrait~ipad.png"</span> <span
class="na">width=</span><span class="s">"768"</span> <span
class="na">height=</span><span class="s">"1024"</span><span
class="nt">/></span>
@@ -3208,18 +2804,6 @@ If you don't provide an <code>anyany
<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default-667h.png"</span> <span
class="na">width=</span><span class="s">"750"</span> <span
class="na">height=</span><span class="s">"1334"</span><span
class="nt">/></span>
<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default-736h.png"</span> <span
class="na">width=</span><span class="s">"1242"</span> <span
class="na">height=</span><span class="s">"2208"</span><span
class="nt">/></span>
<span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default-Landscape-736h.png"</span> <span
class="na">width=</span><span class="s">"2208"</span> <span
class="na">height=</span><span class="s">"1242"</span><span
class="nt">/></span>
- <span class="c"><!-- Storyboard method (supports all devices):
- -- Important: If you use the storyboard method, legacy images are
- -- copied but ignored.
- -- Note: images are determined by scale, idiom, and size traits. The
following
- -- are suggested based on current device form factors --></span>
- <span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~anyany.png"</span> <span
class="nt">/></span>
- <span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~comany.png"</span> <span
class="nt">/></span>
- <span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@2x~universal~comcom.png"</span> <span
class="nt">/></span>
- <span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@3x~universal~anyany.png"</span> <span
class="nt">/></span>
- <span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@3x~universal~anycom.png"</span> <span
class="nt">/></span>
- <span class="nt"><splash</span> <span class="na">src=</span><span
class="s">"res/screen/ios/Default@3x~universal~comany.png"</span> <span
class="nt">/></span>
-
<span class="nt"></platform></span>
<span class="nt"><platform</span> <span class="na">name=</span><span
class="s">"windows"</span><span class="nt">></span>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]