From 48dcad83e2b1b635021c56ee4089b3e39f03ed06 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 13 Jun 2020 13:23:23 +0200 Subject: [PATCH] Fix tunnel bundle identifiers in Demo Also fix past CHANGELOG. Fixes #176 --- CHANGELOG.md | 12 +++++++++++- Demo/BasicTunnel-iOS/ViewController.swift | 2 +- Demo/BasicTunnel-macOS/ViewController.swift | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1461ab..7461d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Demo/BasicTunnel-iOS/ViewController.swift b/Demo/BasicTunnel-iOS/ViewController.swift index 62f35c8..972f1ae 100644 --- a/Demo/BasicTunnel-iOS/ViewController.swift +++ b/Demo/BasicTunnel-iOS/ViewController.swift @@ -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! diff --git a/Demo/BasicTunnel-macOS/ViewController.swift b/Demo/BasicTunnel-macOS/ViewController.swift index d903467..4af56df 100644 --- a/Demo/BasicTunnel-macOS/ViewController.swift +++ b/Demo/BasicTunnel-macOS/ViewController.swift @@ -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