File tree Expand file tree Collapse file tree 5 files changed +14
-12
lines changed Expand file tree Collapse file tree 5 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ platform :ios, '12.0'
4
4
use_frameworks!
5
5
6
6
target 'BasicSample' do
7
- pod 'FaceSDK' , '~> 6.2 '
8
- pod 'FaceCoreBasic' , '~> 6.2 '
7
+ pod 'FaceSDK' , '~> 6.4 '
8
+ pod 'FaceCoreBasic' , '~> 6.4 '
9
9
end
Original file line number Diff line number Diff line change 1
1
# 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!
3
4
4
5
target 'FaceCertificatePinning' do
5
6
# Comment the next line if you don't want to use dynamic frameworks
6
7
use_frameworks!
7
- pod 'FaceSDK' , '~> 6.1 '
8
- pod 'FaceCoreBasic' , '~> 6.1 '
8
+ pod 'FaceSDK' , '~> 6.4 '
9
+ pod 'FaceCoreBasic' , '~> 6.4 '
9
10
end
Original file line number Diff line number Diff line change 1
1
# 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!
3
4
4
5
target 'FaceMatchOffline-sample' do
5
6
# Comment the next line if you don't want to use dynamic frameworks
6
7
use_frameworks!
7
8
8
- pod 'FaceSDK' , '~> 6.1 '
9
- pod 'FaceCoreMatch' , '~> 6.1 '
9
+ pod 'FaceSDK' , '~> 6.4 '
10
+ pod 'FaceCoreMatch' , '~> 6.4 '
10
11
end
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ platform :ios, '12.0'
4
4
use_frameworks!
5
5
6
6
target 'FaceSearchSample' do
7
- pod 'FaceSDK' , '~> 6.2 '
8
- pod 'FaceCoreBasic' , '~> 6.2 '
7
+ pod 'FaceSDK' , '~> 6.4 '
8
+ pod 'FaceCoreBasic' , '~> 6.4 '
9
9
end
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ target 'FaceSwiftUI-sample' do
5
5
use_frameworks!
6
6
7
7
# Pods for FaceSwiftUI-sample
8
- pod 'FaceSDK' , '~> 6.1 '
9
- pod 'FaceCoreBasic' , '~> 6.1 '
8
+ pod 'FaceSDK' , '~> 6.4 '
9
+ pod 'FaceCoreBasic' , '~> 6.4 '
10
10
end
You can’t perform that action at this time.
0 commit comments