Update TunnelKit with ping timeout fix

Potential fix, unconfirmed.

Fixes #106
This commit is contained in:
Davide De Rosa 2019-12-12 18:39:45 +01:00
parent 1945844cf5
commit 514705500b
3 changed files with 13 additions and 7 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 1.10.0 Beta 2238 (2019-12-11)
## Unreleased
### Added
@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Tunnel dying on idle or device locked. [#106](https://github.com/passepartoutvpn/passepartout-ios/issues/106), [tunnelkit#138](https://github.com/passepartoutvpn/tunnelkit/issues/138)
- Only show pushed server configuration.
- Adjust UI to device text size. [#117](https://github.com/passepartoutvpn/passepartout-ios/pull/117)
- Restore provider flow after purchase.

View File

@ -8,8 +8,8 @@ $tunnelkit_name = 'TunnelKit'
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
def shared_pods
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.0'
#pod_git $tunnelkit_name, $tunnelkit_specs, 'aabdf83'
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.2.0'
pod_git $tunnelkit_name, $tunnelkit_specs, 'db78726'
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
pod 'SSZipArchive'

View File

@ -49,8 +49,8 @@ DEPENDENCIES:
- Kvitto
- MBProgressHUD
- SSZipArchive
- TunnelKit/Extra/LZO (~> 2.2.0)
- TunnelKit/Protocols/OpenVPN (~> 2.2.0)
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `db78726`)
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `db78726`)
SPEC REPOS:
https://github.com/cocoapods/specs.git:
@ -60,17 +60,22 @@ SPEC REPOS:
- OpenSSL-Apple
- SSZipArchive
- SwiftyBeaver
- TunnelKit
EXTERNAL SOURCES:
Convenience:
:commit: 3a191e8
:git: https://github.com/keeshux/convenience
TunnelKit:
:commit: db78726
:git: https://github.com/passepartoutvpn/tunnelkit
CHECKOUT OPTIONS:
Convenience:
:commit: 3a191e8
:git: https://github.com/keeshux/convenience
TunnelKit:
:commit: db78726
:git: https://github.com/passepartoutvpn/tunnelkit
SPEC CHECKSUMS:
Convenience: 230739dd640bb826b640765d93715744721726be
@ -82,6 +87,6 @@ SPEC CHECKSUMS:
SwiftyBeaver: 3d3e93a12d648bd400b6f2948a7ef128b5b183c7
TunnelKit: 67d819c4a545d3f95a81bfb6627834d786a5b4d5
PODFILE CHECKSUM: 051cf9b2df3d76ced1a3b6dd6bdd0f9f7dc1a36d
PODFILE CHECKSUM: 8e261bf661da4ab8f57702f8d0292eb6c9c4edb8
COCOAPODS: 1.8.4