diff --git a/CHANGELOG.md b/CHANGELOG.md index bfff250c..f1044e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Podfile b/Podfile index 94c5667c..6c5011fc 100644 --- a/Podfile +++ b/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' diff --git a/Podfile.lock b/Podfile.lock index e5abed72..02329ae1 100644 --- a/Podfile.lock +++ b/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 diff --git a/README.md b/README.md index cae82223..0d42654b 100644 --- a/README.md +++ b/README.md @@ -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]