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 AF927D2C6 for ; Thu, 1 Nov 2012 22:09:21 +0000 (UTC) Received: (qmail 38488 invoked by uid 500); 1 Nov 2012 22:09:20 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 38384 invoked by uid 500); 1 Nov 2012 22:09:20 -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 37639 invoked by uid 500); 1 Nov 2012 22:09:19 -0000 Delivered-To: apmail-incubator-callback-commits@incubator.apache.org Received: (qmail 37561 invoked by uid 99); 1 Nov 2012 22:09:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 22:09:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E779151A40; Thu, 1 Nov 2012 22:09:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [11/58] [abbrv] git commit: Changed 7 -> 8 Message-Id: <20121101220918.E779151A40@tyr.zones.apache.org> Date: Thu, 1 Nov 2012 22:09:18 +0000 (UTC) Changed 7 -> 8 Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/commit/c6a539c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/tree/c6a539c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/diff/c6a539c3 Branch: refs/heads/master Commit: c6a539c3edec959fb3592e841fe6de9c0e6edb63 Parents: 204c95d Author: Jesse MacFadyen Authored: Tue Oct 30 16:23:43 2012 -0700 Committer: Jesse MacFadyen Committed: Tue Oct 30 16:23:43 2012 -0700 ---------------------------------------------------------------------- README.md | 31 ++++--------------------------- 1 files changed, 4 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/c6a539c3/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index eff1d8b..2738c18 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,18 @@ -Apache Cordova for Windows Phone 7 +Apache Cordova for Windows Phone 8 === -Apache Cordova WP7 is a .net application library that lets you create Apache Cordova applications targeting Windows Phone 7 devices. +Apache Cordova WP7 is a .net application library that lets you create Apache Cordova applications targeting Windows Phone 8 devices. Apache Cordova based applications are, at the core, an application written with web technology: HTML, CSS and JavaScript. Requires --- -- Windows Phone SDK 7.1 [http://create.msdn.com/en-us/home/getting_started] +- Windows Phone 8 SDK Getting Started --- - -- copy the file templates/CordovaStarter-x.x.x.zip to the folder : \My Documents\Visual Studio 2010\Templates\ProjectTemplates\ - - if you have just installed VisualStudio, you should launch it once to create this folder - - if you prefer, you may add the project instead to the "Silverlight for Windows Phone" subfolder of "Visual C#". This is up to you, and only affects where the project template is shown when creating a new project. Also, You may need to create this folder. -- Launch Visual Studio 2010 and select to create a new project - - CordovaStarter should be listed as an option, give your new project a name - - Note: The description will let you know the version of Cordova you are targetting, if you have multiple templates. - - If you do not see it, you may have to select the top level 'Visual C#' to see it -- Build and Run it! - -Important!!! ---- - -When you add or remove files/folders in the www folder you will need to do the following : - -- ensure the new item is included in the project ( Content ) This includes ALL images/css/html/js/* and anything that you want available at runtime. -- Do not modify the CordovaSourceDictionary.xml file which is included in the project, it is auto-generated for you when you build. - -Known Problem Areas ---- - -Many of the Media APIs will not function as expected when debugging while connect to the device with the Zune software. -To get around this, you need to use the Windows Phone Connect tool. For details, please check out this [MSDN blog article](http://blogs.msdn.com/b/jaimer/archive/2010/11/03/tips-for-debugging-wp7-media-apps-with-wpconnect.aspx). +- coming soon BUGS? @@ -42,7 +20,6 @@ BUGS? File them at Apache Incubator https://issues.apache.org/jira/browse/CB - Further Reading ---