parent
e3157343dc
commit
13b255623a
|
@ -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).
|
||||
|
||||
## Unreleased
|
||||
## 3.4.0 (2021-08-07)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
![iOS 12+](https://img.shields.io/badge/ios-12+-green.svg)
|
||||
![macOS 10.15+](https://img.shields.io/badge/macos-10.15+-green.svg)
|
||||
[![OpenSSL 1.1.1h](https://img.shields.io/badge/openssl-1.1.1h-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.1-notes.html)
|
||||
[![OpenSSL 1.1.1k](https://img.shields.io/badge/openssl-1.1.1k-d69c68.svg)](https://www.openssl.org/news/openssl-1.1.1-notes.html)
|
||||
[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE)
|
||||
[![Travis-CI](https://api.travis-ci.org/passepartoutvpn/tunnelkit.svg?branch=master)](https://travis-ci.org/passepartoutvpn/tunnelkit)
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ Pod::Spec.new do |s|
|
|||
"SWIFT_INCLUDE_PATHS" => "${PODS_TARGET_SRCROOT}/TunnelKit/Sources/Protocols/OpenVPN",
|
||||
"APPLICATION_EXTENSION_API_ONLY" => "YES" }
|
||||
|
||||
p.dependency "OpenSSL-Apple", "~> 1.1.1h.10"
|
||||
p.dependency "OpenSSL-Apple", "~> 1.1.1k.11"
|
||||
p.dependency "TunnelKit/Core"
|
||||
p.dependency "TunnelKit/AppExtension"
|
||||
p.dependency "TunnelKit/Manager"
|
||||
|
|
Loading…
Reference in New Issue