summaryrefslogtreecommitdiff
path: root/plugins/ios.json
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-09-17 16:28:48 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-09-17 16:28:48 -0400
commitdf19b39f1d8a4440b9c83fd297ea7d7748ca7cc9 (patch)
tree9fac88b6f4e1177e179478ef9e9164f8405785f5 /plugins/ios.json
parent016b7e1190568149793f62fc6c1f268d46c06c49 (diff)
TouchID support now added for PIN
Diffstat (limited to 'plugins/ios.json')
-rw-r--r--plugins/ios.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/ios.json b/plugins/ios.json
index 56f3a34e..62fd20e8 100644
--- a/plugins/ios.json
+++ b/plugins/ios.json
@@ -63,6 +63,10 @@
{
"xml": "<feature name=\"AppVersion\"><param name=\"ios-package\" value=\"AppVersion\" /></feature>",
"count": 1
+ },
+ {
+ "xml": "<feature name=\"TouchID\"><param name=\"ios-package\" value=\"TouchID\" /></feature>",
+ "count": 1
}
]
}
@@ -92,6 +96,18 @@
"xml": true,
"count": 1
}
+ ],
+ "LocalAuthentication.framework": [
+ {
+ "xml": false,
+ "count": 1
+ }
+ ],
+ "Security.framework": [
+ {
+ "xml": false,
+ "count": 1
+ }
]
}
}
@@ -142,6 +158,9 @@
},
"uk.co.whiteoctober.cordova.appversion": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
+ },
+ "cordova-plugin-touchid": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
"dependent_plugins": {}