adding control for non ios and android device in pushnotifications registration

This commit is contained in:
Gabriel Bazán 2016-01-20 15:28:56 -03:00
commit 1d3e74164d
2 changed files with 6 additions and 6 deletions

View file

@ -103,13 +103,10 @@ if [ ! -d $PROJECT ]; then
cordova plugin add cordova-plugin-statusbar
checkOK
cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=bitcoin
checkOK
cordova plugin add phonegap-plugin-push@1.2.3
checkOK
cordova plugin add https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git --variable URL_SCHEME=bitcoin
cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=bitcoin
checkOK
cordova plugin add cordova-plugin-inappbrowser