File tree Expand file tree Collapse file tree 5 files changed +8
-14
lines changed Expand file tree Collapse file tree 5 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ final class MatchFacesRequestViewController: UIViewController {
54
54
} ( )
55
55
56
56
let secondImageDetectAllSwitch = UISwitch ( )
57
- let thumbnailsSwitch = UISwitch ( )
58
57
59
58
private var firstImage : MatchFacesImage ?
60
59
private var secondImage : MatchFacesImage ?
@@ -156,7 +155,6 @@ final class MatchFacesRequestViewController: UIViewController {
156
155
157
156
root. addArrangedSubview ( similarityLabel)
158
157
root. addArrangedSubview ( imagesContainer)
159
- root. addArrangedSubview ( makeOptionsRow ( text: " Thumbnails " , switchView: thumbnailsSwitch) )
160
158
root. addArrangedSubview ( matchFacesButton)
161
159
root. addArrangedSubview ( clearButton)
162
160
}
@@ -271,7 +269,6 @@ final class MatchFacesRequestViewController: UIViewController {
271
269
}
272
270
273
271
let request = MatchFacesRequest ( images: [ firstImage, secondImage] )
274
- request. thumbnails = thumbnailsSwitch. isOn
275
272
276
273
self . similarityLabel. text = " Processing... "
277
274
self . matchFacesButton. isEnabled = false
Original file line number Diff line number Diff line change 4
4
target 'FaceCertificatePinning' do
5
5
# Comment the next line if you don't want to use dynamic frameworks
6
6
use_frameworks!
7
- pod 'FaceCoreSDK' , '~> 5.2'
8
- pod 'FaceSDK' , '~> 5.2'
9
-
7
+ pod 'FaceSDK' , '~> 6.1'
8
+ pod 'FaceCoreBasic' , '~> 6.1'
10
9
end
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ target 'FaceMatchOffline-sample' do
5
5
# Comment the next line if you don't want to use dynamic frameworks
6
6
use_frameworks!
7
7
8
- pod 'FaceCoreSDK' , '~> 5.2'
9
- pod 'FaceSDK' , '~> 5.2'
10
-
8
+ pod 'FaceSDK' , '~> 6.1'
9
+ pod 'FaceCoreMatch' , '~> 6.1'
11
10
end
Original file line number Diff line number Diff line change 1
- source 'http://gitlab.regula.local/mobile-sdk/podspecs.git'
2
1
source 'https://cdn.cocoapods.org/'
3
2
4
3
target 'FaceSwiftUI-sample' do
5
4
# Comment the next line if you don't want to use dynamic frameworks
6
5
use_frameworks!
7
6
8
7
# Pods for FaceSwiftUI-sample
9
- pod 'FaceSDK' , '~> 5.2 '
10
- pod 'FaceCoreSDK ' , '~> 5.2 '
8
+ pod 'FaceSDK' , '~> 6.1 '
9
+ pod 'FaceCoreBasic ' , '~> 6.1 '
11
10
end
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ platform :ios, '11.0'
4
4
use_frameworks!
5
5
6
6
target 'Catalog' do
7
- pod 'FaceSDK' , '~> 5.2 '
8
- pod 'FaceCoreSDK ' , '~> 5.2 '
7
+ pod 'FaceSDK' , '~> 6.1 '
8
+ pod 'FaceCoreBasic ' , '~> 6.1 '
9
9
end
You can’t perform that action at this time.
0 commit comments