Upgrade TunnelKit to fix SoftEther

This commit is contained in:
Davide De Rosa 2019-04-13 23:59:06 +02:00
parent 899b5301b9
commit 72fe776055
3 changed files with 9 additions and 8 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 1.5.0 Beta 1706 (2019-04-13) ## Unreleased
### Added ### Added
@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- VPN status cell doesn't always enter active profile. [#63](https://github.com/passepartoutvpn/passepartout-ios/issues/63) - VPN status cell doesn't always enter active profile. [#63](https://github.com/passepartoutvpn/passepartout-ios/issues/63)
- Masking preference not retained. [#64](https://github.com/passepartoutvpn/passepartout-ios/issues/64) - Masking preference not retained. [#64](https://github.com/passepartoutvpn/passepartout-ios/issues/64)
- SoftEther timing out. [tunnelkit#67](https://github.com/keeshux/tunnelkit/issues/67)
## 1.4.0 (2019-04-11) ## 1.4.0 (2019-04-11)

View File

@ -5,8 +5,8 @@ use_frameworks!
def shared_pods def shared_pods
#pod 'TunnelKit', '~> 1.6.1' #pod 'TunnelKit', '~> 1.6.1'
#pod 'TunnelKit/LZO', '~> 1.6.1' #pod 'TunnelKit/LZO', '~> 1.6.1'
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '0a956f5' pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '322242d'
pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '0a956f5' pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '322242d'
#pod 'TunnelKit', :path => '../../personal/tunnelkit' #pod 'TunnelKit', :path => '../../personal/tunnelkit'
#pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit' #pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit'
pod 'SSZipArchive' pod 'SSZipArchive'

View File

@ -17,8 +17,8 @@ PODS:
DEPENDENCIES: DEPENDENCIES:
- MBProgressHUD - MBProgressHUD
- SSZipArchive - SSZipArchive
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `0a956f5`) - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `322242d`)
- TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `0a956f5`) - TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `322242d`)
SPEC REPOS: SPEC REPOS:
https://github.com/cocoapods/specs.git: https://github.com/cocoapods/specs.git:
@ -29,12 +29,12 @@ SPEC REPOS:
EXTERNAL SOURCES: EXTERNAL SOURCES:
TunnelKit: TunnelKit:
:commit: 0a956f5 :commit: 322242d
:git: https://github.com/keeshux/tunnelkit :git: https://github.com/keeshux/tunnelkit
CHECKOUT OPTIONS: CHECKOUT OPTIONS:
TunnelKit: TunnelKit:
:commit: 0a956f5 :commit: 322242d
:git: https://github.com/keeshux/tunnelkit :git: https://github.com/keeshux/tunnelkit
SPEC CHECKSUMS: SPEC CHECKSUMS:
@ -44,6 +44,6 @@ SPEC CHECKSUMS:
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165 SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
TunnelKit: 6be99150922d3f14187dc29732032712dd4400e3 TunnelKit: 6be99150922d3f14187dc29732032712dd4400e3
PODFILE CHECKSUM: 06dab584a58cb53de0f19158f874f32fa5ae477b PODFILE CHECKSUM: d6fd6d0162ed5ff4bc59a1dab2bb72ef998782f5
COCOAPODS: 1.6.1 COCOAPODS: 1.6.1