XCode: use old network extension ID

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2018-11-04 04:16:13 +01:00
parent fe76d6eed9
commit 4bd1ea63c6
4 changed files with 4 additions and 13 deletions
@@ -1,9 +0,0 @@
//
// Copyright © 2018 WireGuard LLC. All Rights Reserved.
//
import os.log
struct Log {
static var general = OSLog(subsystem: "com.wireguard.ios.network-extension", category: "general")
}