@regulaforensics/idv 3.8.127-rc → 3.8.130
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/RNIDV.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/examples/capacitor/README.md +1 -1
- package/examples/capacitor/package.json +5 -5
- package/examples/capacitor/scripts/android.sh +3 -1
- package/examples/capacitor/scripts/ios.sh +3 -1
- package/examples/capacitor/scripts/setup.sh +2 -0
- package/examples/ionic/README.md +1 -1
- package/examples/ionic/config.xml +0 -3
- package/examples/ionic/package-lock.json +1592 -1761
- package/examples/ionic/package.json +21 -25
- package/examples/ionic/scripts/android.sh +4 -1
- package/examples/ionic/scripts/ios.sh +4 -1
- package/examples/ionic/scripts/setup.sh +2 -0
- package/examples/ionic/tsconfig.json +1 -1
- package/examples/react_native/README.md +1 -1
- package/examples/react_native/package.json +5 -5
- package/examples/react_native/scripts/android.sh +5 -5
- package/examples/react_native/scripts/ios.sh +5 -5
- package/examples/react_native/scripts/setup.sh +2 -0
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +1 -1
package/RNIDV.podspec
CHANGED
|
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
|
|
|
5
5
|
|
|
6
6
|
Pod::Spec.new do |s|
|
|
7
7
|
s.name = 'RNIDV'
|
|
8
|
-
s.version = '3.8.
|
|
8
|
+
s.version = '3.8.130'
|
|
9
9
|
s.summary = package['description']
|
|
10
10
|
s.license = package['license']
|
|
11
11
|
|
|
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
s.ios.deployment_target = '14.0'
|
|
17
17
|
s.source_files = [ 'ios/**/*.swift', 'ios/**/RN*.m' ]
|
|
18
18
|
s.exclude_files = [ 'ios/CDVIDV.swift' ]
|
|
19
|
-
s.dependency '
|
|
19
|
+
s.dependency 'IDVSDK', '3.8.1948'
|
|
20
20
|
s.dependency 'React'
|
|
21
21
|
end
|
package/android/build.gradle
CHANGED
|
@@ -18,14 +18,14 @@ android {
|
|
|
18
18
|
rootProject.allprojects {
|
|
19
19
|
repositories {
|
|
20
20
|
maven {
|
|
21
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader
|
|
21
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
dependencies {
|
|
27
27
|
implementation 'com.facebook.react:react-native:+'
|
|
28
|
-
implementation('com.regula.idv:api:3.
|
|
28
|
+
implementation('com.regula.idv:api:3.8.314') {
|
|
29
29
|
transitive = true
|
|
30
30
|
}
|
|
31
31
|
}
|
package/android/cordova.gradle
CHANGED
|
@@ -9,12 +9,12 @@ android {
|
|
|
9
9
|
|
|
10
10
|
repositories {
|
|
11
11
|
maven {
|
|
12
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader
|
|
12
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
dependencies {
|
|
17
|
-
implementation('com.regula.idv:api:3.
|
|
17
|
+
implementation('com.regula.idv:api:3.8.314') {
|
|
18
18
|
transitive = true
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
7. After initialization choose **General KYC - AP** from workflows list and click **Start Workflow** button.
|
|
13
13
|
8. Complete workflow and get your session id.
|
|
14
14
|
|
|
15
|
-
**Note**: `npm run ios`/`npm run android` is just one way of running the app. You can also pass
|
|
15
|
+
**Note**: `npm run ios`/`npm run android` is just one way of running the app. You can also pass `-- -o` or `-- --open` argument to the command, and this will open Xcode/Android Studio, then run the app directly from the IDE. Overall, this is a more consistent way, so if you're having troubles running the app from terminal, try running it from the IDE.
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/idv": "3.8.
|
|
10
|
-
"@regulaforensics/idv-module-document-reader": "
|
|
11
|
-
"@regulaforensics/idv-module-face": "
|
|
12
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "9.
|
|
13
|
-
"@regulaforensics/face-core-basic": "8.
|
|
9
|
+
"@regulaforensics/idv": "3.8.130",
|
|
10
|
+
"@regulaforensics/idv-module-document-reader": "3.8.108",
|
|
11
|
+
"@regulaforensics/idv-module-face": "3.8.109",
|
|
12
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
|
|
13
|
+
"@regulaforensics/face-core-basic": "8.2.521",
|
|
14
14
|
"@capacitor/cli": "^8.0.0",
|
|
15
15
|
"@capacitor/core": "^8.0.0",
|
|
16
16
|
"@capacitor/app": "^8.0.0",
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
2
|
set -e
|
|
3
3
|
|
|
4
|
-
if [[
|
|
4
|
+
if [[ " $* " == *" --open "* ]] || [[ " $* " == *" -o "* ]]; then
|
|
5
5
|
ionic cap sync android
|
|
6
6
|
open -a 'Android Studio' android
|
|
7
7
|
else
|
|
8
8
|
ionic cap run android
|
|
9
9
|
fi
|
|
10
|
+
|
|
11
|
+
exit 0
|
package/examples/ionic/README.md
CHANGED
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
7. After initialization choose **General KYC - AP** from workflows list and click **Start Workflow** button.
|
|
13
13
|
8. Complete workflow and get your session id.
|
|
14
14
|
|
|
15
|
-
**Note**: `npm run ios`/`npm run android` is just one way of running the app. You can also pass
|
|
15
|
+
**Note**: `npm run ios`/`npm run android` is just one way of running the app. You can also pass `-- -o` or `-- --open` argument to the command, and this will open Xcode/Android Studio, then run the app directly from the IDE. Overall, this is a more consistent way, so if you're having troubles running the app from terminal, try running it from the IDE.
|
|
@@ -8,10 +8,7 @@
|
|
|
8
8
|
<resource-file src="assets/db.dat" target="app/src/main/assets/Regula/db.dat" />
|
|
9
9
|
<preference name="orientation" value="portrait" />
|
|
10
10
|
<preference name="AndroidEdgeToEdge" value="true" />
|
|
11
|
-
<preference name="android-minSdkVersion" value="24" />
|
|
12
|
-
<preference name="android-targetSdkVersion" value="36" />
|
|
13
11
|
<preference name="GradlePluginKotlinEnabled" value="true" />
|
|
14
|
-
<preference name="GradlePluginKotlinVersion" value="2.1.20" />
|
|
15
12
|
<config-file parent="/*" target="AndroidManifest.xml">
|
|
16
13
|
<uses-permission android:name="android.permission.NFC" />
|
|
17
14
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|