Fix plugin android
This commit is contained in:
parent
bd0d4c2587
commit
044c5b08d5
1 changed files with 13 additions and 14 deletions
|
|
@ -91,23 +91,11 @@ if [ ! -d $PROJECT ]; then
|
||||||
if [ $CURRENT_OS == "IOS" ]; then
|
if [ $CURRENT_OS == "IOS" ]; then
|
||||||
cordova plugin add phonegap-plugin-push@1.5.3
|
cordova plugin add phonegap-plugin-push@1.5.3
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
cordova plugin add cordova-plugin-transport-security
|
|
||||||
checkOK
|
|
||||||
|
|
||||||
cordova plugin add cordova-ios-requires-fullscreen
|
|
||||||
checkOK
|
|
||||||
|
|
||||||
cordova plugin add cordova-plugin-disable-bitcode
|
|
||||||
checkOK
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $CURRENT_OS == "ANDROID" ]; then
|
if [ $CURRENT_OS == "ANDROID" ]; then
|
||||||
cordova plugin add phonegap-plugin-push@1.2.3
|
cordova plugin add phonegap-plugin-push@1.2.3
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
## Fix plugin android-fingerprint
|
|
||||||
rm -rf $PROJECT/platforms/android/res/values-es
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cordova plugin add cordova-plugin-globalization
|
cordova plugin add cordova-plugin-globalization
|
||||||
|
|
@ -155,13 +143,24 @@ if [ ! -d $PROJECT ]; then
|
||||||
cordova plugin add cordova-plugin-file
|
cordova plugin add cordova-plugin-file
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
cordova plugin add cordova-plugin-screen-orientation
|
cordova plugin add cordova-plugin-touch-id && cordova prepare
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
|
cordova plugin add cordova-plugin-transport-security
|
||||||
|
checkOK
|
||||||
|
|
||||||
|
cordova plugin add cordova-ios-requires-fullscreen
|
||||||
|
checkOK
|
||||||
|
|
||||||
|
cordova plugin add cordova-plugin-disable-bitcode
|
||||||
|
checkOK
|
||||||
|
|
||||||
|
## Fix plugin android-fingerprint
|
||||||
|
rm -rf $PROJECT/platforms/android/res/values-es
|
||||||
cordova plugin add cordova-plugin-android-fingerprint-auth
|
cordova plugin add cordova-plugin-android-fingerprint-auth
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
cordova plugin add cordova-plugin-touch-id && cordova prepare
|
cordova plugin add cordova-plugin-screen-orientation
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
cordova plugin add ionic-plugin-keyboard
|
cordova plugin add ionic-plugin-keyboard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue