Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 337CED258 for ; Tue, 4 Dec 2012 22:44:10 +0000 (UTC) Received: (qmail 27500 invoked by uid 500); 4 Dec 2012 22:44:10 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 27479 invoked by uid 500); 4 Dec 2012 22:44:10 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 27471 invoked by uid 99); 4 Dec 2012 22:44:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 22:44:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D97658187D4; Tue, 4 Dec 2012 22:44:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org X-Mailer: ASF-Git Admin Mailer Subject: docs commit: added info on WP7.5 vs WP8 Message-Id: <20121204224409.D97658187D4@tyr.zones.apache.org> Date: Tue, 4 Dec 2012 22:44:09 +0000 (UTC) Updated Branches: refs/heads/master 446170419 -> 7d6e04e72 added info on WP7.5 vs WP8 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/7d6e04e7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/7d6e04e7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/7d6e04e7 Branch: refs/heads/master Commit: 7d6e04e72915b5a5412363646ae2562613847101 Parents: 4461704 Author: purplecabbage Authored: Tue Dec 4 14:43:43 2012 -0800 Committer: purplecabbage Committed: Tue Dec 4 14:43:43 2012 -0800 ---------------------------------------------------------------------- .../guide/getting-started/windows-phone-8/index.md | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/7d6e04e7/docs/en/edge/guide/getting-started/windows-phone-8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/getting-started/windows-phone-8/index.md b/docs/en/edge/guide/getting-started/windows-phone-8/index.md index 92b4b1e..ad290dc 100644 --- a/docs/en/edge/guide/getting-started/windows-phone-8/index.md +++ b/docs/en/edge/guide/getting-started/windows-phone-8/index.md @@ -22,6 +22,8 @@ Getting Started with Windows Phone 8 This guide describes how to set up your development environment for Cordova and run a sample application. Note that Cordova used to be called PhoneGap, so some of the sites still use the old PhoneGap name. +Note: Applications built with Apache Cordova for Windows Phone 8 will only run on Windows Phone 8 devices. If you are looking to target both 7.5 AND 8 devices, then you should be using Apache Cordova for Windows Phone 7, which does not have all the new shiny included in IE10, but implements the same APIs. + 1. System Requirements ---------------