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 2012/04/27 20:39:28 UTC

docs commit: Update device.platform quirk for iOS.

Updated Branches:
  refs/heads/master dfe594f09 -> d054a3c9f


Update device.platform quirk for iOS.

This commit copies the 1.6.1 quirk (commit 91d164)
to 1.7.0rc1 and edge.


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

Branch: refs/heads/master
Commit: d054a3c9f33eb7c236f929b07959b6de78cf2c7c
Parents: dfe594f
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Fri Apr 27 11:37:53 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Apr 27 11:37:53 2012 -0700

----------------------------------------------------------------------
 docs/en/1.7.0rc1/cordova/device/device.platform.md |    2 +-
 docs/en/edge/cordova/device/device.platform.md     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/d054a3c9/docs/en/1.7.0rc1/cordova/device/device.platform.md
----------------------------------------------------------------------
diff --git a/docs/en/1.7.0rc1/cordova/device/device.platform.md b/docs/en/1.7.0rc1/cordova/device/device.platform.md
index 4ed1a9c..ff5fe14 100644
--- a/docs/en/1.7.0rc1/cordova/device/device.platform.md
+++ b/docs/en/1.7.0rc1/cordova/device/device.platform.md
@@ -80,7 +80,7 @@ Full Example
 iPhone Quirks
 -------------
 
-All devices return `iPhone` as the platform. This is inaccurate because Apple has rebranded the iPhone operating system as `iOS`.
+The iPhone returns `iPhone` as the platform. The iPad returns `iPad` as the platform.  In the simulator they will return `iPhone Simulator` and `iPad Simulator` respectively.  These are inaccurate in all cases because Apple has rebranded the iPhone operating system as `iOS`.
 
 BlackBerry Quirks
 -----------------

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/d054a3c9/docs/en/edge/cordova/device/device.platform.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/device/device.platform.md b/docs/en/edge/cordova/device/device.platform.md
index 2bc1adc..f667073 100644
--- a/docs/en/edge/cordova/device/device.platform.md
+++ b/docs/en/edge/cordova/device/device.platform.md
@@ -81,7 +81,7 @@ Full Example
 iPhone Quirks
 -------------
 
-All devices return `iPhone` as the platform. This is inaccurate because Apple has rebranded the iPhone operating system as `iOS`.
+The iPhone returns `iPhone` as the platform. The iPad returns `iPad` as the platform.  In the simulator they will return `iPhone Simulator` and `iPad Simulator` respectively.  These are inaccurate in all cases because Apple has rebranded the iPhone operating system as `iOS`.
 
 BlackBerry Quirks
 -----------------