From 8f239661dd8ba2b55a911ce37e9c75f3b34a54f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Sun, 23 Jul 2017 12:38:12 -0300 Subject: [PATCH] updating windows phone documentation --- README.md | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a713c6835..2fe3eff67 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,28 @@ npm run apply:copay npm run start:ios ``` +### Windows Phone + +Follow the [Cordova Windows Phone Platform Guide](https://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html) to set up your development environment. + +When your developement enviroment is ready, run the `start:ios` npm package script. + +- Go to app-template folder, search for config-template.xml and then remove this line: +```sh + +``` +and then enable this one: +```sh + +``` +- Run: +```sh +npm run clean-all +npm run apply:copay +npm run start:windows +``` +- Then open the project file with VS inside cordova/platform/windows/ + ### Desktop (Linux, macOS, and Windows) The desktop version of Copay currently uses NW.js, an app runtime based on Chromium. To get started, first install NW.js on your system from [the NW.js website](https://nwjs.io/). @@ -116,8 +138,22 @@ npm run final:ios ### Windows Phone -- Install Visual Studio 2013 (or newer) -- Run `make wp8-prod` +- Install Visual Studio 2015 (or newer) +- Go to app-template folder, search for config-template.xml and then remove this line: +```sh + +``` +and then enable this one: +```sh + +``` +- Run: +```sh +npm run clean-all +npm run apply:copay +npm run final:windows +``` +- Then open the project file with VS inside cordova/platform/windows/ ### Desktop (Linux, macOS, and Windows)