@regulaforensics/cordova-plugin-document-reader-api 9.7.647-rc → 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.
- package/example/config.xml +16 -21
- package/example/package.json +5 -5
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/src/android/build.gradle +2 -2
- package/example/hooks/README.md +0 -23
package/example/config.xml
CHANGED
|
@@ -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="
|
|
21
|
-
<preference name="
|
|
22
|
-
<
|
|
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
|
-
<
|
|
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
|
-
<
|
|
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>
|
package/example/package.json
CHANGED
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"author": "Regula Forensics Inc.",
|
|
14
14
|
"license": "commercial",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "9.7.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.
|
|
16
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "9.7.650-beta",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "9.6.2766",
|
|
18
18
|
"cordova-android": "13.0.0",
|
|
19
|
-
"cordova-ios": "
|
|
19
|
+
"cordova-ios": "8.1.1",
|
|
20
20
|
"cordova-plugin-add-swift-support": "2.0.2",
|
|
21
21
|
"cordova-plugin-advanced-http": "3.3.1",
|
|
22
|
-
"cordova-plugin-camera": "
|
|
23
|
-
"cordova-plugin-file": "8.
|
|
22
|
+
"cordova-plugin-camera": "8.0.0",
|
|
23
|
+
"cordova-plugin-file": "8.1.3",
|
|
24
24
|
"jetifier": "2.0.0"
|
|
25
25
|
},
|
|
26
26
|
"cordova": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/cordova-plugin-document-reader-api",
|
|
3
|
-
"version": "9.7.
|
|
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.
|
|
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>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<source url="https://github.com/regulaforensics/podspecs.git"/>
|
|
30
30
|
</config>
|
|
31
31
|
<pods>
|
|
32
|
-
<pod name="
|
|
32
|
+
<pod name="DocumentReader" spec="9.6.6619" />
|
|
33
33
|
</pods>
|
|
34
34
|
</podspec>
|
|
35
35
|
</platform>
|
package/src/android/build.gradle
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
repositories {
|
|
2
2
|
maven {
|
|
3
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader
|
|
3
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
dependencies {
|
|
8
8
|
//noinspection GradleDependency
|
|
9
|
-
implementation ('com.regula.documentreader:api:9.
|
|
9
|
+
implementation ('com.regula.documentreader:api:9.6.13074'){
|
|
10
10
|
transitive = true
|
|
11
11
|
}
|
|
12
12
|
}
|
package/example/hooks/README.md
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
#
|
|
3
|
-
# Licensed to the Apache Software Foundation (ASF) under one
|
|
4
|
-
# or more contributor license agreements. See the NOTICE file
|
|
5
|
-
# distributed with this work for additional information
|
|
6
|
-
# regarding copyright ownership. The ASF licenses this file
|
|
7
|
-
# to you under the Apache License, Version 2.0 (the
|
|
8
|
-
# "License"); you may not use this file except in compliance
|
|
9
|
-
# with the License. You may obtain a copy of the License at
|
|
10
|
-
#
|
|
11
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
#
|
|
13
|
-
# Unless required by applicable law or agreed to in writing,
|
|
14
|
-
# software distributed under the License is distributed on an
|
|
15
|
-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
16
|
-
# KIND, either express or implied. See the License for the
|
|
17
|
-
# specific language governing permissions and limitations
|
|
18
|
-
# under the License.
|
|
19
|
-
#
|
|
20
|
-
-->
|
|
21
|
-
# Cordova Hooks
|
|
22
|
-
|
|
23
|
-
Cordova Hooks represent special scripts which could be added by application and plugin developers or even by your own build system to customize cordova commands. See Hooks Guide for more details: http://cordova.apache.org/docs/en/edge/guide_appdev_hooks_index.md.html#Hooks%20Guide.
|