Speed up QR code scanner for iOS

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-11 10:29:45 -03:00
commit 5986daf140
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 39 additions and 26 deletions

View file

@ -87,6 +87,9 @@ if [ ! -d $PROJECT ]; then
cordova plugin add https://github.com/phonegap/phonegap-plugin-barcodescanner.git
checkOK
cordova plugin add https://github.com/tjwoon/csZBar.git
checkOK
cordova plugin add cordova-plugin-splashscreen
checkOK
@ -138,6 +141,9 @@ if [ ! -d $PROJECT ]; then
cordova plugin add cordova-ios-requires-fullscreen
checkOK
cordova plugin add cordova-plugin-disable-bitcode
checkOK
fi
if $DBGJS