Update TunnelKit
This commit is contained in:
parent
bd2290d1fc
commit
7bc4c4628c
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
### Changed
|
||||
|
||||
- Skip keychain password prompt. [tunnelkit#200](https://github.com/passepartoutvpn/tunnelkit/issues/200)
|
||||
|
||||
### Fixed
|
||||
|
||||
- No way to set DNS servers when using DNS over HTTPS. [#171](https://github.com/passepartoutvpn/passepartout-apple/issues/171)
|
||||
|
|
4
Podfile
4
Podfile
|
@ -7,8 +7,8 @@ $tunnelkit_name = 'TunnelKit'
|
|||
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||
|
||||
def shared_pods
|
||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.3.0'
|
||||
#pod_git $tunnelkit_name, $tunnelkit_specs, '1343fa5'
|
||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.3.0'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, '59e30cd'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
pod 'Kvitto', :git => 'https://github.com/keeshux/Kvitto', :branch => 'enable-macos-spec'
|
||||
|
|
25
Podfile.lock
25
Podfile.lock
|
@ -24,15 +24,15 @@ PODS:
|
|||
- OpenSSL-Apple (1.1.1h.10)
|
||||
- SSZipArchive (2.2.3)
|
||||
- SwiftyBeaver (1.9.3)
|
||||
- TunnelKit/AppExtension (3.3.0):
|
||||
- TunnelKit/AppExtension (3.3.1):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Core
|
||||
- TunnelKit/Core (3.3.0):
|
||||
- TunnelKit/Core (3.3.1):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Extra/LZO (3.3.0)
|
||||
- TunnelKit/Manager (3.3.0):
|
||||
- TunnelKit/Extra/LZO (3.3.1)
|
||||
- TunnelKit/Manager (3.3.1):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Protocols/OpenVPN (3.3.0):
|
||||
- TunnelKit/Protocols/OpenVPN (3.3.1):
|
||||
- OpenSSL-Apple (~> 1.1.1h.10)
|
||||
- TunnelKit/AppExtension
|
||||
- TunnelKit/Core
|
||||
|
@ -52,8 +52,8 @@ DEPENDENCIES:
|
|||
- Kvitto (from `https://github.com/keeshux/Kvitto`, branch `enable-macos-spec`)
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (~> 3.3.0)
|
||||
- TunnelKit/Protocols/OpenVPN (~> 3.3.0)
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `59e30cd`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `59e30cd`)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -62,7 +62,6 @@ SPEC REPOS:
|
|||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
- SwiftyBeaver
|
||||
- TunnelKit
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Convenience:
|
||||
|
@ -71,6 +70,9 @@ EXTERNAL SOURCES:
|
|||
Kvitto:
|
||||
:branch: enable-macos-spec
|
||||
:git: https://github.com/keeshux/Kvitto
|
||||
TunnelKit:
|
||||
:commit: 59e30cd
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
Convenience:
|
||||
|
@ -79,6 +81,9 @@ CHECKOUT OPTIONS:
|
|||
Kvitto:
|
||||
:commit: e263fcd1f40a6a482a0f1e424ba98009c4ad2b96
|
||||
:git: https://github.com/keeshux/Kvitto
|
||||
TunnelKit:
|
||||
:commit: 59e30cd
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
||||
|
@ -88,8 +93,8 @@ SPEC CHECKSUMS:
|
|||
OpenSSL-Apple: 8a8fcb06fb66f9c2f7aed45ce363668493b8e5f6
|
||||
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
|
||||
SwiftyBeaver: 2e8acd6fc90c6d0a27055867a290794926d57c02
|
||||
TunnelKit: 2a6aadea2d772a2760b153aee27d1c334c9ca6db
|
||||
TunnelKit: abc76b7580ac190c4e932d8e67b9ece11fba45a4
|
||||
|
||||
PODFILE CHECKSUM: 7aa89c23d1152f1864bf9d38950f518546d9f4bb
|
||||
PODFILE CHECKSUM: 7434cc8fc6def347d7c4c7e85dc4a0aae7f80328
|
||||
|
||||
COCOAPODS: 1.10.1
|
||||
|
|
Loading…
Reference in New Issue