Skip to content

Commit

Permalink
ios fingerprint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simplycash committed Aug 19, 2020
1 parent c2da78a commit 773d541
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 16 deletions.
7 changes: 4 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@
<variable name="ANDROID_HOST" value=" " />
<variable name="ANDROID_PATHPREFIX" value="/" />
</plugin>
<plugin name="cordova-plugin-fingerprint-aio" spec="1.3.8">
<variable name="FACEID_USAGE_DESCRIPTION" value=" " />
</plugin>
<plugin name="cordova-plugin-globalization" spec="1.11.0" />
<plugin name="cordova-plugin-inappbrowser" spec="3.0.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="2.0.5" />
Expand All @@ -108,4 +105,8 @@
<plugin name="cordova-sqlite-storage" spec="3.2.0" />
<engine name="android" spec="8.1.0" />
<engine name="ios" spec="5.0.1" />
<plugin name="cordova-plugin-add-swift-support" spec="^2.0.2" />
<plugin name="cordova-plugin-fingerprint-aio" spec="^2.0.0">
<variable name="FACEID_USAGE_DESCRIPTION" value=" " />
</plugin>
</widget>
26 changes: 19 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"cordova-android": "8.1.0",
"cordova-clipboard": "git+https://github.com/simplycash/cordova-clipboard.git#8a5d31e6f048ef4e15d0b4f3bbd47cf9e3607050",
"cordova-ios": "5.0.1",
"cordova-plugin-add-swift-support": "^1.7.2",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-app-version": "0.1.9",
"cordova-plugin-badge": "0.8.8",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-customurlscheme": "4.3.0",
"cordova-plugin-device": "2.0.2",
"cordova-plugin-fingerprint-aio": "1.3.8",
"cordova-plugin-fingerprint-aio": "^2.0.0",
"cordova-plugin-globalization": "1.11.0",
"cordova-plugin-inappbrowser": "3.0.0",
"cordova-plugin-ionic-keyboard": "2.0.5",
Expand Down Expand Up @@ -96,9 +96,6 @@
"cordova-plugin-statusbar": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-globalization": {},
"cordova-plugin-fingerprint-aio": {
"FACEID_USAGE_DESCRIPTION": " "
},
"cordova-plugin-app-version": {},
"cordova-clipboard": {},
"cordova-sqlite-storage": {},
Expand All @@ -108,7 +105,11 @@
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
},
"cordova-plugin-local-notification": {}
"cordova-plugin-local-notification": {},
"cordova-plugin-add-swift-support": {},
"cordova-plugin-fingerprint-aio": {
"FACEID_USAGE_DESCRIPTION": " "
}
},
"platforms": [
"android",
Expand Down

0 comments on commit 773d541

Please sign in to comment.