From 2b4f1ce1c2cc6efbd898c052b559f112c29ad133 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Fri, 25 Feb 2022 15:43:25 -0800 Subject: [PATCH] Replaces direct Patreon URL with forwarding URL Allows us to change the Patreon URL without also updating the app. --- AltStore/Settings/PatreonViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Settings/PatreonViewController.swift b/AltStore/Settings/PatreonViewController.swift index d2b47c55..eec3dd0c 100644 --- a/AltStore/Settings/PatreonViewController.swift +++ b/AltStore/Settings/PatreonViewController.swift @@ -202,7 +202,7 @@ private extension PatreonViewController @objc func openPatreonURL(_ sender: UIButton) { - let patreonURL = URL(string: "https://www.patreon.com/rileytestut")! + let patreonURL = URL(string: "https://altstore.io/patreon")! let safariViewController = SFSafariViewController(url: patreonURL) safariViewController.preferredControlTintColor = self.view.tintColor