From 203eb46b28b03cd6c7e8b4d42ffb4af397bba11f Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Tue, 30 Oct 2018 19:07:07 +0530 Subject: [PATCH] Style: Remove 'Based on' attributions --- WireGuard/WireGuard/UI/iOS/AppDelegate.swift | 1 - WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift | 1 - 2 files changed, 2 deletions(-) diff --git a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift index 97eb03c..57b6191 100644 --- a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift +++ b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift @@ -27,7 +27,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { } func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool { - // Based on importing code by Jeroen Leenarts in commit 815f12c defer { do { try FileManager.default.removeItem(at: url) 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 in commit ca35168 guard let destinationDir = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask).first else { return }