Fix Android duplicated plugin
This commit is contained in:
parent
5986daf140
commit
c5ae5d47c3
1 changed files with 8 additions and 5 deletions
|
|
@ -84,11 +84,14 @@ if [ ! -d $PROJECT ]; then
|
||||||
cordova plugin add https://github.com/florentvaldelievre/virtualartifacts-webIntent.git
|
cordova plugin add https://github.com/florentvaldelievre/virtualartifacts-webIntent.git
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
cordova plugin add https://github.com/phonegap/phonegap-plugin-barcodescanner.git
|
if [ $CURRENT_OS == "IOS" ]
|
||||||
checkOK
|
then
|
||||||
|
cordova plugin add https://github.com/tjwoon/csZBar.git
|
||||||
cordova plugin add https://github.com/tjwoon/csZBar.git
|
checkOK
|
||||||
checkOK
|
else
|
||||||
|
cordova plugin add https://github.com/phonegap/phonegap-plugin-barcodescanner.git
|
||||||
|
checkOK
|
||||||
|
fi
|
||||||
|
|
||||||
cordova plugin add cordova-plugin-splashscreen
|
cordova plugin add cordova-plugin-splashscreen
|
||||||
checkOK
|
checkOK
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue