Use own parser for multiline values giving up Yams

This commit is contained in:
Danny Moesch 2018-07-01 19:49:38 +02:00 committed by Bob Sun
parent 904d04d71c
commit ddddfda931
6 changed files with 141 additions and 86 deletions

View file

@ -28,7 +28,7 @@ class PasswordEditorTableViewController: UITableViewController, FillPasswordTabl
private var navigationItemTitle: String?
private var sectionHeaderTitles = ["name", "password", "additions",""].map {$0.uppercased()}
private var sectionFooterTitles = ["", "", "Use YAML format for additional fields.", ""]
private var sectionFooterTitles = ["", "", "Use \"key: value\" format for additional fields.", ""]
private let nameSection = 0
private let passwordSection = 1
private let additionsSection = 2