]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commit
iOS/macOS: Integrate WireGuardKit
authorAndrej Mihajlov <and@mullvad.net>
Mon, 9 Nov 2020 09:52:06 +0000 (10:52 +0100)
committerAndrej Mihajlov <and@mullvad.net>
Wed, 2 Dec 2020 10:08:08 +0000 (11:08 +0100)
commit95b833c754175fc3bea39fa99b416b5828af41bc
tree66b54a71777ac6bfb0a634e3fdcd8782deac0827
parent8c057bf9282fad72536ecd4401079291d2b0571c
iOS/macOS: Integrate WireGuardKit

Signed-off-by: Andrej Mihajlov <and@mullvad.net>
25 files changed:
WireGuard/Shared/Logging/Logger.swift
WireGuard/Shared/Model/NETunnelProviderProtocol+Extension.swift
WireGuard/Shared/Model/TunnelConfiguration+WgQuickConfig.swift
WireGuard/WireGuard.xcodeproj/project.pbxproj
WireGuard/WireGuard.xcodeproj/project.xcworkspace/contents.xcworkspacedata
WireGuard/WireGuard.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved [new file with mode: 0644]
WireGuard/WireGuard/Crypto/Curve25519.swift
WireGuard/WireGuard/Tunnel/MockTunnels.swift
WireGuard/WireGuard/Tunnel/TunnelConfiguration+UapiConfig.swift
WireGuard/WireGuard/Tunnel/TunnelsManager.swift
WireGuard/WireGuard/UI/TunnelImporter.swift
WireGuard/WireGuard/UI/TunnelViewModel.swift
WireGuard/WireGuard/UI/iOS/ViewController/QRScanViewController.swift
WireGuard/WireGuard/UI/iOS/ViewController/SettingsTableViewController.swift
WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift
WireGuard/WireGuard/UI/iOS/ViewController/TunnelsListTableViewController.swift
WireGuard/WireGuard/UI/macOS/AppDelegate.swift
WireGuard/WireGuard/UI/macOS/ParseError+WireGuardAppError.swift
WireGuard/WireGuard/UI/macOS/ViewController/TunnelDetailTableViewController.swift
WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift
WireGuard/WireGuard/WireGuard-Bridging-Header.h
WireGuard/WireGuard/ZipArchive/ZipExporter.swift
WireGuard/WireGuard/ZipArchive/ZipImporter.swift
WireGuard/WireGuardNetworkExtension/PacketTunnelProvider.swift
WireGuard/WireGuardNetworkExtension/WireGuardNetworkExtension-Bridging-Header.h