Skip to content

Commit 5014625

Browse files
author
Jenkins
committed
6.4.490
1 parent 6480480 commit 5014625

5 files changed

Lines changed: 10 additions & 8 deletions

File tree

RNFaceApi.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.homepage = 'https://regulaforensics.com'
1414

1515
s.source = { http: "file:#{source}" }
16-
s.ios.deployment_target = '11.0'
16+
s.ios.deployment_target = '13.0'
1717
s.source_files = 'ios/**/*.{h,m}'
1818
s.dependency 'FaceSDK', '6.4.2453'
1919
s.dependency 'React'

example/ios/FaceApi.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
"$(inherited)",
443443
);
444444
INFOPLIST_FILE = FaceApiTests/Info.plist;
445-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
445+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
446446
LD_RUNPATH_SEARCH_PATHS = (
447447
"$(inherited)",
448448
"@executable_path/Frameworks",
@@ -466,7 +466,7 @@
466466
BUNDLE_LOADER = "$(TEST_HOST)";
467467
COPY_PHASE_STRIP = NO;
468468
INFOPLIST_FILE = FaceApiTests/Info.plist;
469-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
469+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
470470
LD_RUNPATH_SEARCH_PATHS = (
471471
"$(inherited)",
472472
"@executable_path/Frameworks",
@@ -594,7 +594,7 @@
594594
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
595595
GCC_WARN_UNUSED_FUNCTION = YES;
596596
GCC_WARN_UNUSED_VARIABLE = YES;
597-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
597+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
598598
LD_RUNPATH_SEARCH_PATHS = (
599599
/usr/lib/swift,
600600
"$(inherited)",
@@ -660,7 +660,7 @@
660660
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
661661
GCC_WARN_UNUSED_FUNCTION = YES;
662662
GCC_WARN_UNUSED_VARIABLE = YES;
663-
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
663+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
664664
LD_RUNPATH_SEARCH_PATHS = (
665665
/usr/lib/swift,
666666
"$(inherited)",

example/ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
source "https://github.com/CocoaPods/Specs.git"
2+
13
# Resolve react_native_pods.rb with node to allow for hoisting
24
require Pod::Executable.execute_command('node', ['-p',
35
'require.resolve(

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@regulaforensics/react-native-face-api": "6.4.487",
14-
"@regulaforensics/react-native-face-core-basic": "6.4.184",
13+
"@regulaforensics/react-native-face-api": "6.4.490",
14+
"@regulaforensics/react-native-face-core-basic": "6.4.199",
1515
"react": "18.2.0",
1616
"react-native": "0.73.4",
1717
"react-native-image-picker": "7.1.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@regulaforensics/react-native-face-api",
3-
"version": "6.4.487",
3+
"version": "6.4.490",
44
"description": "React Native module for compairing faces using phone`s camera",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)