Move OpenSSL dependency to OpenVPN

This commit is contained in:
Davide De Rosa 2019-05-27 21:33:46 +02:00
parent 2135180e72
commit 6004d3fcc8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@ Pod::Spec.new do |s|
p.pod_target_xcconfig = { "SWIFT_INCLUDE_PATHS" => "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Core",
"APPLICATION_EXTENSION_API_ONLY" => "YES" }
p.dependency "SwiftyBeaver"
p.dependency "OpenSSL-Apple", "~> 1.1.0j.2"
p.libraries = "resolv"
end
@ -43,6 +42,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.0j.2"
p.dependency "TunnelKit/Core"
p.dependency "TunnelKit/AppExtension"
end