fix : Clicking on the Push Notification doesn't open the notified wallet (#4185)

This commit is contained in:
Gabriel Edgardo Bazán 2016-05-05 11:28:04 -03:00 committed by Matias Alejo Garcia
commit 7c43f0ade7

View file

@ -79,6 +79,9 @@ if [ ! -d $PROJECT ]; then
echo "${OpenColor}${Green}* Installing plugins... ${CloseColor}"
cordova plugin add cordova-plugin-disable-bitcode
checkOK
cordova plugin add https://github.com/florentvaldelievre/virtualartifacts-webIntent.git
checkOK
@ -91,6 +94,16 @@ if [ ! -d $PROJECT ]; then
checkOK
fi
if [ $CURRENT_OS == "IOS" ]; then
cordova plugin add phonegap-plugin-push@1.5.3
checkOK
fi
if [ $CURRENT_OS == "ANDROID" ]; then
cordova plugin add phonegap-plugin-push@1.2.3
checkOK
fi
cordova plugin add cordova-plugin-globalization
checkOK
@ -103,9 +116,6 @@ if [ ! -d $PROJECT ]; then
cordova plugin add cordova-plugin-statusbar
checkOK
cordova plugin add phonegap-plugin-push@1.2.3
checkOK
cordova plugin add https://github.com/cmgustavo/Custom-URL-scheme.git --variable URL_SCHEME=bitcoin --variable SECOND_URL_SCHEME=copay
checkOK