diff --git a/Podfile b/Podfile index 8605fe6..90cdeb8 100644 --- a/Podfile +++ b/Podfile @@ -3,7 +3,8 @@ use_frameworks! def shared_pods pod 'SwiftyBeaver' - pod 'OpenSSL-Apple', '~> 1.1.0j.2' + pod 'OpenSSL-Apple', '~> 1.1.0j.4' + #pod 'OpenSSL-Apple', :path => '../../personal/openssl-apple' end abstract_target 'TunnelKit' do diff --git a/Podfile.lock b/Podfile.lock index 0e0bdfe..c2d8947 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - OpenSSL-Apple (1.1.0j.2) - - SwiftyBeaver (1.7.0) + - OpenSSL-Apple (1.1.0l.4) + - SwiftyBeaver (1.7.1) DEPENDENCIES: - - OpenSSL-Apple (~> 1.1.0j.2) + - OpenSSL-Apple (~> 1.1.0j.4) - SwiftyBeaver SPEC REPOS: @@ -12,9 +12,9 @@ SPEC REPOS: - SwiftyBeaver SPEC CHECKSUMS: - OpenSSL-Apple: e88e1eb314acb4a05e2348069790c4aa49f6d319 - SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165 + OpenSSL-Apple: f3d1668588ea8f06b076dcfa6177cd90452e3800 + SwiftyBeaver: da5e573ad583586c18236324c36900990afe1733 -PODFILE CHECKSUM: 2c211e625a970d8de7fd272e68aa83bdef7599e1 +PODFILE CHECKSUM: 71c892a405ec9c6203f32ab5bb903e3936eb3d29 -COCOAPODS: 1.6.2 +COCOAPODS: 1.7.5 diff --git a/TunnelKit.podspec b/TunnelKit.podspec index 2ac43de..44b8a50 100644 --- a/TunnelKit.podspec +++ b/TunnelKit.podspec @@ -42,7 +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 "OpenSSL-Apple", "~> 1.1.0j.4" p.dependency "TunnelKit/Core" p.dependency "TunnelKit/AppExtension" end diff --git a/TunnelKit.xcodeproj/project.pbxproj b/TunnelKit.xcodeproj/project.pbxproj index 20c64cc..04d40d4 100644 --- a/TunnelKit.xcodeproj/project.pbxproj +++ b/TunnelKit.xcodeproj/project.pbxproj @@ -1203,16 +1203,12 @@ buildActionMask = 2147483647; files = ( ); - inputFileListPaths = ( - ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-TunnelKit-TunnelKitTests-iOS/Pods-TunnelKit-TunnelKitTests-iOS-frameworks.sh", "${PODS_ROOT}/OpenSSL-Apple/frameworks/iPhone/openssl.framework", "${BUILT_PRODUCTS_DIR}/SwiftyBeaver-iOS/SwiftyBeaver.framework", ); name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - ); outputPaths = ( "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyBeaver.framework",