mirror of
https://github.com/mssun/passforios.git
synced 2025-12-20 09:13:44 +01:00
Implement Siri shortcut to sync repository per automation task
This commit is contained in:
committed by
Mingshen Sun
parent
21b5774cc5
commit
b3bde9e0e0
@@ -141,7 +141,7 @@ class GitRepositorySettingsTableViewController: UITableViewController {
|
||||
self.gitBranchName = branchName.trimmed
|
||||
self.gitUsername = (gitURL.user ?? usernameTextField.text ?? "git").trimmed
|
||||
|
||||
if passwordStore.repositoryExisted() {
|
||||
if passwordStore.repositoryExists() {
|
||||
let overwriteAlert: UIAlertController = {
|
||||
let alert = UIAlertController(title: "Overwrite?".localize(), message: "OperationWillOverwriteData.".localize(), preferredStyle: .alert)
|
||||
alert.addAction(UIAlertAction(title: "Overwrite".localize(), style: .destructive) { _ in
|
||||
|
||||
Reference in New Issue
Block a user