Updates iOS with ATS support and iPad multitasking
This commit is contained in:
parent
6b122b4975
commit
46d95b060d
1 changed files with 7 additions and 1 deletions
|
|
@ -129,7 +129,13 @@ if [ ! -d $PROJECT ]; then
|
|||
cordova plugin add cordova-plugin-file
|
||||
checkOK
|
||||
|
||||
cordova plugin add https://github.com/EddyVerbruggen/cordova-plugin-touch-id && cordova prepare
|
||||
cordova plugin add cordova-plugin-touch-id && cordova prepare
|
||||
checkOK
|
||||
|
||||
cordova plugin add cordova-plugin-transport-security
|
||||
checkOK
|
||||
|
||||
cordova plugin add cordova-ios-requires-fullscreen
|
||||
checkOK
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue