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 1/3] 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) From 4075725712f27728f5cdfa2cbaa12ca80672e74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Sun, 23 Jul 2017 12:42:29 -0300 Subject: [PATCH 2/3] update link to the store --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fe3eff67..401325b73 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ For a list of frequently asked questions please visit the [Copay FAQ](https://gi - Push notifications (only available for ios and android versions) - Customizable wallet naming and background colors - Multiple languages supported -- Available for [iOS](https://itunes.apple.com/us/app/copay/id951330296), [Android](https://play.google.com/store/apps/details?id=com.bitpay.copay&hl=en), [Windows Phone](http://www.windowsphone.com/en-us/store/app/copay-wallet/4372479b-a064-4d18-8bd3-74a3bdb81c3a), [Chrome App](https://chrome.google.com/webstore/detail/copay/cnidaodnidkbaplmghlelgikaiejfhja?hl=en), [Linux](https://github.com/bitpay/copay/releases/latest), [Windows](https://github.com/bitpay/copay/releases/latest) and [OS X](https://github.com/bitpay/copay/releases/latest) devices +- Available for [iOS](https://itunes.apple.com/us/app/copay/id951330296), [Android](https://play.google.com/store/apps/details?id=com.bitpay.copay&hl=en), [Windows Phone](https://www.microsoft.com/en-us/store/p/copay-secure-bitcoin-wallet/9nm8z2b0387b), + [Chrome App](https://chrome.google.com/webstore/detail/copay/cnidaodnidkbaplmghlelgikaiejfhja?hl=en), [Linux](https://github.com/bitpay/copay/releases/latest), [Windows](https://github.com/bitpay/copay/releases/latest) and [OS X](https://github.com/bitpay/copay/releases/latest) devices ## Testing in a Browser From e876236eaf6e332c5f170e0d400c64b77b3ad008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Sun, 23 Jul 2017 12:45:39 -0300 Subject: [PATCH 3/3] fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 401325b73..4e37e5652 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ npm run start:ios 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. +When your developement enviroment is ready, follow this instructions: - Go to app-template folder, search for config-template.xml and then remove this line: ```sh