Speed up QR code scanner for iOS
This commit is contained in:
parent
5f332a2315
commit
5986daf140
4 changed files with 39 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue