Skip to content

Commit 61d6dde

Browse files
author
ci-bot
committed
Updated projects
1 parent 551fb5e commit 61d6dde

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

BasicSample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ platform :ios, '12.0'
44
use_frameworks!
55

66
target 'BasicSample' do
7-
pod 'FaceSDK', '~> 6.2'
8-
pod 'FaceCoreBasic', '~> 6.2'
7+
pod 'FaceSDK', '~> 6.4'
8+
pod 'FaceCoreBasic', '~> 6.4'
99
end

FaceCertificatePinning/Podfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Uncomment the next line to define a global platform for your project
2-
# platform :ios, '14.0'
2+
platform :ios, '12.0'
3+
use_frameworks!
34

45
target 'FaceCertificatePinning' do
56
# Comment the next line if you don't want to use dynamic frameworks
67
use_frameworks!
7-
pod 'FaceSDK', '~> 6.1'
8-
pod 'FaceCoreBasic', '~> 6.1'
8+
pod 'FaceSDK', '~> 6.4'
9+
pod 'FaceCoreBasic', '~> 6.4'
910
end

FaceMatchOffline-sample/Podfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '13.0'
2+
platform :ios, '12.0'
3+
use_frameworks!
34

45
target 'FaceMatchOffline-sample' do
56
# Comment the next line if you don't want to use dynamic frameworks
67
use_frameworks!
78

8-
pod 'FaceSDK', '~> 6.1'
9-
pod 'FaceCoreMatch', '~> 6.1'
9+
pod 'FaceSDK', '~> 6.4'
10+
pod 'FaceCoreMatch', '~> 6.4'
1011
end

FaceSearchSample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ platform :ios, '12.0'
44
use_frameworks!
55

66
target 'FaceSearchSample' do
7-
pod 'FaceSDK', '~> 6.2'
8-
pod 'FaceCoreBasic', '~> 6.2'
7+
pod 'FaceSDK', '~> 6.4'
8+
pod 'FaceCoreBasic', '~> 6.4'
99
end

FaceSwiftUI-sample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ target 'FaceSwiftUI-sample' do
55
use_frameworks!
66

77
# Pods for FaceSwiftUI-sample
8-
pod 'FaceSDK', '~> 6.1'
9-
pod 'FaceCoreBasic', '~> 6.1'
8+
pod 'FaceSDK', '~> 6.4'
9+
pod 'FaceCoreBasic', '~> 6.4'
1010
end

0 commit comments

Comments
 (0)