@regulaforensics/cordova-plugin-document-reader-api 9.7.649-beta → 9.7.650-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,38 +1,33 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
2
  <widget android-packageName="com.regula.dr.fullauthrfid" ios-CFBundleIdentifier="regula.DocumentReader" version="1.0.0" xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3
3
  <name>DocumentReader</name>
4
- <description>
5
- A sample Regula Document Reader application for reading and validation of identification documents.
6
- </description>
7
- <author email="cordova.support@regulaforensics.com" href="https://mobile.regulaforensics.com">
8
- Regula Forensics Inc.
9
- </author>
10
- <content src="index.html" />
11
- <access origin="*" />
12
- <allow-intent href="http://*/*" />
13
- <allow-intent href="https://*/*" />
14
- <allow-intent href="tel:*" />
15
- <allow-intent href="sms:*" />
16
- <allow-intent href="mailto:*" />
17
- <allow-intent href="geo:*" />
18
4
  <platform name="android">
19
5
  <resource-file src="www/db.dat" target="app/src/main/assets/Regula/db.dat" />
20
- <preference name="android-minSdkVersion" value="23" />
21
- <preference name="android-targetSdkVersion" value="34" />
22
- <allow-intent href="market:*" />
6
+ <preference name="orientation" value="portrait" />
7
+ <preference name="AndroidEdgeToEdge" value="true" />
8
+ <preference name="android-minSdkVersion" value="24" />
9
+ <preference name="android-targetSdkVersion" value="36" />
10
+ <preference name="GradlePluginKotlinEnabled" value="true" />
23
11
  <config-file parent="/*" target="AndroidManifest.xml">
24
12
  <uses-permission android:name="android.permission.NFC" />
25
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
26
13
  <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
27
- <uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
28
14
  </config-file>
29
- <preference name="orientation" value="portrait" />
15
+ <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
16
+ <application android:usesCleartextTraffic="true" />
17
+ </edit-config>
30
18
  </platform>
31
19
  <platform name="ios">
32
20
  <resource-file src="www/db.dat" />
21
+ <preference name="deployment-target" value="14.0" />
22
+ <preference name="orientation" value="portrait" />
33
23
  <allow-intent href="itms:*" />
34
24
  <allow-intent href="itms-apps:*" />
35
- <preference name="orientation" value="portrait" />
25
+ <config-file parent="NSCameraUsageDescription" target="*-Info.plist">
26
+ <string>To use camera</string>
27
+ </config-file>
28
+ <config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
29
+ <string>To pick images</string>
30
+ </config-file>
36
31
  <config-file target="*-Info.plist" parent="NSCameraUsageDescription">
37
32
  <string>To use camera</string>
38
33
  </config-file>
@@ -13,7 +13,7 @@
13
13
  "author": "Regula Forensics Inc.",
14
14
  "license": "commercial",
15
15
  "dependencies": {
16
- "@regulaforensics/cordova-plugin-document-reader-api": "9.7.649-beta",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "9.7.650-beta",
17
17
  "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.6.2766",
18
18
  "cordova-android": "13.0.0",
19
19
  "cordova-ios": "8.1.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/cordova-plugin-document-reader-api",
3
- "version": "9.7.649-beta",
3
+ "version": "9.7.650-beta",
4
4
  "description": "Cordova plugin for reading and validation of identification documents (API framework)",
5
5
  "cordova": {
6
6
  "id": "@regulaforensics/cordova-plugin-document-reader-api",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="@regulaforensics/cordova-plugin-document-reader-api" version="9.7.649-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/cordova-plugin-document-reader-api" version="9.7.650-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>DocumentReaderApi</name>
4
4
  <description>Cordova plugin Document reader api</description>
5
5
  <license>commercial</license>