Skip to content

Commit

Permalink
Updated projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Dec 26, 2024
1 parent 551fb5e commit 61d6dde
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions BasicSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ platform :ios, '12.0'
use_frameworks!

target 'BasicSample' do
pod 'FaceSDK', '~> 6.2'
pod 'FaceCoreBasic', '~> 6.2'
pod 'FaceSDK', '~> 6.4'
pod 'FaceCoreBasic', '~> 6.4'
end
7 changes: 4 additions & 3 deletions FaceCertificatePinning/Podfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '14.0'
platform :ios, '12.0'
use_frameworks!

target 'FaceCertificatePinning' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'FaceSDK', '~> 6.1'
pod 'FaceCoreBasic', '~> 6.1'
pod 'FaceSDK', '~> 6.4'
pod 'FaceCoreBasic', '~> 6.4'
end
7 changes: 4 additions & 3 deletions FaceMatchOffline-sample/Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'
platform :ios, '12.0'
use_frameworks!

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

pod 'FaceSDK', '~> 6.1'
pod 'FaceCoreMatch', '~> 6.1'
pod 'FaceSDK', '~> 6.4'
pod 'FaceCoreMatch', '~> 6.4'
end
4 changes: 2 additions & 2 deletions FaceSearchSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ platform :ios, '12.0'
use_frameworks!

target 'FaceSearchSample' do
pod 'FaceSDK', '~> 6.2'
pod 'FaceCoreBasic', '~> 6.2'
pod 'FaceSDK', '~> 6.4'
pod 'FaceCoreBasic', '~> 6.4'
end
4 changes: 2 additions & 2 deletions FaceSwiftUI-sample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ target 'FaceSwiftUI-sample' do
use_frameworks!

# Pods for FaceSwiftUI-sample
pod 'FaceSDK', '~> 6.1'
pod 'FaceCoreBasic', '~> 6.1'
pod 'FaceSDK', '~> 6.4'
pod 'FaceCoreBasic', '~> 6.4'
end

0 comments on commit 61d6dde

Please sign in to comment.