diff options
author | 2020-12-02 16:10:44 +0100 | |
---|---|---|
committer | 2020-12-03 13:32:25 +0100 | |
commit | 547077a808171f5ce7be449ed0fc7a3c1abe634e (patch) | |
tree | 785e6396dc44d6d21844329d509273e8d1340f08 /Sources/WireGuardApp/UI/iOS/ViewController/SettingsTableViewController.swift | |
parent | Remove Sources/ in project folder names (diff) | |
download | wireguard-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/UI/iOS/ViewController/SettingsTableViewController.swift')
-rw-r--r-- | Sources/WireGuardApp/UI/iOS/ViewController/SettingsTableViewController.swift | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Sources/WireGuardApp/UI/iOS/ViewController/SettingsTableViewController.swift b/Sources/WireGuardApp/UI/iOS/ViewController/SettingsTableViewController.swift index d2c6f0c..2872569 100644 --- a/Sources/WireGuardApp/UI/iOS/ViewController/SettingsTableViewController.swift +++ b/Sources/WireGuardApp/UI/iOS/ViewController/SettingsTableViewController.swift @@ -3,7 +3,6 @@ import UIKit import os.log -import WireGuardKit class SettingsTableViewController: UITableViewController { @@ -153,7 +152,7 @@ extension SettingsTableViewController { } cell.value = appVersion } else if field == .goBackendVersion { - cell.value = getWireGuardVersion() + cell.value = wireGuardVersion } return cell } else if field == .exportZipArchive { |