Update OpenSSL

This commit is contained in:
Davide De Rosa 2020-12-28 16:39:22 +01:00
parent c64cb79bfe
commit 09886787b7
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ use_frameworks!
def shared_pods
pod 'SwiftyBeaver'
pod 'OpenSSL-Apple', '~> 1.1.1h.8'
pod 'OpenSSL-Apple', '~> 1.1.1h.10'
end
abstract_target 'TunnelKit' do

View File

@ -1,9 +1,9 @@
PODS:
- OpenSSL-Apple (1.1.1h.8)
- OpenSSL-Apple (1.1.1h.10)
- SwiftyBeaver (1.9.3)
DEPENDENCIES:
- OpenSSL-Apple (~> 1.1.1h.8)
- OpenSSL-Apple (~> 1.1.1h.10)
- SwiftyBeaver
SPEC REPOS:
@ -12,9 +12,9 @@ SPEC REPOS:
- SwiftyBeaver
SPEC CHECKSUMS:
OpenSSL-Apple: 70990157548ecf94885310231aff52db698e1077
OpenSSL-Apple: 8a8fcb06fb66f9c2f7aed45ce363668493b8e5f6
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
PODFILE CHECKSUM: 79ac17ff2c9b380cf75c4b850af6d872baac02a4
PODFILE CHECKSUM: 39765227a0228f8761650ff44b1d28aad5cf3b52
COCOAPODS: 1.10.0

View File

@ -49,7 +49,7 @@ Pod::Spec.new do |s|
"SWIFT_INCLUDE_PATHS" => "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Protocols/OpenVPN",
"APPLICATION_EXTENSION_API_ONLY" => "YES" }
p.dependency "OpenSSL-Apple", "~> 1.1.1h.8"
p.dependency "OpenSSL-Apple", "~> 1.1.1h.10"
p.dependency "TunnelKit/Core"
p.dependency "TunnelKit/AppExtension"
p.dependency "TunnelKit/Manager"