Rudimentarily working with getting and setting the profile in the Keychain on iOS.

This commit is contained in:
Brendon Duncan 2018-05-30 16:28:32 +12:00
commit cc2f5f6a14
2 changed files with 49 additions and 3 deletions

View file

@ -72,6 +72,7 @@
<plugin name="cordova-plugin-queries-schemes" spec="~0.1.5" />
<plugin name="cordova-plugin-firebase" spec="https://github.com/arnesson/cordova-plugin-firebase.git" />
<plugin name="cordova-plugin-wkwebview-inputfocusfix" spec="https://github.com/onderceylan/cordova-plugin-wkwebview-inputfocusfix.git" />
<plugin name="cordova-plugin-secure-storage" spec="../SecureStorage" />
<!-- Supported Platforms -->
<engine name="ios" spec="~4.5.3" />
<engine name="android" spec="~6.3.0" />