Replaces direct Patreon URL with forwarding URL

Allows us to change the Patreon URL without also updating the app.
This commit is contained in:
Riley Testut
2022-02-25 15:43:25 -08:00
parent c786858f17
commit 2b4f1ce1c2

View File

@@ -202,7 +202,7 @@ private extension PatreonViewController
@objc func openPatreonURL(_ sender: UIButton) @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) let safariViewController = SFSafariViewController(url: patreonURL)
safariViewController.preferredControlTintColor = self.view.tintColor safariViewController.preferredControlTintColor = self.view.tintColor