Set isDir to false in core data
This commit is contained in:
parent
f3497cdc0f
commit
43b71f2704
2 changed files with 2 additions and 1 deletions
|
|
@ -500,6 +500,7 @@ class PasswordStore {
|
|||
passwordEntity.path = "\(password.name).gpg"
|
||||
passwordEntity.parent = nil
|
||||
passwordEntity.synced = false
|
||||
passwordEntity.isDir = false
|
||||
try context.save()
|
||||
print(saveURL.path)
|
||||
let _ = createAddCommitInRepository(message: "Add new password by pass for iOS", fileData: encryptedData, filename: saveURL.lastPathComponent, progressBlock: progressBlock)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue