@regulaforensics/face-sdk 7.2.448 → 7.2.452-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/RNFaceSDK.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/examples/capacitor/android/app/build.gradle +2 -2
- package/examples/capacitor/android/app/src/main/AndroidManifest.xml +1 -1
- package/examples/capacitor/android/app/src/main/java/com/regula/{documentreader/api/androidtest → example/face/capacitor}/MainActivity.java +1 -1
- package/examples/capacitor/ios/App/App/Info.plist +1 -1
- package/examples/capacitor/ios/App/App.xcodeproj/project.pbxproj +2 -2
- package/examples/capacitor/package-lock.json +3 -3
- package/examples/capacitor/package.json +1 -1
- package/examples/ionic/config.xml +4 -5
- package/examples/ionic/package-lock.json +7623 -4197
- package/examples/ionic/package.json +17 -17
- package/examples/ionic/scripts/android.sh +1 -1
- package/examples/ionic/scripts/ios.sh +1 -1
- package/examples/ionic/tsconfig.json +2 -1
- package/examples/react_native/app.config.ts +3 -3
- package/examples/react_native/package.json +1 -1
- package/examples/react_native/scripts/android.sh +1 -0
- package/examples/react_native/scripts/ios.sh +2 -1
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +1 -1
- package/examples/capacitor/android/app/src/main/res/values/strings.xml +0 -7
package/RNFaceSDK.podspec
CHANGED
|
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
|
|
|
5
5
|
|
|
6
6
|
Pod::Spec.new do |s|
|
|
7
7
|
s.name = 'RNFaceSDK'
|
|
8
|
-
s.version = '7.2.
|
|
8
|
+
s.version = '7.2.452-beta'
|
|
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 = '13.0'
|
|
17
17
|
s.source_files = 'ios/**/*.{h,m}'
|
|
18
18
|
s.exclude_files = [ 'ios/CVDFaceSDK.h', 'ios/CVDFaceSDK.m' ]
|
|
19
|
-
s.dependency '
|
|
19
|
+
s.dependency 'FaceSDKStage', '7.2.3097'
|
|
20
20
|
s.dependency 'React'
|
|
21
21
|
end
|
package/android/build.gradle
CHANGED
|
@@ -32,7 +32,7 @@ android {
|
|
|
32
32
|
rootProject.allprojects {
|
|
33
33
|
repositories {
|
|
34
34
|
maven {
|
|
35
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
35
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -41,7 +41,7 @@ dependencies {
|
|
|
41
41
|
//noinspection GradleDynamicVersion
|
|
42
42
|
implementation 'com.facebook.react:react-native:+'
|
|
43
43
|
//noinspection GradleDependency
|
|
44
|
-
implementation('com.regula.face:api:7.
|
|
44
|
+
implementation('com.regula.face:api:7.1.3996'){
|
|
45
45
|
transitive = true
|
|
46
46
|
}
|
|
47
47
|
}
|
package/android/cordova.gradle
CHANGED
|
@@ -6,13 +6,13 @@ android {
|
|
|
6
6
|
|
|
7
7
|
repositories {
|
|
8
8
|
maven {
|
|
9
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
9
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
dependencies {
|
|
14
14
|
//noinspection GradleDependency
|
|
15
|
-
implementation('com.regula.face:api:7.
|
|
15
|
+
implementation('com.regula.face:api:7.1.3996'){
|
|
16
16
|
transitive = true
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
apply plugin: 'com.android.application'
|
|
2
2
|
|
|
3
3
|
android {
|
|
4
|
-
namespace "com.regula.
|
|
4
|
+
namespace "com.regula.example.face.capacitor"
|
|
5
5
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
|
6
6
|
defaultConfig {
|
|
7
|
-
applicationId "com.regula.
|
|
7
|
+
applicationId "com.regula.example.face.capacitor"
|
|
8
8
|
minSdkVersion rootProject.ext.minSdkVersion
|
|
9
9
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
|
10
10
|
versionCode 1
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
356
356
|
MARKETING_VERSION = 1.0;
|
|
357
357
|
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
|
|
358
|
-
PRODUCT_BUNDLE_IDENTIFIER = com.regula.
|
|
358
|
+
PRODUCT_BUNDLE_IDENTIFIER = com.regula.example.face.capacitor;
|
|
359
359
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
360
360
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
361
361
|
SWIFT_VERSION = 5.0;
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
376
376
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
377
377
|
MARKETING_VERSION = 1.0;
|
|
378
|
-
PRODUCT_BUNDLE_IDENTIFIER = com.regula.
|
|
378
|
+
PRODUCT_BUNDLE_IDENTIFIER = com.regula.example.face.capacitor;
|
|
379
379
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
380
380
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
|
|
381
381
|
SWIFT_VERSION = 5.0;
|
|
@@ -3206,9 +3206,9 @@
|
|
|
3206
3206
|
"license": "MIT"
|
|
3207
3207
|
},
|
|
3208
3208
|
"node_modules/vite": {
|
|
3209
|
-
"version": "6.3.
|
|
3210
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.
|
|
3211
|
-
"integrity": "sha512-
|
|
3209
|
+
"version": "6.3.6",
|
|
3210
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz",
|
|
3211
|
+
"integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==",
|
|
3212
3212
|
"license": "MIT",
|
|
3213
3213
|
"peer": true,
|
|
3214
3214
|
"dependencies": {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/face-sdk": "7.2.
|
|
9
|
+
"@regulaforensics/face-sdk": "7.2.452-beta",
|
|
10
10
|
"@regulaforensics/face-core-basic": "7.2.265",
|
|
11
11
|
"@awesome-cordova-plugins/file": "6.6.0",
|
|
12
12
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<widget android-packageName="com.regula.
|
|
2
|
+
<widget android-packageName="com.regula.example.face.ionic" ios-CFBundleIdentifier="com.regula.example.face.ionic" version="1.0.0"
|
|
3
3
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
4
|
-
<name>
|
|
4
|
+
<name>Face</name>
|
|
5
5
|
<icon src="images/icon.png" />
|
|
6
6
|
<platform name="android">
|
|
7
7
|
<preference name="orientation" value="portrait" />
|
|
8
|
+
<preference name="AndroidEdgeToEdge" value="true" />
|
|
9
|
+
<preference name="GradlePluginKotlinEnabled" value="true" />
|
|
8
10
|
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
|
|
9
11
|
<application android:usesCleartextTraffic="true" />
|
|
10
12
|
</edit-config>
|
|
11
|
-
<preference name="android-minSdkVersion" value="24" />
|
|
12
|
-
<preference name="android-targetSdkVersion" value="35" />
|
|
13
|
-
<preference name="GradlePluginKotlinEnabled" value="true" />
|
|
14
13
|
</platform>
|
|
15
14
|
<platform name="ios">
|
|
16
15
|
<preference name="deployment-target" value="14.0" />
|