mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-16 08:19:27 +08:00
Port to Xcode 9.3 (#1696)
This commit is contained in:
@@ -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: "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user