You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/03/31 22:26:45 UTC

[18/31] docs commit: [CB-5122] custom WebView as advantage of shell workflow

[CB-5122] custom WebView as advantage of shell workflow


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/199968d0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/199968d0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/199968d0

Branch: refs/heads/master
Commit: 199968d0f65b02e4a9606f0d0cc6a190952630a2
Parents: d4b28ed
Author: Mike Sierra <ms...@adobe.com>
Authored: Tue Nov 5 11:46:47 2013 -0500
Committer: Mike Sierra <ms...@adobe.com>
Committed: Tue Nov 5 11:46:47 2013 -0500

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/devel.md | 7 ++++---
 docs/en/edge/guide/platforms/ios/devel.md     | 9 +++++----
 2 files changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/199968d0/docs/en/edge/guide/platforms/android/devel.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/devel.md b/docs/en/edge/guide/platforms/android/devel.md
index 01d2efa..13ec381 100644
--- a/docs/en/edge/guide/platforms/android/devel.md
+++ b/docs/en/edge/guide/platforms/android/devel.md
@@ -23,9 +23,10 @@ This guide shows how to use Cordova's set of platform-centered shell
 tools to develop Android apps. This development path, discussed in the
 Overview, may offer you a greater range of development options than
 the cross-platform CLI tool described in The Command-Line Interface.
-Before using either development path, you must first configure the
-Android SDK environment as described in the Android Installation
-Guide.
+For example, you need to use shell tools when deploying a custom
+Cordova WebView alongside native components.  Before using either
+development path, you must first configure the Android SDK environment
+as described in the Android Installation Guide.
 
 To enable shell tools for Android, download Cordova from
 [cordova.apache.org](http://cordova.apache.org). The download contains

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/199968d0/docs/en/edge/guide/platforms/ios/devel.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/devel.md b/docs/en/edge/guide/platforms/ios/devel.md
index 56d5931..9da7b2c 100644
--- a/docs/en/edge/guide/platforms/ios/devel.md
+++ b/docs/en/edge/guide/platforms/ios/devel.md
@@ -23,10 +23,11 @@ This guide shows how to use Cordova's set of platform-centered shell
 tools to develop iOS apps. This development path, discussed in the
 Overview, may offer you a greater range of development options for iOS
 than the cross-platform CLI tool described in The Command-Line
-Interface.  Before using either development path, you must first
-configure the SDK environment as described in the iOS Installation
-Guide.  These tools rely upon Xcode's command-line tools such as
-`xcode-select` and `xcodebuild`.
+Interface.  For example, you need to use shell tools when deploying a
+custom Cordova WebView alongside native components. Before using
+either development path, you must first configure the SDK environment
+as described in the iOS Installation Guide.  These tools rely upon
+Xcode's command-line tools such as `xcode-select` and `xcodebuild`.
 
 To enable shell tools for iOS, download Cordova from
 [cordova.apache.org](http://cordova.apache.org). The download contains