Fix Android beep
This commit is contained in:
parent
a90503ac17
commit
26a53c79bb
2 changed files with 8 additions and 14 deletions
|
|
@ -135,20 +135,17 @@ if [ ! -d $PROJECT ]; then
|
|||
cordova plugin add cordova-plugin-file@3.0.0
|
||||
checkOK
|
||||
|
||||
if [ $CURRENT_OS == "IOS" ]
|
||||
then
|
||||
cordova plugin add cordova-plugin-touch-id && cordova prepare
|
||||
checkOK
|
||||
cordova plugin add cordova-plugin-touch-id && cordova prepare
|
||||
checkOK
|
||||
|
||||
cordova plugin add cordova-plugin-transport-security
|
||||
checkOK
|
||||
cordova plugin add cordova-plugin-transport-security
|
||||
checkOK
|
||||
|
||||
cordova plugin add cordova-ios-requires-fullscreen
|
||||
checkOK
|
||||
cordova plugin add cordova-ios-requires-fullscreen
|
||||
checkOK
|
||||
|
||||
cordova plugin add cordova-plugin-disable-bitcode
|
||||
checkOK
|
||||
fi
|
||||
cordova plugin add cordova-plugin-disable-bitcode
|
||||
checkOK
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue