[iOS] Fix using key files
FossilOrigin-Name: 882469f9d53d9bf62beb31a6b808f557ee799b16ae793515d25b1ceccc23648f
This commit is contained in:
parent
911569f2d6
commit
df23f59e9d
1 changed files with 2 additions and 2 deletions
|
@ -147,8 +147,8 @@ class ShowDetailsController: UITableViewController, UITextFieldDelegate {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
let keyFilePath =
|
let keyFilePath = documentDirectory.ofObject.appendingPathComponent(
|
||||||
documentDirectory.ofObject.appending(keyFile.ofObject)
|
keyFile.ofObject)
|
||||||
generator.keyFile = OFMutableData(contentsOfFile: keyFilePath)
|
generator.keyFile = OFMutableData(contentsOfFile: keyFilePath)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue