Update OpenSSL

This commit is contained in:
Davide De Rosa 2019-09-26 12:17:33 +02:00
parent 1830695af7
commit 3de653433f
4 changed files with 10 additions and 13 deletions

View File

@ -3,7 +3,8 @@ use_frameworks!
def shared_pods def shared_pods
pod 'SwiftyBeaver' pod 'SwiftyBeaver'
pod 'OpenSSL-Apple', '~> 1.1.0j.2' pod 'OpenSSL-Apple', '~> 1.1.0j.4'
#pod 'OpenSSL-Apple', :path => '../../personal/openssl-apple'
end end
abstract_target 'TunnelKit' do abstract_target 'TunnelKit' do

View File

@ -1,9 +1,9 @@
PODS: PODS:
- OpenSSL-Apple (1.1.0j.2) - OpenSSL-Apple (1.1.0l.4)
- SwiftyBeaver (1.7.0) - SwiftyBeaver (1.7.1)
DEPENDENCIES: DEPENDENCIES:
- OpenSSL-Apple (~> 1.1.0j.2) - OpenSSL-Apple (~> 1.1.0j.4)
- SwiftyBeaver - SwiftyBeaver
SPEC REPOS: SPEC REPOS:
@ -12,9 +12,9 @@ SPEC REPOS:
- SwiftyBeaver - SwiftyBeaver
SPEC CHECKSUMS: SPEC CHECKSUMS:
OpenSSL-Apple: e88e1eb314acb4a05e2348069790c4aa49f6d319 OpenSSL-Apple: f3d1668588ea8f06b076dcfa6177cd90452e3800
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165 SwiftyBeaver: da5e573ad583586c18236324c36900990afe1733
PODFILE CHECKSUM: 2c211e625a970d8de7fd272e68aa83bdef7599e1 PODFILE CHECKSUM: 71c892a405ec9c6203f32ab5bb903e3936eb3d29
COCOAPODS: 1.6.2 COCOAPODS: 1.7.5

View File

@ -42,7 +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 "OpenSSL-Apple", "~> 1.1.0j.4"
p.dependency "TunnelKit/Core" p.dependency "TunnelKit/Core"
p.dependency "TunnelKit/AppExtension" p.dependency "TunnelKit/AppExtension"
end end

View File

@ -1203,16 +1203,12 @@
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
); );
inputFileListPaths = (
);
inputPaths = ( inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-TunnelKit-TunnelKitTests-iOS/Pods-TunnelKit-TunnelKitTests-iOS-frameworks.sh", "${PODS_ROOT}/Target Support Files/Pods-TunnelKit-TunnelKitTests-iOS/Pods-TunnelKit-TunnelKitTests-iOS-frameworks.sh",
"${PODS_ROOT}/OpenSSL-Apple/frameworks/iPhone/openssl.framework", "${PODS_ROOT}/OpenSSL-Apple/frameworks/iPhone/openssl.framework",
"${BUILT_PRODUCTS_DIR}/SwiftyBeaver-iOS/SwiftyBeaver.framework", "${BUILT_PRODUCTS_DIR}/SwiftyBeaver-iOS/SwiftyBeaver.framework",
); );
name = "[CP] Embed Pods Frameworks"; name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = ( outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyBeaver.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyBeaver.framework",