Skip to content

Commit 85215cb

Browse files
authored
Merge pull request #5579 from gabrielbazan7/windows-platform
windows platform build
2 parents c76d63a + 06782c5 commit 85215cb

File tree

16 files changed

+9
-356
lines changed

16 files changed

+9
-356
lines changed

.gitignore

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ src/js/translations.js
66
# cordova
77
plugins
88
platforms
9-
cordova/project-*/*
10-
cordova/*.keystore
119

1210
# node-webkit
1311
cache
@@ -98,26 +96,13 @@ www/fonts
9896
/ionic.config.json
9997
/appConfig.json
10098
externalServices.json
101-
cordova/Makefile
102-
cordova/ProjectMakefile
10399
app-template/bitpay-wallet
104-
cordova/config.xml
105-
cordova/wp/Package.appxmanifest
106100
src/js/appConfig.js
107101
src/js/externalServices.js
108102
chrome-app/manifest.json
109103
www/img/app
110104
www/index.html
111105

112-
113-
cordova/android/res/
114-
cordova/wp/Assets/
115-
cordova/wp/*.png
116-
cordova/wp/*.jpg
117-
cordova/ios/splash/
118-
cordova/ios/icons/
119-
cordova/project/
120-
121106
## Firebase
122107
GoogleService-Info.plist
123108
google-services.json

app-template/Makefile

Lines changed: 0 additions & 27 deletions
This file was deleted.

app-template/Package.appxmanifest

Lines changed: 0 additions & 41 deletions
This file was deleted.

app-template/ProjectMakefile

Lines changed: 0 additions & 18 deletions
This file was deleted.

app-template/WMAppManifest.xml

Lines changed: 0 additions & 49 deletions
This file was deleted.

app-template/apply.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
var templates = {
88
'package-template.json': '/',
99
'index.html': 'www/',
10-
'Makefile': 'cordova/',
11-
'ProjectMakefile': 'cordova/',
1210
'config-template.xml': '/',
1311
'ionic.config.json': '/',
14-
'Package.appxmanifest': 'cordova/wp/',
1512
'.desktop': 'webkitbuilds/',
1613
'setup-win.iss': 'webkitbuilds/',
1714
'build-macos.sh': 'webkitbuilds/',

app-template/config-template.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- <preference name="KeyboardDisplayRequiresUserAction" value="false" /> -->
2121
<preference name="StatusBarBackgroundColor" value="#1e3186" />
2222
<preference name="BackupWebStorage" value="none"/>
23-
<preference name="windows-target-version" value="8.1"/>
23+
<preference name="windows-target-version" value="10.0"/>
2424
<preference name="Orientation" value="default" />
2525
<preference name="cordova-custom-config-stoponerror" value="true" />
2626

@@ -56,20 +56,20 @@
5656
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
5757
<plugin name="cordova-plugin-whitelist" spec="~1.3.0" />
5858
<plugin name="cordova-plugin-wkwebview-engine" spec="https://github.com/driftyco/cordova-plugin-wkwebview-engine.git#4221015eb3f309fe593a7d81205b691e27088743" />
59-
<plugin name="cordova-plugin-qrscanner" spec="~2.4.0" />
59+
<plugin name="cordova-plugin-qrscanner" spec="~2.5.0" />
6060
<plugin name="cordova-plugin-customurlscheme" spec="https://github.com/cmgustavo/Custom-URL-scheme.git">
6161
<variable name="URL_SCHEME" value="bitcoin" />
6262
<variable name="SECOND_URL_SCHEME" value="*APPURI*" />
6363
</plugin>
6464
<plugin name="cordova-custom-config" spec="~3.0.5" />
6565
<plugin name="cordova-plugin-queries-schemes" spec="~0.1.5" />
66-
6766
<plugin name="cordova-plugin-fcm" spec="2.1.1" />
67+
<plugin name="cordova-plugin-winstore-jscompat" spec="https://github.com/gabrielbazan7/cordova-plugin-winstore-jscompat.git" />
6868

6969
<!-- Supported Platforms -->
7070
<engine name="ios" spec="~4.2.1" />
7171
<engine name="android" spec="~5.2.2" />
72-
<!-- <engine name="windows" spec="~4.4.2" /> -->
72+
<engine name="windows" spec="~4.4.3" />
7373

7474
<!-- Platform Specific Settings -->
7575
<platform name="ios">

app-template/package-template.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"angular-mocks": "1.4.10",
5656
"bezier-easing": "^2.0.3",
5757
"bhttp": "^1.2.1",
58-
"bitauth": "^0.3.2",
58+
"bitauth": "[email protected]:gabrielbazan7/bitauth.git#copay",
5959
"bitcore-wallet-client": "5.0.0",
6060
"bower": "^1.7.9",
6161
"cordova-android": "5.1.1",
6262
"cordova-custom-config": "^3.0.5",
63-
"cordova-plugin-qrscanner": "^2.3.1",
63+
"cordova-plugin-qrscanner": "^2.5.0",
6464
"coveralls": "^2.11.9",
6565
"express": "^4.11.2",
6666
"fs": "0.0.2",
@@ -84,12 +84,14 @@
8484
"start": "npm run build:www && ionic serve --nolivereload --nogulp -s",
8585
"start:ios": "npm run build:www && npm run build:ios && npm run open:ios",
8686
"start:android": "npm run build:www && npm run build:android && npm run run:android",
87+
"start:windows": "npm run build:www && npm run build:windows",
8788
"start:desktop": "npm start",
8889
"watch": "grunt watch",
8990
"build:www": "grunt",
9091
"build:www-release": "grunt prod",
9192
"build:ios": "cordova prepare ios && cordova build ios --debug",
9293
"build:android": "cordova prepare android && cordova build android --debug",
94+
"build:windows": "cordova prepare windows && cordova build windows -- --arch=\"x86\"",
9395
"build:ios-release": "cordova prepare ios && cordova build ios --release",
9496
"build:android-release": "cordova prepare android && cordova build android --release",
9597
"build:desktop": "grunt desktop",

cordova/readme.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

cordova/wp/MainPage.xaml

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)