Update pairing file help link in alert (#1147)

Signed-off-by: basketshoe <54729294+basketshoe@users.noreply.github.com>
This commit is contained in:
basketshoe
2026-01-10 19:33:52 +00:00
committed by GitHub
parent decf21f177
commit 1d642e2ffa

View File

@@ -364,7 +364,7 @@ final class PairingFileManager {
private func presentPairingFileAlert(on vc: UIViewController) {
let alert = UIAlertController(title: "Pairing File", message: "Select the pairing file or select \"Help\" for help.", preferredStyle: .alert)
alert.addAction(UIAlertAction(title: "Help", style: .default) { _ in
if let url = URL(string: "https://docs.sidestore.io/docs/installation/pairing-file") { UIApplication.shared.open(url) }
if let url = URL(string: "https://docs.sidestore.io/docs/advanced/pairing-file") { UIApplication.shared.open(url) }
sleep(2); exit(0)
})
alert.addAction(UIAlertAction(title: "OK", style: .default) { _ in