From e8e0f5a609c3f9d499d6206d25351efbd5cdb39a Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 21 Nov 2017 15:36:50 -0300 Subject: [PATCH] Fix old spinnerdialog packages. updates fcm plugin --- app-template/config-template.xml | 2 +- package.json | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/app-template/config-template.xml b/app-template/config-template.xml index 1418ba9b6..90ff8d070 100644 --- a/app-template/config-template.xml +++ b/app-template/config-template.xml @@ -65,7 +65,7 @@ - + diff --git a/package.json b/package.json index 38446efb7..92bbbecf9 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,8 @@ "postinstall": "sed -i -e \"s/.*require(...\\/...);//g\" node_modules/asn1.js-rfc5280/index.js;", "start": "ionic serve", "clean": "trash platforms && trash plugins && trash config.xml", + "clean:copay": "trash platforms && trash plugins && trash config.xml && npm run apply:copay && ionic cordova prepare", + "clean:bitpay": "trash platforms && trash plugins && trash config.xml && npm run apply:bitpay && ionic cordova prepare", "clean-all": "git clean -dfx", "build": "ionic-app-scripts build", "lint": "ionic-app-scripts lint", @@ -89,7 +91,7 @@ "cordova-plugin-customurlscheme": "https://github.com/cmgustavo/Custom-URL-scheme.git#v4.0", "cordova-plugin-device": "^1.1.7", "cordova-plugin-dialogs": "^1.3.4", - "cordova-plugin-fcm": "https://github.com/cmgustavo/cordova-plugin-fcm.git", + "cordova-plugin-fcm": "https://github.com/cmgustavo/cordova-plugin-fcm.git#v4.0", "cordova-plugin-file": "^5.0.0", "cordova-plugin-globalization": "^1.0.8", "cordova-plugin-inappbrowser": "^1.7.2", @@ -105,7 +107,7 @@ "cordova-plugin-whitelist": "^1.3.3", "cordova-plugin-x-socialsharing": "^5.2.1", "cordova-plugin-x-toast": "^2.6.0", - "es6-promise-plugin": "^4.1.1", + "es6-promise-plugin": "^4.1.0", "ionic-angular": "^3.9.2", "ionic-plugin-keyboard": "^2.2.1", "ionicons": "^3.0.0", @@ -174,12 +176,14 @@ "cordova-plugin-customurlscheme": { "URL_SCHEME": "bitcoin", "SECOND_URL_SCHEME": "copay", - "THIRD_URL_SCHEME": "bitcoincash" + "THIRD_URL_SCHEME": "bitcoincash", + "ANDROID_SCHEME": " ", + "ANDROID_HOST": " ", + "ANDROID_PATHPREFIX": "/" }, "cordova-plugin-fcm": {}, "cordova-plugin-globalization": {}, "cordova-plugin-inappbrowser": {}, - "com.greybax.spinnerdialog": {}, "cordova-plugin-spinner-dialog": {} }, "platforms": [