@regulaforensics/face-sdk 7.2.469 → 7.2.470-nightly
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 +5 -17
- package/android/cordova.gradle +2 -2
- package/examples/capacitor/android/app/build.gradle +2 -2
- package/examples/capacitor/android/app/src/main/AndroidManifest.xml +2 -2
- package/examples/capacitor/android/app/src/main/java/com/regula/{documentreader/api/androidtest → example/face/capacitor}/MainActivity.java +1 -1
- package/examples/capacitor/android/app/src/main/res/drawable/ic_launcher_foreground.png +0 -0
- package/examples/capacitor/android/app/src/main/res/drawable/ic_launcher_round.png +0 -0
- package/examples/capacitor/android/app/src/main/res/drawable/launcher.xml +4 -0
- package/examples/capacitor/android/app/src/main/res/drawable/launcher_round.xml +4 -0
- package/examples/capacitor/android/variables.gradle +4 -4
- package/examples/capacitor/ios/App/App/Info.plist +1 -1
- package/examples/capacitor/ios/App/App.xcodeproj/project.pbxproj +4 -4
- package/examples/capacitor/package-lock.json +3 -3
- package/examples/capacitor/package.json +2 -2
- package/examples/ionic/config.xml +6 -5
- package/examples/ionic/images/icon.png +0 -0
- package/examples/ionic/package-lock.json +8083 -7550
- package/examples/ionic/package.json +22 -22
- 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 +5 -11
- package/examples/react_native/images/icon.png +0 -0
- package/examples/react_native/package-lock.json +930 -1618
- package/examples/react_native/package.json +14 -14
- 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/examples/react_native/images/icon/adaptive-icon.png +0 -0
- package/examples/react_native/images/icon/icon.png +0 -0
|
@@ -6,27 +6,27 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@
|
|
10
|
-
"@
|
|
11
|
-
"@
|
|
12
|
-
"@
|
|
13
|
-
"@
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"cordova-
|
|
18
|
-
"cordova-
|
|
19
|
-
"cordova-
|
|
20
|
-
"@angular
|
|
21
|
-
"@
|
|
22
|
-
"@
|
|
23
|
-
"@
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
9
|
+
"@angular-devkit/build-angular": "^20.3.1",
|
|
10
|
+
"@angular/cli": "^20.3.1",
|
|
11
|
+
"@angular/common": "^20.3.0",
|
|
12
|
+
"@angular/compiler-cli": "^20.3.0",
|
|
13
|
+
"@angular/core": "^20.3.0",
|
|
14
|
+
"@angular/forms": "^20.3.0",
|
|
15
|
+
"@angular/platform-browser-dynamic": "^20.3.0",
|
|
16
|
+
"@angular/router": "^20.3.0",
|
|
17
|
+
"@awesome-cordova-plugins/camera": "^8.1.0",
|
|
18
|
+
"@awesome-cordova-plugins/dialogs": "^8.1.0",
|
|
19
|
+
"@awesome-cordova-plugins/file": "^8.1.0",
|
|
20
|
+
"@ionic/angular": "^8.7.3",
|
|
21
|
+
"@ionic/cordova-builders": "^12.3.0",
|
|
22
|
+
"@regulaforensics/face-core-basic": "7.2.273-nightly",
|
|
23
|
+
"@regulaforensics/face-sdk": "7.2.470-nightly",
|
|
24
|
+
"cordova-android": "^14.0.1",
|
|
25
|
+
"cordova-ios": "^7.1.1",
|
|
26
|
+
"cordova-plugin-camera": "^8.0.0",
|
|
27
|
+
"cordova-plugin-dialogs": "^2.0.2",
|
|
28
|
+
"cordova-plugin-file": "^8.1.3",
|
|
29
|
+
"cordova-plugin-ionic-webview": "^5.0.1"
|
|
30
30
|
},
|
|
31
31
|
"cordova": {
|
|
32
32
|
"plugins": {
|
|
@@ -42,4 +42,4 @@
|
|
|
42
42
|
"ios"
|
|
43
43
|
]
|
|
44
44
|
}
|
|
45
|
-
}
|
|
45
|
+
}
|
|
@@ -3,11 +3,11 @@ import { ExpoConfig, ConfigContext } from 'expo/config'
|
|
|
3
3
|
export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
4
4
|
...config,
|
|
5
5
|
slug: 'face-sdk',
|
|
6
|
-
name: '
|
|
6
|
+
name: 'Face',
|
|
7
7
|
orientation: 'portrait',
|
|
8
|
-
icon: '
|
|
8
|
+
icon: 'images/icon.png',
|
|
9
9
|
ios: {
|
|
10
|
-
bundleIdentifier: 'com.regula.
|
|
10
|
+
bundleIdentifier: 'com.regula.example.face.react',
|
|
11
11
|
infoPlist: {
|
|
12
12
|
NSCameraUsageDescription: 'To use camera',
|
|
13
13
|
NSPhotoLibraryUsageDescription: 'To use gallery'
|
|
@@ -15,11 +15,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
15
15
|
appleTeamId: ''
|
|
16
16
|
},
|
|
17
17
|
android: {
|
|
18
|
-
package: 'com.regula.
|
|
19
|
-
adaptiveIcon: {
|
|
20
|
-
foregroundImage: './images/icon/adaptive-icon.png',
|
|
21
|
-
backgroundColor: '#ffffff'
|
|
22
|
-
},
|
|
18
|
+
package: 'com.regula.example.face.react',
|
|
23
19
|
edgeToEdgeEnabled: true
|
|
24
20
|
},
|
|
25
21
|
plugins: [
|
|
@@ -32,9 +28,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
|
32
28
|
{ url: 'https://maven.regulaforensics.com/RegulaDocumentReader/Nightly' },
|
|
33
29
|
{ url: 'https://maven.regulaforensics.com/RegulaDocumentReader/Stage' }
|
|
34
30
|
]
|
|
35
|
-
}
|
|
36
|
-
// This fixes a bug in expo v53. https://github.com/expo/expo/issues/36908
|
|
37
|
-
ios: { networkInspector: false }
|
|
31
|
+
}
|
|
38
32
|
}]
|
|
39
33
|
]
|
|
40
34
|
})
|
|
Binary file
|