Style: Remove 'Based on' attributions

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2018-10-30 19:07:07 +05:30
parent 904a080690
commit 900b468622
2 changed files with 0 additions and 2 deletions

View File

@ -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 <jeroen.leenarts@gmail.com> in commit 815f12c
defer {
do {
try FileManager.default.removeItem(at: url)

View File

@ -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
}