Update TunnelKit
This commit is contained in:
parent
d32674da8c
commit
042d652147
|
@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Transparent navigation bar in iPadOS 13.
|
- Transparent navigation bar in iPadOS 13.
|
||||||
|
- Unable to open .ovpn files in iOS 13.
|
||||||
|
- Premature disconnection due to .staleSession error. [tunnelkit#120](https://github.com/passepartoutvpn/tunnelkit/issues/120)
|
||||||
|
|
||||||
## 1.8.1 Beta 1993 (2019-08-18)
|
## 1.8.1 Beta 1993 (2019-08-18)
|
||||||
|
|
||||||
|
|
2
Podfile
2
Podfile
|
@ -9,7 +9,7 @@ $tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.2'
|
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.2'
|
||||||
pod_git $tunnelkit_name, $tunnelkit_specs, 'c7af1d3'
|
pod_git $tunnelkit_name, $tunnelkit_specs, 'e0ab2a1'
|
||||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||||
pod 'SSZipArchive'
|
pod 'SSZipArchive'
|
||||||
end
|
end
|
||||||
|
|
10
Podfile.lock
10
Podfile.lock
|
@ -17,8 +17,8 @@ PODS:
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `c7af1d3`)
|
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `e0ab2a1`)
|
||||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `c7af1d3`)
|
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `e0ab2a1`)
|
||||||
|
|
||||||
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: c7af1d3
|
:commit: e0ab2a1
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
CHECKOUT OPTIONS:
|
||||||
TunnelKit:
|
TunnelKit:
|
||||||
:commit: c7af1d3
|
:commit: e0ab2a1
|
||||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
|
@ -44,6 +44,6 @@ SPEC CHECKSUMS:
|
||||||
SwiftyBeaver: da5e573ad583586c18236324c36900990afe1733
|
SwiftyBeaver: da5e573ad583586c18236324c36900990afe1733
|
||||||
TunnelKit: c5068cf6c4296e96df3d359b88528810ed0824cb
|
TunnelKit: c5068cf6c4296e96df3d359b88528810ed0824cb
|
||||||
|
|
||||||
PODFILE CHECKSUM: ad025dbdd790911a4051d98c9aef8c96fae01091
|
PODFILE CHECKSUM: 1a8a780b3f54b960fd620b6988914a45a65147ad
|
||||||
|
|
||||||
COCOAPODS: 1.6.2
|
COCOAPODS: 1.6.2
|
||||||
|
|
Loading…
Reference in New Issue