@regulaforensics/face-sdk 7.1.257-beta → 7.1.265-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/README.md +1 -1
- package/RNFaceSDK.podspec +1 -1
- package/android/build.gradle +1 -1
- package/android/cordova.gradle +1 -1
- package/examples/capacitor/package.json +1 -1
- package/examples/cordova/package.json +1 -1
- package/examples/ionic/package.json +1 -1
- package/examples/{react-native → react_native}/README.md +2 -2
- package/examples/react_native/app.json +73 -0
- package/examples/react_native/images/icon/adaptive-icon.png +0 -0
- package/examples/react_native/images/icon/icon.png +0 -0
- package/examples/react_native/index.tsx +52 -0
- package/examples/react_native/metro.config.js +7 -0
- package/examples/react_native/package.json +26 -0
- package/examples/{react-native → react_native}/scripts/android.sh +2 -3
- package/examples/{react-native → react_native}/scripts/ios.sh +3 -4
- package/examples/react_native/scripts/setup.sh +5 -0
- package/examples/{react-native → react_native}/src/main.tsx +2 -2
- package/examples/react_native/tsconfig.json +4 -0
- package/package.json +1 -1
- package/plugin.xml +1 -1
- package/examples/react-native/.vscode/launch.json +0 -26
- package/examples/react-native/Gemfile +0 -16
- package/examples/react-native/Gemfile.lock +0 -144
- package/examples/react-native/android/app/build.gradle +0 -55
- package/examples/react-native/android/app/debug.keystore +0 -0
- package/examples/react-native/android/app/src/main/AndroidManifest.xml +0 -27
- package/examples/react-native/android/app/src/main/java/com/regula/documentreader/MainActivity.kt +0 -22
- package/examples/react-native/android/app/src/main/java/com/regula/documentreader/MainApplication.kt +0 -44
- package/examples/react-native/android/app/src/main/res/drawable/ic_launcher.png +0 -0
- package/examples/react-native/android/app/src/main/res/drawable/ic_launcher_round.png +0 -0
- package/examples/react-native/android/build.gradle +0 -21
- package/examples/react-native/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/examples/react-native/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/examples/react-native/android/gradle.properties +0 -5
- package/examples/react-native/android/gradlew +0 -251
- package/examples/react-native/android/gradlew.bat +0 -92
- package/examples/react-native/android/settings.gradle +0 -6
- package/examples/react-native/index.tsx +0 -51
- package/examples/react-native/ios/.xcode.env +0 -11
- package/examples/react-native/ios/App/AppDelegate.h +0 -6
- package/examples/react-native/ios/App/AppDelegate.mm +0 -31
- package/examples/react-native/ios/App/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
- package/examples/react-native/ios/App/Images.xcassets/Contents.json +0 -6
- package/examples/react-native/ios/App/Info.plist +0 -51
- package/examples/react-native/ios/App/LaunchScreen.storyboard +0 -47
- package/examples/react-native/ios/App/PrivacyInfo.xcprivacy +0 -38
- package/examples/react-native/ios/App/main.m +0 -10
- package/examples/react-native/ios/App.xcodeproj/project.pbxproj +0 -502
- package/examples/react-native/ios/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme +0 -70
- package/examples/react-native/ios/App.xcworkspace/contents.xcworkspacedata +0 -10
- package/examples/react-native/ios/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/examples/react-native/ios/Podfile +0 -37
- package/examples/react-native/ios/Podfile.lock +0 -1891
- package/examples/react-native/ios/license/.gitkeep +0 -0
- package/examples/react-native/metro.config.js +0 -20
- package/examples/react-native/package-lock.json +0 -8181
- package/examples/react-native/package.json +0 -22
- package/examples/react-native/patches/react-native-webview+13.13.5.patch +0 -36
- package/examples/react-native/scripts/setup.sh +0 -8
- /package/examples/{react-native/android/app/src/main → react_native}/assets/.gitkeep +0 -0
- /package/examples/{react-native → react_native}/images/portrait.png +0 -0
- /package/examples/{react-native → react_native}/index.html +0 -0
- /package/examples/{react-native → react_native}/src/main.css +0 -0
- /package/examples/{react-native → react_native}/src/main.html +0 -0
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
source "https://github.com/CocoaPods/Specs.git"
|
|
2
|
-
|
|
3
|
-
# Resolve react_native_pods.rb with node to allow for hoisting
|
|
4
|
-
require Pod::Executable.execute_command('node', ['-p',
|
|
5
|
-
'require.resolve(
|
|
6
|
-
"react-native/scripts/react_native_pods.rb",
|
|
7
|
-
{paths: [process.argv[1]]},
|
|
8
|
-
)', __dir__]).strip
|
|
9
|
-
|
|
10
|
-
platform :ios, min_ios_version_supported
|
|
11
|
-
prepare_react_native_project!
|
|
12
|
-
|
|
13
|
-
linkage = ENV['USE_FRAMEWORKS']
|
|
14
|
-
if linkage != nil
|
|
15
|
-
Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green
|
|
16
|
-
use_frameworks! :linkage => linkage.to_sym
|
|
17
|
-
end
|
|
18
|
-
|
|
19
|
-
target 'App' do
|
|
20
|
-
config = use_native_modules!
|
|
21
|
-
|
|
22
|
-
use_react_native!(
|
|
23
|
-
:path => config[:reactNativePath],
|
|
24
|
-
# An absolute path to your application root.
|
|
25
|
-
:app_path => "#{Pod::Config.instance.installation_root}/.."
|
|
26
|
-
)
|
|
27
|
-
|
|
28
|
-
post_install do |installer|
|
|
29
|
-
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
|
|
30
|
-
react_native_post_install(
|
|
31
|
-
installer,
|
|
32
|
-
config[:reactNativePath],
|
|
33
|
-
:mac_catalyst_enabled => false,
|
|
34
|
-
# :ccache_enabled => true
|
|
35
|
-
)
|
|
36
|
-
end
|
|
37
|
-
end
|