From 2db880e366118a253a135f89ec4396d06e176b3a Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 19 Oct 2018 16:02:37 +0200 Subject: [PATCH] Update TunnelKit to fix Mullvad disconnections --- Podfile | 2 +- Podfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Podfile b/Podfile index cd624361..1dc298f1 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 => '96c1650' + pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'ca192e4' #pod 'TunnelKit', :path => '../tunnelkit' end diff --git a/Podfile.lock b/Podfile.lock index 19040e0d..96b62273 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -14,7 +14,7 @@ PODS: DEPENDENCIES: - MBProgressHUD - - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `96c1650`) + - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `ca192e4`) SPEC REPOS: https://github.com/cocoapods/specs.git: @@ -24,12 +24,12 @@ SPEC REPOS: EXTERNAL SOURCES: TunnelKit: - :commit: 96c1650 + :commit: ca192e4 :git: https://github.com/keeshux/tunnelkit CHECKOUT OPTIONS: TunnelKit: - :commit: 96c1650 + :commit: ca192e4 :git: https://github.com/keeshux/tunnelkit SPEC CHECKSUMS: @@ -38,6 +38,6 @@ SPEC CHECKSUMS: SwiftyBeaver: ccfcdf85a04d429f1633f668650b0ce8020bda3a TunnelKit: 8167e45290d15e2c7c789d8d4c0d5f084f532335 -PODFILE CHECKSUM: f6888fe9e046f88d139af75dd5308916c5be8b7b +PODFILE CHECKSUM: a720594d8829c15b76e9ea32e2bd98a4854961cf COCOAPODS: 1.6.0.beta.2