Shows warning if using old plugin for WP8

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-12 11:40:48 -03:00
parent 26a53c79bb
commit 71253e0ed7
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ if [ ! -d $PROJECT ]; then
cordova plugin add https://github.com/tjwoon/csZBar.git
checkOK
else
echo "${OpenColor}${Green}* Using plugin phonegap-plugin-barcodescanner for Windows Phone 8 ${CloseColor}"
cordova plugin add https://github.com/phonegap/phonegap-plugin-barcodescanner.git
checkOK
fi