Style: Remove 'Based on' attributions

This commit is contained in:
Roopesh Chander 2018-10-30 19:07:07 +05:30
parent b12d7bfd95
commit 203eb46b28
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
}