parent
f543b0d753
commit
439364e74a
|
@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
|
||||
- "Custom DNS" preset for Mullvad. [mullvad#1](https://github.com/passepartoutvpn/api-source-mullvad/issues/1)
|
||||
- "Custom DNS" preset for Mullvad. [api-source-mullvad#1](https://github.com/passepartoutvpn/api-source-mullvad/issues/1)
|
||||
|
||||
### Fixed
|
||||
|
||||
- VPN staying active while it's not. [tunnelkit#106](https://github.com/passepartoutvpn/tunnelkit/issues/106)
|
||||
- Disconnection on renegotiation. [tunnelkit#105](https://github.com/passepartoutvpn/tunnelkit/issues/105)
|
||||
- Support third party apps when sending e-mails.
|
||||
- Refreshed infrastructures are not retained. [core#1](https://github.com/passepartoutvpn/passepartout-core-apple/issues/1)
|
||||
- Refreshed infrastructures are not retained. [passepartout-core-apple#1](https://github.com/passepartoutvpn/passepartout-core-apple/issues/1)
|
||||
- Portuguese bound to Brazil region.
|
||||
- German spelling of "Default gateway".
|
||||
|
||||
|
|
4
Podfile
4
Podfile
|
@ -8,8 +8,8 @@ $tunnelkit_name = 'TunnelKit'
|
|||
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||
|
||||
def shared_pods
|
||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.1'
|
||||
#pod_git $tunnelkit_name, $tunnelkit_specs, 'a861c69'
|
||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.1'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, 'aefeb25'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
end
|
||||
|
|
17
Podfile.lock
17
Podfile.lock
|
@ -17,8 +17,8 @@ PODS:
|
|||
DEPENDENCIES:
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (~> 2.0.1)
|
||||
- TunnelKit/Protocols/OpenVPN (~> 2.0.1)
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `aefeb25`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `aefeb25`)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -26,7 +26,16 @@ SPEC REPOS:
|
|||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
- SwiftyBeaver
|
||||
- TunnelKit
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
TunnelKit:
|
||||
:commit: aefeb25
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
TunnelKit:
|
||||
:commit: aefeb25
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||
|
@ -35,6 +44,6 @@ SPEC CHECKSUMS:
|
|||
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
|
||||
TunnelKit: a1477f296a481c2ccefe9e6788aea090a1fb6f18
|
||||
|
||||
PODFILE CHECKSUM: f7dc7ec149d7920efd701d7178738f6ddf533a3d
|
||||
PODFILE CHECKSUM: 731a68fc3b9c329213498774fd6de257266b1f2b
|
||||
|
||||
COCOAPODS: 1.6.2
|
||||
|
|
Loading…
Reference in New Issue