diff --git a/AltStore/Settings/PatreonViewController.swift b/AltStore/Settings/PatreonViewController.swift index 093d9dc7..63b1e4f6 100644 --- a/AltStore/Settings/PatreonViewController.swift +++ b/AltStore/Settings/PatreonViewController.swift @@ -128,7 +128,7 @@ private extension PatreonViewController let isPatronText = NSLocalizedString(""" Hey , - You’re the best. Your account was linked successfully, so you now have access to the beta versions of all of our apps. You can find them all in the Browse tab. + You’re the best. Your account was linked successfully, so you now have access to any beta versions of our apps. You can find them all in the Browse tab. Thanks for all of your support. Enjoy! - SideTeam @@ -175,7 +175,7 @@ private extension PatreonViewController @objc func openPatreonURL(_ sender: UIButton) { - let patreonURL = URL(string: "https://www.patreon.com/SideStore")! + let patreonURL = URL(string: "https://www.patreon.com/SideStoreIO")! let safariViewController = SFSafariViewController(url: patreonURL) safariViewController.preferredControlTintColor = self.view.tintColor diff --git a/AltStoreCore/Patreon/PatreonAPI.swift b/AltStoreCore/Patreon/PatreonAPI.swift index df758653..f0af867d 100644 --- a/AltStoreCore/Patreon/PatreonAPI.swift +++ b/AltStoreCore/Patreon/PatreonAPI.swift @@ -10,10 +10,10 @@ import Foundation import AuthenticationServices import CoreData -private let clientID = "ZMx0EGUWe4TVWYXNZZwK_fbIK5jHFVWoUf1Qb-sqNXmT-YzAGwDPxxq7ak3_W5Q2" -private let clientSecret = "1hktsZB89QyN69cB4R0tu55R4TCPQGXxvebYUUh7Y-5TLSnRswuxs6OUjdJ74IJt" +private let clientID = "my4hpHHG4iVRme6QALnQGlhSBQiKdB_AinrVgPpIpiC-xiHstTYiLKO5vfariFo1" +private let clientSecret = "Zow0ggt9YgwIyd4DVLoO9Z02KuuIXW44xhx4lfL27x2u-_u4FE4rYR48bEKREPS5" -private let campaignID = "2863968" +private let campaignID = "12794837" extension PatreonAPI {