Fix tunnel bundle identifiers in Demo
Also fix past CHANGELOG. Fixes #176
This commit is contained in:
parent
0da953fad7
commit
48dcad83e2
12
CHANGELOG.md
12
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)
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue