Consume ObjectiveGit through a binary Swift package (#528)

This commit is contained in:
Danny Moesch 2021-12-29 00:17:11 +01:00 committed by GitHub
parent 3030e1d045
commit e5bd678aaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 128 additions and 104 deletions

View file

@ -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 {