Port to Xcode 9.3 (#1696)

This commit is contained in:
Orta
2018-04-07 23:24:51 -04:00
committed by Ryan Nystrom
parent 2d67628a2f
commit 6dc2988d23
20 changed files with 49 additions and 48 deletions

View File

@@ -31,10 +31,11 @@ ListSingleSectionControllerDelegate {
self.path = path
super.init(
emptyErrorMessage: NSLocalizedString("Cannot load directory.", comment: ""),
dataSource: self
emptyErrorMessage: NSLocalizedString("Cannot load directory.", comment: "")
)
self.dataSource = self
// set on init in case used by Tabman
self.title = NSLocalizedString("Code", comment: "")
}