Skip to content

Commit 7ea0987

Browse files
author
ci-bot
committed
Updated projects
1 parent bfc736c commit 7ea0987

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

BasicSample/Podfile

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

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

FaceCertificatePinning/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ use_frameworks!
55
target 'FaceCertificatePinning' do
66
# Comment the next line if you don't want to use dynamic frameworks
77
use_frameworks!
8-
pod 'FaceSDK', '~> 7.2'
9-
pod 'FaceCoreBasic', '~> 7.2'
8+
pod 'FaceSDK', '~> 8.1'
9+
pod 'FaceCoreBasic', '~> 8.1'
1010
end

FaceMatchOffline-sample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ target 'FaceMatchOffline-sample' do
66
# Comment the next line if you don't want to use dynamic frameworks
77
use_frameworks!
88

9-
pod 'FaceSDK', '~> 7.2'
10-
pod 'FaceCoreMatch', '~> 7.2'
9+
pod 'FaceSDK', '~> 8.1'
10+
pod 'FaceCoreMatch', '~> 8.1'
1111
end

FaceSearchSample/FaceSearchSample/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ use_frameworks!
55

66
target 'FaceSearchSample
77
' do
8-
pod 'FaceSDK', '~> 7.2'
9-
pod 'FaceCoreBasic', '~> 7.2'
8+
pod 'FaceSDK', '~> 8.1'
9+
pod 'FaceCoreBasic', '~> 8.1'
1010
end

FaceSearchSample/Podfile

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

66
target 'FaceSearchSample' do
7-
pod 'FaceSDK', '~> 7.2'
8-
pod 'FaceCoreBasic', '~> 7.2'
7+
pod 'FaceSDK', '~> 8.1'
8+
pod 'FaceCoreBasic', '~> 8.1'
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', '~> 7.2'
9-
pod 'FaceCoreBasic', '~> 7.2'
8+
pod 'FaceSDK', '~> 8.1'
9+
pod 'FaceCoreBasic', '~> 8.1'
1010
end

0 commit comments

Comments
 (0)