You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:07:04 UTC

[33/50] docs commit: [CB-3820] assume target-device pref is PGB-only

[CB-3820] assume target-device pref is PGB-only


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

Branch: refs/heads/master
Commit: 3b97a02c0c51180b801d915ecbfdfe5bfaee1a5c
Parents: 113fe1f
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Sep 20 11:09:44 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:04:22 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 13 -------------
 1 file changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3b97a02c/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index 894f45a..b610c9f 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -101,19 +101,6 @@ File for information on global configuration options.
 
         <preference name="KeyboardShrinksView" value="true"/>
 
-<!-- QUERY I: is target-device OK? 
-
- #### Target a Specific Device
-
-* `target-device` with possible values `handset`, `tablet`, or
-  `universal`
-
-  * example: `<preference name="target-device" value="universal" />`
-
-  * please note that this currently only applies to iOS builds; by
-    default all builds are universal
-
--->
 
 <!-- QUERY I: Is webviewbounce OK?