From 1183ddd906f40326bea9c69f1f9b01979bf1e520 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Mon, 22 Oct 2018 00:51:02 +0200 Subject: [PATCH] Update TunnelKit with error reporting --- Podfile | 2 +- Podfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Podfile b/Podfile index 2b2318a6..bd4e2851 100644 --- a/Podfile +++ b/Podfile @@ -3,7 +3,7 @@ use_frameworks! def shared_pods #pod 'TunnelKit', '~> 1.1.2' - pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '29ec39f' + pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '9829475' #pod 'TunnelKit', :path => '../tunnelkit' end diff --git a/Podfile.lock b/Podfile.lock index ac95a964..cbf345b6 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -2,19 +2,19 @@ PODS: - MBProgressHUD (1.1.0) - OpenSSL-Apple (1.1.0i-v2) - SwiftyBeaver (1.6.1) - - TunnelKit (1.2.0): - - TunnelKit/AppExtension (= 1.2.0) - - TunnelKit/Core (= 1.2.0) - - TunnelKit/AppExtension (1.2.0): + - TunnelKit (1.2.1): + - TunnelKit/AppExtension (= 1.2.1) + - TunnelKit/Core (= 1.2.1) + - TunnelKit/AppExtension (1.2.1): - SwiftyBeaver - TunnelKit/Core - - TunnelKit/Core (1.2.0): + - TunnelKit/Core (1.2.1): - OpenSSL-Apple (~> 1.1.0h) - SwiftyBeaver DEPENDENCIES: - MBProgressHUD - - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `29ec39f`) + - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `9829475`) SPEC REPOS: https://github.com/cocoapods/specs.git: @@ -24,20 +24,20 @@ SPEC REPOS: EXTERNAL SOURCES: TunnelKit: - :commit: 29ec39f + :commit: '9829475' :git: https://github.com/keeshux/tunnelkit CHECKOUT OPTIONS: TunnelKit: - :commit: 29ec39f + :commit: '9829475' :git: https://github.com/keeshux/tunnelkit SPEC CHECKSUMS: MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9 OpenSSL-Apple: a93b8f2eec8783ff40d9a9304de180ab68bb647c SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a - TunnelKit: aad1982c96ba0eace1494d4020ecdd1a34c5a788 + TunnelKit: 6c790dfbcb0042d6a5dfe2fda5b0eb5b895afaf1 -PODFILE CHECKSUM: 3d7c4db47830b499bdcf24c498e36b5c619e2ad1 +PODFILE CHECKSUM: 9054389b89f51fe7517cfecebde6520280df4799 COCOAPODS: 1.6.0.beta.2