Consume ObjectiveGit through a binary Swift package (#528)
This commit is contained in:
parent
3030e1d045
commit
e5bd678aaa
16 changed files with 128 additions and 104 deletions
|
|
@ -193,8 +193,8 @@ class GitRepositorySettingsTableViewController: UITableViewController, PasswordA
|
|||
checkoutProgressBlock: checkoutProgressBlock
|
||||
)
|
||||
|
||||
let gpgIdFile = self.passwordStore.storeURL.appendingPathComponent(".gpg-id").path
|
||||
guard FileManager.default.fileExists(atPath: gpgIdFile) else {
|
||||
let gpgIDFile = self.passwordStore.storeURL.appendingPathComponent(".gpg-id").path
|
||||
guard FileManager.default.fileExists(atPath: gpgIDFile) else {
|
||||
self.passwordStore.eraseStoreData()
|
||||
SVProgressHUD.dismiss {
|
||||
DispatchQueue.main.async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue