Updates iOS with ATS support and iPad multitasking

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-09 11:11:32 -03:00
parent 6b122b4975
commit 46d95b060d
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 7 additions and 1 deletions

View File

@ -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