From 5e221e3c67b1c7e9527160905f64473fb9c73b0f Mon Sep 17 00:00:00 2001 From: Martin Persson Date: Mon, 20 Nov 2023 17:02:05 +0100 Subject: [PATCH] Update social links --- app/AboutViewController.m | 8 ++++---- app/Base.lproj/About.storyboard | 4 ++-- app/Icons/Icons.plist | 2 +- emu/float80.c | 2 +- fastlane/footer.txt | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/AboutViewController.m b/app/AboutViewController.m index 6ea54fbecd..70ab6f2c21 100644 --- a/app/AboutViewController.m +++ b/app/AboutViewController.m @@ -23,7 +23,7 @@ @interface AboutViewController () @property (weak, nonatomic) IBOutlet UITableViewCell *sendFeedback; @property (weak, nonatomic) IBOutlet UITableViewCell *openGithub; -@property (weak, nonatomic) IBOutlet UITableViewCell *openTwitter; +@property (weak, nonatomic) IBOutlet UITableViewCell *openFediverse; @property (weak, nonatomic) IBOutlet UITableViewCell *openDiscord; @property (weak, nonatomic) IBOutlet UITableViewCell *upgradeApkCell; @@ -99,10 +99,10 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath [UIApplication openURL:@"mailto:tblodt@icloud.com?subject=Feedback%20for%20iSH"]; } else if (cell == self.openGithub) { [UIApplication openURL:@"https://github.com/ish-app/ish"]; - } else if (cell == self.openTwitter) { - [UIApplication openURL:@"https://twitter.com/tblodt"]; + } else if (cell == self.openFediverse) { + [UIApplication openURL:@"https://publ.ish.app/ish"]; } else if (cell == self.openDiscord) { - [UIApplication openURL:@"https://discord.gg/HFAXj44"]; + [UIApplication openURL:@"https://discord.gg/ish"]; } else if (cell == self.exportContainerCell) { // copy the files to the app container so they can be extracted from iTunes file sharing NSURL *container = ContainerURL(); diff --git a/app/Base.lproj/About.storyboard b/app/Base.lproj/About.storyboard index f299c24473..20d521d08f 100644 --- a/app/Base.lproj/About.storyboard +++ b/app/Base.lproj/About.storyboard @@ -241,7 +241,7 @@ -