Fix old spinnerdialog packages. updates fcm plugin

This commit is contained in:
Gustavo Maximiliano Cortez 2017-11-21 15:36:50 -03:00
parent 4a3a9eefff
commit e8e0f5a609
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
2 changed files with 9 additions and 5 deletions

View File

@ -65,7 +65,7 @@
<variable name="SECOND_URL_SCHEME" value="*APPURI*" />
<variable name="THIRD_URL_SCHEME" value="bitcoincash" />
</plugin>
<plugin name="cordova-plugin-fcm" spec="https://github.com/cmgustavo/cordova-plugin-fcm.git" />
<plugin name="cordova-plugin-fcm" spec="https://github.com/cmgustavo/cordova-plugin-fcm.git#v4.0" />
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />

View File

@ -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": [