aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-30 19:07:07 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-30 19:07:07 +0530
commit900b46862233e53942905f0f6d3dee2c09712e33 (patch)
tree565eaaada0d007db6879a0579944bf2d515a3e7c /WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift
parentQR code: Show label overlay with info on how to generate the QR code (diff)
downloadwireguard-apple-900b46862233e53942905f0f6d3dee2c09712e33.tar.xz
wireguard-apple-900b46862233e53942905f0f6d3dee2c09712e33.zip
Style: Remove 'Based on' attributions
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift b/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift
index 09f2b96..027286e 100644
--- a/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift
+++ b/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift
@@ -66,7 +66,6 @@ class SettingsTableViewController: UITableViewController {
}
}
- // Based on file export code by Jeroen Leenarts <jeroen.leenarts@gmail.com> in commit ca35168
guard let destinationDir = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask).first else {
return
}