Skip to content

Commit

Permalink
name fucking row
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasa1993 committed Apr 10, 2018
1 parent 7305dc2 commit 619e1b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion SCP/AddServerViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class AddServerViewController: FormViewController {
}.onCellSelection { cell, row in
let keychain = Keychain()
do {
let nameRow: TextRow? = self.serverForm?.rowBy(tag: "name")
let nameRow: NameRow? = self.serverForm?.rowBy(tag: "name")
let portRow: IntRow? = self.serverForm?.rowBy(tag: "port")
let userRow: TextRow? = self.serverForm?.rowBy(tag: "user")
let hostRow: TextRow? = self.serverForm?.rowBy(tag: "host")
Expand Down
2 changes: 1 addition & 1 deletion SCP/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>15</string>
<string>19</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 619e1b6

Please sign in to comment.