Replaces personal email with AltStore email

This commit is contained in:
Riley Testut
2019-09-19 15:35:38 -07:00
parent 9ea584c1fb
commit 26f799de72
3 changed files with 4 additions and 4 deletions

View File

@@ -326,7 +326,7 @@ extension SettingsViewController
{
let mailViewController = MFMailComposeViewController()
mailViewController.mailComposeDelegate = self
mailViewController.setToRecipients(["riley@rileytestut.com"])
mailViewController.setToRecipients(["support@altstore.io"])
if let version = Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String
{