aboutsummaryrefslogtreecommitdiffstats
path: root/Sources/WireGuardApp/ZipArchive/ZipImporter.swift
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-12-02 16:10:44 +0100
committerAndrej Mihajlov <and@mullvad.net>2020-12-03 13:32:25 +0100
commit547077a808171f5ce7be449ed0fc7a3c1abe634e (patch)
tree785e6396dc44d6d21844329d509273e8d1340f08 /Sources/WireGuardApp/ZipArchive/ZipImporter.swift
parentRemove Sources/ in project folder names (diff)
downloadwireguard-apple-547077a808171f5ce7be449ed0fc7a3c1abe634e.tar.xz
wireguard-apple-547077a808171f5ce7be449ed0fc7a3c1abe634e.zip
WireGuardApp: integrate WireGuardKit sources directly
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
Diffstat (limited to 'Sources/WireGuardApp/ZipArchive/ZipImporter.swift')
-rw-r--r--Sources/WireGuardApp/ZipArchive/ZipImporter.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/Sources/WireGuardApp/ZipArchive/ZipImporter.swift b/Sources/WireGuardApp/ZipArchive/ZipImporter.swift
index c988e94..499181a 100644
--- a/Sources/WireGuardApp/ZipArchive/ZipImporter.swift
+++ b/Sources/WireGuardApp/ZipArchive/ZipImporter.swift
@@ -2,7 +2,6 @@
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
import Foundation
-import WireGuardKit
class ZipImporter {
static func importConfigFiles(from url: URL, completion: @escaping (Result<[TunnelConfiguration?], ZipArchiveError>) -> Void) {