Move OpenSSL dependency to OpenVPN
This commit is contained in:
parent
2135180e72
commit
6004d3fcc8
@ -21,7 +21,6 @@ Pod::Spec.new do |s|
|
|||||||
p.pod_target_xcconfig = { "SWIFT_INCLUDE_PATHS" => "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Core",
|
p.pod_target_xcconfig = { "SWIFT_INCLUDE_PATHS" => "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Core",
|
||||||
"APPLICATION_EXTENSION_API_ONLY" => "YES" }
|
"APPLICATION_EXTENSION_API_ONLY" => "YES" }
|
||||||
p.dependency "SwiftyBeaver"
|
p.dependency "SwiftyBeaver"
|
||||||
p.dependency "OpenSSL-Apple", "~> 1.1.0j.2"
|
|
||||||
p.libraries = "resolv"
|
p.libraries = "resolv"
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -43,6 +42,7 @@ Pod::Spec.new do |s|
|
|||||||
"SWIFT_INCLUDE_PATHS" => "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Protocols/OpenVPN",
|
"SWIFT_INCLUDE_PATHS" => "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Protocols/OpenVPN",
|
||||||
"APPLICATION_EXTENSION_API_ONLY" => "YES" }
|
"APPLICATION_EXTENSION_API_ONLY" => "YES" }
|
||||||
|
|
||||||
|
p.dependency "OpenSSL-Apple", "~> 1.1.0j.2"
|
||||||
p.dependency "TunnelKit/Core"
|
p.dependency "TunnelKit/Core"
|
||||||
p.dependency "TunnelKit/AppExtension"
|
p.dependency "TunnelKit/AppExtension"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user