aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension/Log.swift
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-11-04 04:16:13 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-11-04 05:42:25 +0100
commit4bd1ea63c692ac216cd146488ba3a0ff42e5d3af (patch)
treea5e4705aeb7f18b38a217d15b404a2fc47a46faa /WireGuard/WireGuardNetworkExtension/Log.swift
parentwireguard-go-bridge: xcode expects install target (diff)
downloadwireguard-apple-4bd1ea63c692ac216cd146488ba3a0ff42e5d3af.tar.xz
wireguard-apple-4bd1ea63c692ac216cd146488ba3a0ff42e5d3af.zip
XCode: use old network extension ID0.0.20181104-1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuardNetworkExtension/Log.swift9
1 files changed, 0 insertions, 9 deletions
diff --git a/WireGuard/WireGuardNetworkExtension/Log.swift b/WireGuard/WireGuardNetworkExtension/Log.swift
deleted file mode 100644
index 54162b5..0000000
--- a/WireGuard/WireGuardNetworkExtension/Log.swift
+++ /dev/null
@@ -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")
-}