[iOS] Fix using key files

FossilOrigin-Name: 882469f9d53d9bf62beb31a6b808f557ee799b16ae793515d25b1ceccc23648f
This commit is contained in:
Jonathan Schleifer 2022-06-18 13:15:39 +00:00
parent 911569f2d6
commit df23f59e9d

View file

@ -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)
} }