Fix tunnel bundle identifiers in Demo

Also fix past CHANGELOG.

Fixes #176
This commit is contained in:
Davide De Rosa 2020-06-13 13:23:23 +02:00
parent 0da953fad7
commit 48dcad83e2
3 changed files with 13 additions and 3 deletions

View File

@ -5,12 +5,22 @@ 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).
## 2.2.7 (2020-06-11)
## Unreleased
### Fixed
- Incorrect tunnel bundle identifiers in Demo. [#176](https://github.com/passepartoutvpn/tunnelkit/issues/176)
# 2.2.7 (2020-06-11)
### Fixed
- Code cleanup.
## 2.2.6 (2020-05-12)
### Fixed
- Address concerns from Guido Vranken fuzzers. [#141](https://github.com/passepartoutvpn/tunnelkit/pull/141)
## 2.2.5 (2020-05-12)

View File

@ -78,7 +78,7 @@ YDQ8z9v+DMO6iwyIDRiU
extension ViewController {
private static let appGroup = "group.com.algoritmico.ios.demo.BasicTunnel"
private static let tunnelIdentifier = "com.algoritmico.ios.demo.BasicTunnel.BasicTunnelExtension"
private static let tunnelIdentifier = "com.algoritmico.ios.demo.BasicTunnel.Extension"
private func makeProtocol() -> NETunnelProviderProtocol {
let server = textServer.text!

View File

@ -78,7 +78,7 @@ YDQ8z9v+DMO6iwyIDRiU
extension ViewController {
private static let appGroup = "DTDYD63ZX9.group.com.algoritmico.macos.demo.BasicTunnel"
private static let tunnelIdentifier = "com.algoritmico.macos.demo.BasicTunnel.BasicTunnelExtension"
private static let tunnelIdentifier = "com.algoritmico.macos.demo.BasicTunnel.Extension"
private func makeProtocol() -> NETunnelProviderProtocol {
let server = textServer.stringValue