Use TunnelKit 2.1.0
This commit is contained in:
parent
b08ac59952
commit
2254a796c8
|
@ -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.9.0 Beta 2092 (2019-10-25)
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
|
|
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.5'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, '4d930d3'
|
||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.1.0'
|
||||
#pod_git $tunnelkit_name, $tunnelkit_specs, '4d930d3'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
|
||||
|
|
25
Podfile.lock
25
Podfile.lock
|
@ -19,9 +19,9 @@ PODS:
|
|||
- Kvitto/Core (1.0.3):
|
||||
- DTFoundation/DTASN1 (~> 1.7.13)
|
||||
- MBProgressHUD (1.1.0)
|
||||
- OpenSSL-Apple (1.1.0l.4)
|
||||
- OpenSSL-Apple (1.1.1d.5a)
|
||||
- SSZipArchive (2.2.2)
|
||||
- SwiftyBeaver (1.8.2)
|
||||
- SwiftyBeaver (1.8.3)
|
||||
- TunnelKit/AppExtension (2.1.0):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Core
|
||||
|
@ -29,7 +29,7 @@ PODS:
|
|||
- SwiftyBeaver
|
||||
- TunnelKit/Extra/LZO (2.1.0)
|
||||
- TunnelKit/Protocols/OpenVPN (2.1.0):
|
||||
- OpenSSL-Apple (~> 1.1.0j.4)
|
||||
- OpenSSL-Apple (~> 1.1.1d.5a)
|
||||
- TunnelKit/AppExtension
|
||||
- TunnelKit/Core
|
||||
|
||||
|
@ -46,8 +46,8 @@ DEPENDENCIES:
|
|||
- Kvitto
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `4d930d3`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `4d930d3`)
|
||||
- TunnelKit/Extra/LZO (~> 2.1.0)
|
||||
- TunnelKit/Protocols/OpenVPN (~> 2.1.0)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -57,33 +57,28 @@ SPEC REPOS:
|
|||
- OpenSSL-Apple
|
||||
- SSZipArchive
|
||||
- SwiftyBeaver
|
||||
- TunnelKit
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Convenience:
|
||||
:commit: 22778d5
|
||||
:git: https://github.com/keeshux/convenience
|
||||
TunnelKit:
|
||||
:commit: 4d930d3
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
Convenience:
|
||||
:commit: 22778d5
|
||||
:git: https://github.com/keeshux/convenience
|
||||
TunnelKit:
|
||||
:commit: 4d930d3
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Convenience: c4240c936b2119752ffa0841d40a4bc6a0ba8a5d
|
||||
DTFoundation: 25aa19bb7c6e225b1dfae195604fb8cf1da0ab4c
|
||||
Kvitto: d451f893f84ad669850b7cb7d3f8781363e14232
|
||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||
OpenSSL-Apple: f3d1668588ea8f06b076dcfa6177cd90452e3800
|
||||
OpenSSL-Apple: 2c9efbc94e0a1ada434cc197b02bd70052a82281
|
||||
SSZipArchive: fa16b8cc4cdeceb698e5e5d9f67e9558532fbf23
|
||||
SwiftyBeaver: aaf2ebd7dac2e952991f46a82ed24ad642867ae2
|
||||
TunnelKit: 0743f0306be0869d51118ac33e274e7507a93537
|
||||
SwiftyBeaver: 3d3e93a12d648bd400b6f2948a7ef128b5b183c7
|
||||
TunnelKit: ddcccbf8c984e2760a42899e311e7991f21e42cc
|
||||
|
||||
PODFILE CHECKSUM: 8099389f0a709d4f175b81d077f47699a651fa42
|
||||
PODFILE CHECKSUM: 61194d5518f6f8b0de957eceea2a2eecd300b323
|
||||
|
||||
COCOAPODS: 1.8.4
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# [Passepartout][about-website]
|
||||
|
||||
![iOS 11+](https://img.shields.io/badge/ios-11+-green.svg)
|
||||
[![TunnelKit 2.0.x](https://img.shields.io/badge/tunnelkit-2.0-d69c68.svg)][dep-tunnelkit]
|
||||
[![TunnelKit 2.1](https://img.shields.io/badge/tunnelkit-2.1-d69c68.svg)][dep-tunnelkit]
|
||||
[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE)
|
||||
[![Join Reddit](https://img.shields.io/badge/discuss-Reddit-orange.svg)][about-reddit]
|
||||
[![Join Telegram](https://img.shields.io/badge/chat-Telegram-blue.svg)][about-telegram]
|
||||
|
|
Loading…
Reference in New Issue