Fix Android duplicated plugin

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-11 10:56:14 -03:00
parent 5986daf140
commit c5ae5d47c3
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 8 additions and 5 deletions

View File

@ -84,11 +84,14 @@ if [ ! -d $PROJECT ]; then
cordova plugin add https://github.com/florentvaldelievre/virtualartifacts-webIntent.git
checkOK
cordova plugin add https://github.com/phonegap/phonegap-plugin-barcodescanner.git
checkOK
cordova plugin add https://github.com/tjwoon/csZBar.git
checkOK
if [ $CURRENT_OS == "IOS" ]
then
cordova plugin add https://github.com/tjwoon/csZBar.git
checkOK
else
cordova plugin add https://github.com/phonegap/phonegap-plugin-barcodescanner.git
checkOK
fi
cordova plugin add cordova-plugin-splashscreen
checkOK